Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 553 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 553 Bytes

A WebHDFS module for Node.js

About

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.