Skip to main content

Python wrapper for libhdfs

Project description

libpyhdfs
==================================================

Introduction
--------------------------------------------------

libpyhdfs is a Python extension module which wraps the C API in libhdfs to
access Hadoop file system.

Sample usage:

#!/usr/bin/env python
import pyhdfs

fs = pyhdfs.connect("192.168.1.1", 9000)
pyhdfs.get(fs, "/path/to/remote-src-file", "/path/to/local-dst-file")

f = pyhdfs.open(fs, "/user/wormtongue/quotes.txt", "w")
pyhdfs.write(fs, f, "Why do you lay these troubles on an already troubled mind?")
pyhdfs.close(fs, f)

pyhdfs.disconnect(fs)


Installation
--------------------------------------------------

Please see the file called INSTALL.

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

python-hdfs-0.4.tar.gz (13.1 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