Support Questions

Find answers, ask questions, and share your expertise

How to resolve this error Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.SqoopMain], exit code [1]?

avatar
Contributor

I am trying to execute a sqoop action with oozie, the command in sqoop action is like this(with the correct information for database connection)

sqoop import \
--connect jdbc:oracle://localhost/userdb \--username root \
--table mms \
--m 1 \
--target-dir /queryresult
21 REPLIES 21

avatar
Contributor

Sorry I don't know how to run the oozie workflow manually, I always submit with the botton on HUE.

The location in HDFS is /user/hue/oozie/workspaces/_user1_-oozie-44-1455209366.82 and on this path is the file workflow.xml . Please help me. @Artem Ervits

avatar
Master Mentor