How To Install python-hdfs-doc on Fedora 36
Introduction
In this tutorial we learn how to install python-hdfs-doc
on Fedora 36.
What is python-hdfs-doc
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.
We can use yum
or dnf
to install python-hdfs-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-hdfs-doc.
Install python-hdfs-doc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python-hdfs-doc
using dnf
by running the following command:
sudo dnf -y install python-hdfs-doc
Install python-hdfs-doc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python-hdfs-doc
using yum
by running the following command:
sudo yum -y install python-hdfs-doc
How To Uninstall python-hdfs-doc on Fedora 36
To uninstall only the python-hdfs-doc
package we can use the following command:
sudo dnf remove python-hdfs-doc
python-hdfs-doc Package Contents on Fedora 36
/usr/share/doc/python-hdfs-doc
/usr/share/doc/python-hdfs-doc/AUTHORS
/usr/share/doc/python-hdfs-doc/CHANGES
/usr/share/doc/python-hdfs-doc/README.md
/usr/share/doc/python-hdfs-doc/examples
/usr/share/doc/python-hdfs-doc/examples/avro-example.py
/usr/share/doc/python-hdfs-doc/examples/dataframe-example.py
/usr/share/doc/python-hdfs-doc/examples/json-example.py
/usr/share/doc/python-hdfs-doc/hdfs.pdf
/usr/share/licenses/python-hdfs-doc
/usr/share/licenses/python-hdfs-doc/LICENSE
References
Summary
In this tutorial we learn how to install python-hdfs-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).