Replies: 3
Hi,
I am practicing pig in the sanbox tutorial 2 pig example on baseball csv file getting below error when executed and also when systax check is run
2013-07-18 15:36:08,454 [main] INFO org.apache.pig.Main – Apache Pig version 0.11.1.1.3.0.0-107 (rexported) compiled May 20 2013, 03:04:35
2013-07-18 15:36:08,455 [main] INFO org.apache.pig.Main – Logging error messages to: /hadoop/mapred/taskTracker/hue/jobcache/job_201307181532_0001/attempt_201307181532_0001_m_000000_0/work/pig_1374186968453.log
2013-07-18 15:36:09,240 [main] INFO org.apache.pig.impl.util.Utils – Default bootup file /usr/lib/hadoop/.pigbootup not found
2013-07-18 15:36:09,623 [main] INFO org.apache.pig.backend.hadoop.executionengine.HExecutionEngine – Connecting to hadoop file system at: hdfs://sandbox:8020
2013-07-18 15:36:09,912 [main] INFO org.apache.pig.backend.hadoop.executionengine.HExecutionEngine – Connecting to map-reduce job tracker at: sandbox:50300
2013-07-18 15:36:10,339 [main] ERROR org.apache.pig.tools.grunt.Grunt – ERROR 1000: Error during parsing. Encountered ” “a=LOAD “” at line 1, column 1.
Was expecting one of:
“cat” …
“clear” …
“fs” …
“sh” …
“cd” …
“cp” …
“copyFromLocal” …
“copyToLocal” …
“dump” …
“describe” …
“aliases” …
“explain” …
“help” …
“history” …
“kill” …
“ls” …
“mv” …
“mkdir” …
“pwd” …
“quit” …
“register” …
“rm” …
“rmf” …
“set” …
“illustrate” …
“run” …
“exec” …
“scriptDone” …
“” …
“” …
…
“;” …
Details at logfile: /hadoop/mapred/taskTracker/hue/jobcache/job_201307181532_0001/attempt_201307181532_0001_m_000000_0/work/pig_1374186968453.log
could you help me how to resolve this error
thanks
Geeta