How to Install and Uninstall python-hdfs-doc.noarch Package on Fedora 39

Last updated: September 30,2024

1. Install "python-hdfs-doc.noarch" package

Please follow the instructions below to install python-hdfs-doc.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python-hdfs-doc.noarch

2. Uninstall "python-hdfs-doc.noarch" package

Please follow the instructions below to uninstall python-hdfs-doc.noarch on Fedora 39:

$ sudo dnf remove python-hdfs-doc.noarch $ sudo dnf autoremove

3. Information about the python-hdfs-doc.noarch package on Fedora 39

Last metadata expiration check: 4:00:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python-hdfs-doc
Version : 2.7.3
Release : 2.fc39
Architecture : noarch
Size : 257 k
Source : python-hdfs-2.7.3-2.fc39.src.rpm
Repository : updates
Summary : Documentation and examples for python-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.