node-webhdfs

1.0.2 • Public • Published

A WebHDFS module for Node.js

Notice

I no longer use HDFS and have no plans to continue development on this module. With that said, many of the more recent patches to this module have not been from myself, and instead have been through open-source contributions. If you would like me to add you as a maintainer of this repository then just open a pull request or somehow message me and I will add you.

WebHDFS

I am currently following and testing against the WebHDFS REST API documentation for the 1.2.1 release, by Apache. Make sure you enable WebHDFS in the hdfs site configuration file.

Tests

I use Mocha and should.js for unit testing. They will be required if you want to run the unit tests. To execute the tests, simply npm test, but install the requirements first.

The following environment variables are used to configure the tests:

  • HDFS_USERNAME -- your username on the HDFS cluster (default: ryan)
  • HDFS_NAMENODE_1 -- hostname of your primary namenode (default: localhost)
  • HDFS_NAMENODE_2 -- hostname of your secondary namenode (default: localhost)
  • HDFS_BASE_PATH -- directory in which to conduct tests (default: /user/$HDFS_USERNAME)

Readme

Keywords

Package Sidebar

Install

npm i node-webhdfs

Weekly Downloads

297

Version

1.0.2

License

MIT

Unpacked Size

38.4 kB

Total Files

5

Last publish

Collaborators

  • ryancole