Fwd: Create a file in local file system in map method

2013-08-22 Thread rab ra
-- Forwarded message -- From: rab ra rab...@gmail.com Date: 22 Aug 2013 15:14 Subject: Create a file in local file system in map method To: us...@hadoop.apache.org us...@hadoop.apache.org Hi i am not able to create a file in my local file system from my map method. Is there a way

Re: Create a file in local file system in map method

2013-08-22 Thread Harsh J
Can you share what error you run into in trying to write to a local filesystem location from within a map task? Note that the map tasks will run as the same user as the TaskTracker daemon in insecure environments, or as the job submitting user in secure environments. The location you're writing

Re: Create a file in local file system in map method

2013-08-22 Thread Balachandar R.A.
Yes It was permission issue. I could fix this now. Thanks On 22 Aug 2013 15:49, Harsh J ha...@cloudera.com wrote: Can you share what error you run into in trying to write to a local filesystem location from within a map task? Note that the map tasks will run as the same user as the