Re: Path exception when running from inside IDE.

2013-11-02 Thread Harsh J
Your job configuration isn't picking up or passing the right default filesystem (fs.default.name or fs.defaultFS) before submitting the job. As a result, the non-configured default of local filesystem is getting picked up for paths you intended to look for on HDFS. On Friday, November 1, 2013,

Re: Path exception when running from inside IDE.

2013-11-02 Thread Vinayakumar B
In your eclipse classpath core-site.xml is there? Directory which contains site xmls should be there in classpath. Not directly xml files. Make sure fs.defaultFS points to correct hdfs path Regards, Vinayakumar B On Nov 2, 2013 5:21 PM, Harsh J ha...@cloudera.com wrote: Your job configuration

Path exception when running from inside IDE.

2013-11-01 Thread Omar@Gmail
Hi, Running from inside IDE (intellij idea) getting exception, see below: In the program arguments I specify 'input output' Of course 'input' does exist in HDFS with data file in it. But the code is trying access a directory form local project file system location not form HDFS. Please let me