Read file from local file system and write to file in HDFS using
*FSDataOutputStream*

            FSDataOutputStream outStream = fs.create(new Path("demo.csv"););
            outStream.writeUTF(stream);
            outStream.close();


On Tue, Jan 14, 2014 at 2:04 PM, unmesha sreeveni <[email protected]>wrote:

> How to add a *csv* file to hdfs using Mapreduce Code
> Using hadoop fs -copyFromLocal /local/path /hdfs/location i am able to do .
> BUt i would like to write mapreduce code.
>
> --
> *Thanks & Regards*
>
> Unmesha Sreeveni U.B
> Junior Developer
>
> http://www.unmeshasreeveni.blogspot.in/
>
>
>


-- 

Regards,
...Sudhakara.st

Reply via email to