Ravi

Results 7 issues of Ravi

Perhaps this is a poor usage pattern, but I have a need to access the remote host name or at least the target name, in `transfer()` (the files to be...

question

Per the documentation, there are convenience wrappers for common commands like `ls`. It would be very useful if this feature can be extended such that we can add custom wrappers,...

enhancement

Apologies if this should not have been filed as an Issue (unfortunately I was not able to provoke a discussion on the mailing list -- perhaps I should take that...

feature

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', ()...

Currently, the authKey can be specified in the YAML file but this is not documented anywhere and it is not exposed in the CLI. Both would be useful to users....

Currently at the interactive prompt, some autocomplete works (e.g: `r.db` shows the various db commands such as `dbCreate`, `dbList`, etc). It would be nice if this can be extended to...

Currently, the pool size used by the underlying request module is hard-coded to 100. https://github.com/stianeikeland/node-etcd/blob/9c14f0a4a8212fe39e9b8307e0fefe79f749c9f9/src/client.coffee#L11 Since EtcD is built to handle thousands of clients, in certain scenarios (including mine) this...