我正在尝试运行一个简单的Pig脚本并通过Oozie安排它,但是,在脚本运行后我收到以下Oozie错误。
我正在使用Cloudera企业数据中心版试用版5.6.0(由jenkins在20160211-1910上构建的#54 git:1c2be84380aa23bd5d6993ec300e144c78b37bf2)。
> 2016-04-09 06:37:06,229 [uber-SubtaskRunner] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler
> - Using reducer estimator: org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.InputSizeReducerEstimator
> 2016-04-09 06:37:06,237 [uber-SubtaskRunner] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2017: Internal error creating
> job configuration.
> <<< Invocation of Main class completed <<<
> Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.PigMain], exit code [2]
> Oozie Launcher failed, finishing Hadoop job gracefully
> Oozie Launcher, uploading action data to HDFS sequence file: hdfs://node.xxxx.com:8020/user/admin/oozie-oozi/0000000-160409060732867-oozie-oozi-W/pig--pig/action-data.seq
修改
使用oozie命令shell进行其他日志信息,如下所示。
oozie job -log 0000001-160409063446097-oozie-oozi-W -oozie http://xxxnode:11000/oozie
仅提供以下内容
63446097-oozie-oozi-W] ACTION[0000001-160409063446097-oozie-oozi-W@FirstJob] Launcher ERROR, reason: Main class [org.apache.oozie.action.hadoop.PigMain], exit code [2]