Colin Marc
Colin Marc
Hi @haosdent! Thanks for the contribution! Before I can merge this, it needs documentation and good, thorough tests. Please take a look at the top-level API for examples.
Hi @csubu, good idea! Looks like we would have to reimplement [`DFSInotifyInputStream`](https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSInotifyEventInputStream.java) in `internal/rpc`, and then offer some sort of high level `FileWatcher` interface in the main package.
Hi @j4ns8i, sorry for the radio silence. Unfortunately, breaking changes to the API here would require a major version bump. Is the problem here for that the different nameservices aren't...
Ok, then would you be willing to rejigger this PR a bit? - Change the implementation (but not signature) of `Namenodes()` to return the default fs namenodes - Add a...
Hi @vkuznet, Thanks for the bug report! Would you mind including a list of steps to reproduce the problem?
Hi! Sorry for the long delay responding. You're correct that the implementation of `Flush` flushes the local buffer out to the datanode, and doesn't trigger an `hflush`. I'm not sure...
Hi @flashpixx, I think you're right that that should be the behaviour for `Create` (if not `CreateFile`). However, I think that's enough of a behaviour change that it should be...
Hi @bbaja42, Sorry for the eternally delayed response. That seems like a great idea - I'd add `-c`, `-u`, and `-U` while you're at it. Thanks for the suggestion!
I don't have a public roadmap, but I'd welcome the addition of `test` in a PR.
Yikes. I have no idea. The `rm` path is really straightforward, so I don't really know how this could happen unless there's a race in HDFS or some error from...