2013-07-08 96 views

回答

0

默認情況下,oozie使用curl作爲回調命令。 有可能通過在Oozie的-site.xml中

<property> 
    <name>oozie.action.ssh.http.command</name> 
    <value>wget</value> 
</property> 

<property> 
    <name>oozie.action.ssh.http.command.post.options</name> 
    <value>--post-data #stdout --header "content-type:text/plain"</value> 
</property> 

重寫2個屬性只要改變在Oozie的-site.xml中上述性質,並重新啓動Oozie的服務器到回調命令更改爲wget的。