hdfs icon indicating copy to clipboard operation
hdfs copied to clipboard

inotify support

Open csubu opened this issue 5 years ago • 2 comments

This library lacks support for HDFS inotify, and it would be good to have inotify support. Grepping through the code reveals the protocol buffers for Events are being generated, an api needs to be written to provide inotify events

csubu avatar Sep 12 '18 03:09 csubu

Hi @csubu, good idea!

Looks like we would have to reimplement DFSInotifyInputStream in internal/rpc, and then offer some sort of high level FileWatcher interface in the main package.

colinmarc avatar Sep 26 '18 08:09 colinmarc

Hi all. Do we have any progress on this feature?

NitroCao avatar Jul 26 '21 07:07 NitroCao