标签: python apache-spark oozie hue
我试图使用python spark动作构建一个oozie作业,为此我需要在我的workflow.xml中添加一个文件标记<file> /path/to/myfile.py <file>。我只能访问HUE接口(3.7.0)而且我无法使用CLI。
<file> /path/to/myfile.py <file>
P.S使用shell脚本我没有问题,因为在shell操作定义期间输入框可以直接使用。