Oozie启动job状态SUSPENDED报错Inv…

从已经成功连接的机子考过来的一个编译得比较靠谱的oozie 4.3.0,运行一个样例程序,结果报错:

2017-02-23 18:57:48,667  WARN ActionStartXCommand:523 - SERVER[bigmaster] USER[hadoop] GROUP[-] TOKEN[] APP[SparkFileCopy] JOB[0000000-170223185712566-oozie-hado-W] ACTION[0000000-170223185712566-oozie-hado-W@spark-node] Error starting action [spark-node]. ErrorType [TRANSIENT], ErrorCode [JA009], Message [JA009: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "bigmaster/192.168.136.134"; destination host is: "bigmaster":9001; ]
org.apache.oozie.action.ActionExecutorException: JA009: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "bigmaster/192.168.136.134"; destination host is: "bigmaster":9001; 
at org.apache.oozie.action.ActionExecutor.convertExceptionHelper(ActionExecutor.java:457)
at org.apache.oozie.action.ActionExecutor.convertException(ActionExecutor.java:437)
at org.apache.oozie.action.hadoop.javaActionExecutor.submitLauncher(javaActionExecutor.java:1198)
at org.apache.oozie.action.hadoop.javaActionExecutor.start(javaActionExecutor.java:1369)
at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:234)
at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:65)
at org.apache.oozie.command.XCommand.call(XCommand.java:287)
at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:332)
at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:261)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:179)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

protocal tag?你报错协议标签出错……这我怎么修?难道深入源码去修改?按道理协议不是应该封装好的吗?
结果发现是job.properties里面的jobTracker参数地址写错,端口号没有按照hadoop文件夹里面的yarn-site.xml里面的来写。端口不匹配。修改好了就OK


你可能感兴趣的:(【C,Java与网络编程】)