Member since
06-17-2016
26
Posts
7
Kudos Received
4
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4359 | 03-21-2017 03:34 AM | |
| 8504 | 03-21-2017 02:20 AM | |
| 2645 | 09-29-2016 01:59 PM |
09-25-2017
02:06 PM
Sorry, could not focus on this, was busy with production activities. Finally, I could able to run it successfully with below configurations, Jar / py name : ${nameNode}/user/solution.jar Main Class : Module.final_solution Options List : --conf spark.yarn.jar=local:/opt/cloudera/parcels/CDH/lib/spark/lib/spark-assembly.jar Properties: Spark Master : yarn Mode : cluster App name : Final Solution
... View more
09-08-2017
05:49 AM
Hi Added it as dependent project to a spark project.
... 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
09-30-2016
01:52 AM
1 Kudo
Hi Rekon As gezapeti suggests the patch is contained by CDH5.7.0+ If you are interested, you can also look it up at Cloudera's Oozie repository, https://github.com/cloudera/oozie . Here, switch to branch 'cdh5-4.1.0_5.7.0' and click commits. You can find the patch in commit commit 830171c6514aad2e20ad6d0bf629a2cc6ba30b6c: https://github.com/cloudera/oozie/commit/830171c6514aad2e20ad6d0bf629a2cc6ba30b6c
... View more