You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by sandeep vura <sa...@gmail.com> on 2015/05/13 11:11:13 UTC

Unable to run store & DUMP commands on Mapreduce mode

Unable to run store & Dump on grunt shell.Please check the exceptions as
mentioned below.


grunt> a = load '/home/hadoop24/sandeep/pigscripts/test.txt' using
PigStorage('') as (id:int,movie:chararray,year:int,rating:double,hits:int);
2015-05-13 14:29:25,391 [main] INFO
 org.apache.hadoop.conf.Configuration.depreation - fs.default.name is
deprecated. Instead, use fs.defaultFS
grunt> dump a;
    2015-05-13 14:29:28,563 [main] ERROR org.apache.pig.tools.grunt.Grunt -
ERROR 166: Unable to open iterator for alias a
Details at logfile:
/home/hadoop24/hadoop-2.4.1/pig-0.14.0/logs/pig_143150756057.log

*Pig Version : 0.14*
*Hadoop Version : 2.4*

*Regards,*
*Sandeep.v*