pig ERROR org.apache.pig.Main - ERROR 2997: Encountered IOException. File = does not exist


代碼運行指令

for i in {01..30};do pig -p DATE = 201606$i -p MONTH = 201606  /export/home/wangsheng/pig/caltimesall.pig;done

一下是ERROR提示

2017-09-04 23:11:32,670 [main] INFO  org.apache.pig.Main - Apache Pig version 0.12.0-cdh5.0.2 (r: unknown) compiled Jul 17 2014, 14:31:20

2017-09-04 23:11:32,670 [main] INFO  org.apache.pig.Main - Logging error messages to: /state/partition1/home/wangsheng/pig_1504537892668.log
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/share/apps/hadoop/hadoop-2.3.0-cdh5.0.2/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/share/apps/hbase/hbase-0.96.1.1-cdh5.0.2/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2017-09-04 23:11:33,311 [main] ERROR org.apache.pig.Main - ERROR 2997: Encountered IOException. File = does not exist
Details at logfile: /state/partition1/home/wangsheng/pig_1504537892668.log
2017-09-04 23:11:35,525 [main] INFO  org.apache.pig.Main - Apache Pig version 0.12.0-cdh5.0.2 (r: unknown) compiled Jul 17 2014, 14:31:20
2017-09-04 23:11:35,526 [main] INFO  org.apache.pig.Main - Logging error messages to: /state/partition1/home/wangsheng/pig_1504537895523.log
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/share/apps/hadoop/hadoop-2.3.0-cdh5.0.2/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/share/apps/hbase/hbase-0.96.1.1-cdh5.0.2/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2017-09-04 23:11:36,118 [main] ERROR org.apache.pig.Main - ERROR 2997: Encountered IOException. File = does not exist

Details at logfile: /state/partition1/home/wangsheng/pig_1504537895523.log


解決:

在指令中間,我的DATE變量和MONTH變量和“=”有空格,要去掉空格,然後再運行,果然可以

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章