Member since
06-17-2016
26
Posts
7
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3793 | 03-21-2017 03:34 AM | |
7449 | 03-21-2017 02:20 AM | |
2111 | 09-29-2016 01:59 PM |
09-05-2017
07:22 AM
You can use the Java action and call the main class just like it was written in Java: https://blog.cloudera.com/blog/2013/03/how-to-use-oozie-shell-and-java-actions/
... View more
03-21-2017
08:25 AM
Just don't forget that the hive-site.xml has to updated every time a hive config was changed. After updating to a newer version, the workflow has to be updated to use the --files again.
... View more
03-21-2017
03:34 AM
"sqoop" causes errors in the <command> tag. See OOZIE-2816 for some detail
... View more
03-21-2017
02:20 AM
2 Kudos
Hi, The --files tag is broken in 5.10.0 from Oozie because of OOZIE-2547. It was fixed by OOZIE-2806 and OOZIE-2802 which will be available in 5.10.1. Until that, a workaround is to put a copy of hive-site.xml into the Oozie Spark sharelib and add the hive sharelib to the spark action by defining oozie.action.sharelib.for.spark=spark,hive in the job.properties. The Spark action work fine with --files tag in 5.9.x versions. The actual sharelib can be located by the oozie admin -shareliblist spark command. After putting the hive-site.xml to the folder the oozie admin -sharelibupdate command should be executed. I hope this helps gp
... View more
09-29-2016
01:59 PM
1 Kudo
Hi, Yes, OOZIE-2168 is included in 5.7.0 and after. BRs, gezapeti
... View more