Forcing Oozie job to run on specific node

夙愿已清 提交于 2019-12-24 06:45:12

问题


I have a 6 node cluster.

When trying to run an oozie job, it triggers the job in any of the 6 nodes

Is there a way to specify the node in which the oozie shell action should be triggered


回答1:


You can use oozie's spark-action for this purpose.

Refer: https://oozie.apache.org/docs/4.2.0/DG_SparkActionExtension.html



来源:https://stackoverflow.com/questions/38691830/forcing-oozie-job-to-run-on-specific-node

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!