breeze
Results
1
comments of
breeze
I have the same problem. When I set the parameters in createClient() like this: var webHDFS = require('webhdfs'); var hdfs = webHDFS.createClient({host: xxx,port:xxx}); var remoteFileStream = hdfs.createWriteStream("/user/upload/"); I will get...