RE: Staging directory ENOTDIR error.

2013-07-11 Thread Devaraj k
Hi Jay, Here client is trying to create a staging directory in local file system, which actually should create in HDFS. Could you check whether do you have configured "fs.defaultFS" configuration in client with the HDFS. Thanks Devaraj k From: Jay Vyas [mailto:jayunit...@gmail.com] Sent:

Re: Staging directory ENOTDIR error.

2013-07-12 Thread Ram
Hi jay, what hadoop command you are given. Hi, From, Ramesh. On Fri, Jul 12, 2013 at 7:54 AM, Devaraj k wrote: > Hi Jay, > > ** ** > >Here client is trying to create a staging directory in local file > system, which actually should create in HDFS. > > ** ** > > Could

Re: Staging directory ENOTDIR error.

2013-07-12 Thread Jay Vyas
This was a very odd error - it turns out that i had created a file, called "tmp" in my fs root directory, which meant that when the jobs were trying to write to the tmp directory, they ran into the not-a-dir exception. In any case, I think the error reporting in NativeIO class should be revised.