本帖最后由 释怀 于 2017-6-21 11:51 编辑
在hue 执行sqoop 时报错,使用场景:我将编写好的sqoop 脚本(在liunx 命令是可以正常执行的),打算放在hue的workflows 下执行,但是报如下错误,
>>> Invoking Sqoop command line now >>>
2017-06-21 11:38:00,125 [main] WARN org.apache.sqoop.tool.SqoopTool - $SQOOP_CONF_DIR has not been set in the environment. Cannot check for additional configuration.
<<< Invocation of Sqoop command completed <<<
No child hadoop job is executed.
Intercepting System.exit(1)
<<< Invocation of Main class completed <<<
Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.SqoopMain], exit code [1]
|