Hi, As far as I know there this Jira: http://issues.apache.org/jira/browse/HADOOP-1700 and a dozen classes that relate to file upgrading in the package org.apache.hadoop.dfs of the source code But it seems it is not yet a fully functional write-append.
hope it helps. K. Honsali On 27/03/2008, Raghavendra K <[EMAIL PROTECTED]> wrote: > > 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 > --
