Matthieu Monsch
Matthieu Monsch
Hi @weibingo, no plan currently but this would be a welcome PR. In the meantime, you would have to manually de/serialize the output of the raw `read` and `write` methods.
Hi @Kaldie. A PR for this would be welcome.
Hi @dutchgecko, apologies for the slow reply. https://github.com/mtth/hdfs/pull/80 introduced HA support, I'd like to understand why it doesn't work here. Are you emitting a single large request that spans both...
Sounds reasonable. I'd be happy to review a PR for this.
Thanks for the detailed report. Your understanding is correct. It is implemented this way to be consistent with local commands: ```sh # In an empty directory $ mkdir src1 src2...
Hey @ljxue, what kind of support do you have in mind? Something similar to the `avro` extension?
Got it. I'm not familiar with the format but it would indeed be good to have. I'm not sure I'll have time to work on it in the near future...
Making it easier to tell apart exceptions (without looking at the message) sounds like a good idea. I'd be happy to review a PR which implements this.
HdfsCLI doesn't have any logic to handle `*` or brace expansion currently. This could be a good feature to add. I'm actually surprised the WebHDFS API itself doesn't support globbing...
I'd be happy to review a PR for this.