
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
|Build Status|
PyWebHDFS is a Python wrapper for the Hadoop WebHDFS REST API.
Many of the current Python HDFS clients rely on Hadoop Streaming which requires Java to be installed on the local machine. The other option for interacting with HDFS is to use the WebHDFS REST API. The purpose of this project is to simplify interactions with the WebHDFS API. The PyWebHdfs client will implement the exact functions available in the WebHDFS REST API and behave in a manner consistent with the API.
::
$ pip install pywebhdfs
The initial release provides for basic WebHDFS file and directory operations including:
#. Create and Write to a File #. Append to a File #. Open and Read a File #. Make a Directory #. Rename a File/Directory #. Delete a File/Directory #. Status of a File/Directory #. Checksum of a File #. List a Directory #. Get/Set/List/Delete Extended Attributes (Requires Hadoop 2.5.x+)
The documentation for the Hadoop WebHDFS REST API can be found at
http://hadoop.apache.org/docs/r1.0.4/webhdfs.html
_
Pypi package: https://pypi.python.org/pypi/pywebhdfs
_
Documentation: http://pythonhosted.org/pywebhdfs/
_
.. _http://hadoop.apache.org/docs/r1.0.4/webhdfs.html
: http://hadoop.apache.org/docs/r1.0.4/webhdfs.html
.. _https://pypi.python.org/pypi/pywebhdfs
: https://pypi.python.org/pypi/pywebhdfs
.. _http://pythonhosted.org/pywebhdfs/
: http://pythonhosted.org/pywebhdfs/
.. |Build Status| image:: https://travis-ci.org/pywebhdfs/pywebhdfs.svg?branch=master :target: https://travis-ci.org/pywebhdfs/pywebhdfs
FAQs
UNKNOWN
We found that pywebhdfs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.