You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Owen O'Malley <oo...@yahoo-inc.com> on 2008/06/23 16:37:29 UTC

Re: how to write a file in HDFS

On Jun 22, 2008, at 9:23 PM, Samiran Bag wrote:

>  Can you tell me how writing to a side file in output directory can  
> be done using c program?

By using the libhdfs library, which uses jni to create a C interface  
to HDFS.
http://wiki.apache.org/hadoop/LibHDFS

-- Owen