-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathHadoopTools.ExecuteWorkflow.pyt.xml
More file actions
2 lines (2 loc) · 4.5 KB
/
HadoopTools.ExecuteWorkflow.pyt.xml
File metadata and controls
2 lines (2 loc) · 4.5 KB
1
2
<?xml version="1.0"?>
<metadata xml:lang="en"><Esri><CreaDate>20130324</CreaDate><CreaTime>07410800</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20130325</ModDate><ModTime>155632</ModTime><scaleRange><minScale>150000000</minScale><maxScale>5000</maxScale></scaleRange><ArcGISProfile>ItemDescription</ArcGISProfile></Esri><dataIdInfo><idCitation><resTitle>Execute Workflow</resTitle></idCitation><idAbs><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Execute a Oozie workflow using Oozie webservices API.</SPAN></P></DIV></DIV></DIV></idAbs><searchKeys><keyword>Oozie</keyword><keyword>Hadoop</keyword><keyword>HDFS</keyword></searchKeys></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Tool</formatName></distorFormat></distributor></distInfo><tool name="ExecuteWorkflow" displayname="Execute Workflow" toolboxalias="" xmlns=""><parameters><param name="in_oozie_url" displayname="Oozie URL" type="Required" direction="Input" datatype="String" expression="in_oozie_url"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Specify the Oozie webservice url. Example: http://mymachine.esri.com:11000/oozie</SPAN></P></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Specify the Oozie webservice url. Example: http://mymachine.esri.com:11000/oozie</SPAN></P></DIV></DIV></pythonReference></param><param name="in_jobprops_file" displayname="Job properties" type="Required" direction="Input" datatype="File" expression="in_jobprops_file"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Specify the Job Properties file to execute Oozie workflow. The job properties file must atleast have the following information to run a workflow job :</SPAN></P><P><SPAN>nameNode=hdfs://mymachine.esri.com:8020</SPAN></P><P><SPAN>jobTracker=mymachine.esri.com:8021</SPAN></P><P><SPAN>user.name=hdfs</SPAN></P><P><SPAN>oozie.wf.application.path=hdfs://mymachine.esri.com:8020/user/oozie-temp/job</SPAN></P><P><SPAN>oozie.libpath=hdfs://mymachine.esri.com:8020/user/oozie-temp/lib</SPAN></P><P><SPAN>For more information : http://oozie.apache.org/docs/3.3.0/WebServicesAPI.htm</SPAN></P><P><SPAN /></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Specify the Job Properties file to execute Oozie workflow.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param name="track_status" displayname="Track status" type="Optional" direction="Input" datatype="Boolean" expression="{TRACK_STATUS | NO_TRACK_STATUS}"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Tracks the status of the submitted workflow.</SPAN></P><UL><LI><P><SPAN>Checked: Monitors and reports the status of the submitted workflow until it succeeds or fails.</SPAN></P></LI><LI><P><SPAN>Unchecked: Submits the workflow and starts it but the tool will not monitor the status. However, the tool will specify the jobid of the submitted workflow job.</SPAN></P></LI></UL><P><SPAN /></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Tracks the status of the submitted workflow.</SPAN></P><UL><LI><P><SPAN>Checked: Monitors and reports the status of the submitted workflow until it succeeds or fails.</SPAN></P></LI><LI><P><SPAN>Unchecked: Submits the workflow and starts it but the tool will not monitor the status. However, The tool will specify the jobid of the submitted workflow job.</SPAN></P></LI></UL><P><SPAN /></P></DIV></DIV></DIV></pythonReference></param></parameters><summary><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Execute a Oozie workflow using Oozie webservices API.</SPAN></P></DIV></DIV></DIV></summary></tool><mdHrLv><ScopeCd value="005"/></mdHrLv></metadata>