Oozie shell 脚本作业
Posted
技术标签:
【中文标题】Oozie shell 脚本作业【英文标题】:Oozie shell script job 【发布时间】:2016-11-11 15:31:57 【问题描述】:我有一个shell脚本script.sh,需要一个属性文件script.properties。
我将这个脚本执行为: ./script.sh script.properties
现在我想使用 oozie 运行这个脚本。
如何将 script.properties 文件传递给 script.sh。
【问题讨论】:
【参考方案1】:将属性文件复制到与 script.sh 相同的 hdfs 路径中,并在 workflow.xml 中添加为 <file>[FILE-PATH]</file>
。
查看此链接以获取 shell 操作示例 http://rogerhosto.com/apache-oozie-shell-script-example/
【讨论】:
以上是关于Oozie shell 脚本作业的主要内容,如果未能解决你的问题,请参考以下文章