Re: Input path does not exist ERROR 2118:

2011-09-20 Thread Joey Echeverria
What is the output of the following: hadoop fs -ls hdfs://10.0.0.61/user/kiranprasad.g/pig-0.8.1/tutorial/data/excite-small.log -Joey On Tue, Sep 20, 2011 at 1:44 AM, kiranprasad wrote: > Hi > > When I have run the same from local mode it is working fine and I got the > result, but on Hadoop f

Input path does not exist ERROR 2118:

2011-09-19 Thread kiranprasad
Hi When I have run the same from local mode it is working fine and I got the result, but on Hadoop file system when trying to file I am getting the below exception. grunt> A= LOAD '/data/excite-small.log' AS (user, time, query); grunt> lmt= LIMIT A 3; grunt> DUMP lmt; 2011-09-20 15:44:30,417