0

I am using AWS EMR and I am unable to submit Sqoop action through Oozie in Hue.I have installed sqoop and can run a sqoop job from cli and not through Oozie action in Hue.

The error that I get is "sqoop command not found"

Can anyone help me out with this?

Thank you. Bharath

Bharath
  • 467
  • 2
  • 8
  • 20

2 Answers2

0

Try setting the oozie.use.system.libpath property equal to true

Nick Burns
  • 192
  • 4
0

In oozie on yarn model , you can try setting sqoop client in each node which yarn scheduled; Cause of that yarn might send your sqoop workflow to the node which does not have sqoop client;

Rearchy
  • 76
  • 5