SSHでoozieジョブを実行中に以下のエラーが発生しましたアクションエラーコード[FNF]、メッセージ[FNF:必須のローカルファイル/var/tmp/oozie/oozie-oozi7179698092277115649.dir/ssh/ssh-base.shが存在しません]
は
JOB[0000117-160531014243114-oozie-oozi-W] ACTION[[email protected]_hadoop] Attempting to copy ssh base scripts to remote host [[email protected]]
2016-07-20 05:10:10,834 WARN SshActionExecutor:523 - SERVER[masternode.cityanalytics.ibm.com] USER[jithin] GROUP[-] TOKEN[] APP[Dallas_Test] JOB[0000117-160531014243114-oozie-oozi-W] ACTION[[email protected]_hadoop] Error while executing ssh EXECUTION
2016-07-20 05:10:10,834 WARN ActionStartXCommand:523 - SERVER[masternode.cityanalytics.ibm.com] USER[jithin] GROUP[-] TOKEN[] APP[Dallas_Test] JOB[0000117-160531014243114-oozie-oozi-W] ACTION[[email protected]_hadoop] Error starting action [load_hadoop]. ErrorType [TRANSIENT], ErrorCode [FNF], Message [FNF: Required Local file /var/tmp/oozie/oozie-oozi7179698092277115649.dir/ssh/ssh-base.sh not present.]
org.apache.oozie.action.ActionExecutorException: FNF: Required Local file /var/tmp/oozie/oozie-oozi7179698092277115649.dir/ssh/ssh-base.sh not present.
at org.apache.oozie.action.ssh.SshActionExecutor.execute(SshActionExecutor.java:572)
at org.apache.oozie.action.ssh.SshActionExecutor.start(SshActionExecutor.java:206)
at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:250)
at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:64)
at org.apache.oozie.command.XCommand.call(XCommand.java:286)
at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175)
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)
Caused by: java.io.IOException: Required Local file /var/tmp/oozie/oozie-oozi7179698092277115649.dir/ssh/ssh-base.sh not present.
at org.apache.oozie.action.ssh.SshActionExecutor.setupRemote(SshActionExecutor.java:367)
at org.apache.oozie.action.ssh.SshActionExecutor$1.call(SshActionExecutor.java:208)
at org.apache.oozie.action.ssh.SshActionExecutor$1.call(SshActionExecutor.java:206)
at org.apache.oozie.action.ssh.SshActionExecutor.execute(SshActionExecutor.java:550)
... 8 more
添付のworkflow.xmlおよびコーディネーターのプロパティーファイル。 –