Member since
10-06-2015
5
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5295 | 11-04-2015 04:01 AM |
11-21-2015
03:00 AM
1 Kudo
Hi, You need place your shell script in the lib folder of oozie workflow folder.
... View more
11-04-2015
04:03 AM
Hi, You need to place shell script in the lib folder of the oozie-workflow
... View more
11-04-2015
04:01 AM
Thanks for the reply, i've solved this issue. In the workflow setting of Hue Oozie, under variables add oozie-libpath and value is the full path of the jar. In the jars option just specify the name of the jar. It works
... View more
10-07-2015
04:53 AM
Getting the below error on submitting spark wordcount job from hue oozie. Please help to resolve this, Thanks Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.SparkMain], main() threw exception, Job aborted due to stage failure: Task 0 in stage 0.0 failed 4 times, most recent failure: Lost task 0.3 in stage 0.0 (TID 6, mbda3node06.it.three.co.uk): java.lang.ClassNotFoundException: com.oreilly.learningsparkexamples.mini.java.WordCount$1
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.apache.spark.serializer.JavaDeserializationStream$$anon$1.resolveClass(JavaSerializer.scala:65)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1613)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774)
... View more
Labels:
- Labels:
-
Apache Spark