1.0.2 • Published 5 years ago

node-webhdfs v1.0.2

Weekly downloads
365
License
MIT
Repository
github
Last release
5 years ago

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)
1.0.2

5 years ago

1.0.0

5 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

12 years ago