Skip to main content

A wrapper library to access Hadoop HTTP REST API

Project description

A Python 2/3 wrapper library to access Hadoop WebHDFS REST API

### Requires

Require requests module: http://docs.python-requests.org/

### Installation

$ pip install webhdfspy

### Documentation

### Hadoop configuration

To enable WebHDFS in Hadoop add this to your $HADOOP_DIR/conf/hdfs-site.xml:

<property>
<name>dfs.webhdfs.enabled</name>
<value>true</value>
</property>

WebHDFS documentation: http://hadoop.apache.org/common/docs/r1.0.0/webhdfs.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webhdfspy-0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page