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

Last updated: October 05,2024

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

This guide let you learn how to install python-hdfs-doc.noarch on Fedora 35

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

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

This is a short guide on how to uninstall python-hdfs-doc.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:27:32 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python-hdfs-doc
Version : 2.5.8
Release : 10.fc35
Architecture : noarch
Size : 249 k
Source : python-hdfs-2.5.8-10.fc35.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.