Re: FileSystem.append and FSDataOutputStream.seek

2008-11-19 Thread Sharad Agarwal

Wasim Bari wrote:

Hello,
  Does anyone know when Hadoop team has plan to Implement 
FileSystem.append(Path) functionality  and Something seekable with 
FSDataOutputStream (mean seek capability) ?
  
FileSystem.append(Path) is already implemented and slated to be released 
in 0.19

see https://issues.apache.org/jira/browse/HADOOP-1700


Re: FileSystem.append and FSDataOutputStream.seek

2008-11-19 Thread Andrzej Bialecki

Sharad Agarwal wrote:

Wasim Bari wrote:

Hello,
  Does anyone know when Hadoop team has plan to Implement 
FileSystem.append(Path) functionality  and Something seekable with 
FSDataOutputStream (mean seek capability) ?
  
FileSystem.append(Path) is already implemented and slated to be released 
in 0.19

see https://issues.apache.org/jira/browse/HADOOP-1700


What about HADOOP-3977 ? Without this patch the usefulness of appends is 
limited.




--
Best regards,
Andrzej Bialecki 
 ___. ___ ___ ___ _ _   __
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com



FileSystem.append and FSDataOutputStream.seek

2008-11-18 Thread Wasim Bari
Hello,
  Does anyone know when Hadoop team has plan to Implement 
FileSystem.append(Path) functionality  and Something seekable with 
FSDataOutputStream (mean seek capability) ?

On which forum we can ask for some functionalities inclusion ? 

Thanks,

Wasim