Hi, I am using hdfsWrite to write data onto a file. Whenever I close the file and re open it for writing it will start writing from the position 0 (rewriting the old data). Is there any way to append data onto a file using hdfsWrite. I cannot use hdfsTell because it works only when opened in RDONLY mode and also I dont know the number of bytes written onto the file previously. Please throw some light onto it.
-- Regards, Raghavendra K
