2017-08-29 148 views
0

我想在使用Oozie的豬腳本之前執行一個shell腳本。據我所知,我所做的每件事情都和我能找到的一樣。我的操作是:運行shell腳本oozie動作

<action name="shell_action" cred="yca_auth"> 
    <shell xmlns="uri:oozie:shell-action:0.1"> 
     <job-tracker>${jobTracker}</job-tracker> 
     <name-node>${nameNode}</name-node> 
     <exec>${appPath}/shell_script.sh</exec> 
     <file>${appPath}/shell_script.sh#shell_script.sh</file> 

     <ok to="pig_script_action"/> <error to="kill"/> 
    </shell> 
</action> 

但我不斷收到錯誤:

Caused by: org.apache.oozie.workflow.WorkflowException: E0701: XML schema error, cvc-complex-type.2.4.a: Invalid content was found starting with element 'ok'. One of '{"uri:oozie:shell-action:0.1":file, "uri:oozie:shell-action:0.1":archive, "uri:oozie:shell-action:0.1":capture-output}' is expected. 

我不明白爲什麼會這樣。請幫忙

回答

0

問題在於可以和錯誤不應該在