Oozie CLI Command Lines
oozie job -config ${property_file_name} -run
Example:
oozie job -config newtonpublishLoader.properties -run
oozie jobs --oozie http://bigredoozie.target.com:11000/oozie -filter name=${coordinator_name} -jobtype coordinator
oozie jobs --oozie http://bigredoozie.target.com:11000/oozie -filter name=tpa_mkdn_tbl_grpLoader_COORDINATOR -jobtype coordinator
oozie job -info ${coordinator_id} -allruns
oozie job -info 0017964-160420173116398-oozie-oozi-C -allruns
oozie job -kill ${coordinator_id}
Example:
oozie job -kill 0017964-160420173116398-oozie-oozi-C