How to Install and Uninstall python3-hdfs.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "python3-hdfs.noarch" package

This is a short guide on how to install python3-hdfs.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-hdfs.noarch

2. Uninstall "python3-hdfs.noarch" package

Please follow the step by step instructions below to uninstall python3-hdfs.noarch on Fedora 34:

$ sudo dnf remove python3-hdfs.noarch $ sudo dnf autoremove

3. Information about the python3-hdfs.noarch package on Fedora 34

Last metadata expiration check: 3:12:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-hdfs
Version : 2.5.8
Release : 10.fc34
Architecture : noarch
Size : 61 k
Source : python-hdfs-2.5.8-10.fc34.src.rpm
Repository : updates
Summary : API and command line interface for HDFS
URL : https://github.com/mtth/hdfs
License : MIT
Description : API and command line interface for HDFS.
:
: Features:
:
: • Python bindings for the WebHDFS (and HttpFS) API, supporting both secure and
: insecure clusters.
: • Command line interface to transfer files and start an interactive client
: shell, with aliases for convenient namenode URL caching.
: • Additional functionality through optional extensions:
: ○ avro, to read and write Avro files directly from HDFS.
: ○ dataframe, to load and save Pandas dataframes.
: ○ kerberos, to support Kerberos authenticated clusters.