Monday, November 30, 2015

Submitting Oozie job



1.       Keep the coordinator.xml and workflow.xml in HDFS. Keep job.properties in the local file system.
2.       Keep the required sqoop scripts files in any HDFS location.

3.       Goto -> job.properties file local location[1] and run below command

Running Oozie co-ordinator job:

>oozie job -oozie http://<IP>:11000/oozie -config ./job.properties –run
0000008-150525074405209-oozie-oozi-C

Knowing the status for the job workflow:
>oozie job -oozie http://<IP>:11000/oozie -info 0000008-150525074405209-oozie-oozi-C


Kill the oozie workflow job:
>oozie job -oozie http://<IP>:11000/oozie -kill 0000008-150525074405209-oozie-oozi-C

No comments:

Post a Comment