oozie 常见命令

oozie admin -oozie http://localhost:11000/oozie -shareliblist pig    查看共享库pig具体的jar包

oozie admin -oozie http://localhost:11000/oozie -shareliblist    查看共享库

oozie job -oozie http://localhost:11000/oozie -config job.properties -submit 提交任务

oozie job -oozie http://localhost:11000/oozie -config job.properties -run 运行任务

扫描二维码关注公众号,回复: 811914 查看本文章

oozie job -oozie http://localhost:11000/oozie   -start  jobid 执行已经提交的任务

oozie job -oozie http://localhost:11000/oozie   -kill jobid  杀死任务

oozie job -oozie http://localhost:11000/oozie -config job.properties  -rerun jobid 重新运行任务

oozie job -oozie http://localhost:11000/oozie -change  jobid  -value concurrency=1000;endtime=2012-12-01 改变作业参数

oozie job -oozie http://localhost:11000/oozie -info jobid 检查作业状态

oozie job -oozie http://localhost:11000/oozie -log jobid 查看日志

oozie calidate myapp/workflow.xml   检查xml是否符合规范

猜你喜欢

转载自chengjianxiaoxue.iteye.com/blog/2220948