Member since
10-03-2014
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8983 | 10-06-2014 02:10 PM |
10-06-2014
02:10 PM
Solved this by having following property defined in workflow.xml. <configuration> <property> <name>oozie.launcher.mapreduce.job.user.classpath.first</name> <value>true</value> </property> ..... </configuration>
... View more