Nitin,

On 2011/07/28 14:51, Nitin Khandelwal wrote:
How can I determine if a file is being written to (by any thread) in HDFS.
That information is exposed by the NameNode http servlet. You can obtain it with the
fsck tool (hadoop fsck /path/to/dir -openforwrite) or you can do an http get

http://namenode:port/fsck?path=/your/path&openforwrite=1


George


Reply via email to