webhdfs icon indicating copy to clipboard operation
webhdfs copied to clipboard

Node.js WebHDFS REST API client

Results 12 webhdfs issues
Sort by recently updated
recently updated
newest added

Hi, I would like to ask, if it is possible to use Kerberos authentication using this library? Using the WebHDFS REST API it is described here: https://hadoop.apache.org/docs/r1.0.4/webhdfs.html#Authentication From the code...

enhancement

I wanna to use this package to my project, but I'm not sure this package still update or not?

Hi I am trying to read/write in webhdfs/v1/tmp/test directory. But when but i got empty result in read file op. could you plz help me if I am doing any...

Hi, i've try to upload small size of file and it succeed. but when i try to upload 130Mb file, it always failed. is there any options configurations that i...

The following code throws an exception: ``` var whdfs = require('webhdfs'), hdfs = null; hdfs = whdfs.createClient(...); var remotefd = hdfs.createWriteStream('/tmp/writetst.txt'); remotefd.on('error', err => { console.error(err); process.exit(); }); remotefd.on('finish', ()...

Hi, Do you have a plan for supporting webhdfs v2.3.0? webhdfs v2.2.0 does not support HA. https://issues.apache.org/jira/browse/HDFS-5122 This issue fixed in v2.3.0

hi, I am unable to delete a folder which is not empty and getting the following error. {"RemoteException":{"exception":"PathIsNotEmptyDirectoryException","javaClassName":"org.apache.hadoop.fs.PathIsNotEmptyDirectoryException","message":"`/aakash is non empty': Directory is not empty"}}

I found a problem on my side that caused the front-end timeout, and it took a long time for the end to report errors. It's hard to find out, and...

Hi, On your todo list you plan to implement all calls, do you happen to have an ETA for this? If not, I could also give it a shot of...

enhancement