Re: Serious issues with class not found exceptions of classes in uber jar

2014-12-26 Thread critikaled
this out put from std err will help? Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties 14/12/26 10:13:44 INFO CoarseGrainedExecutorBackend: Registered signal handlers for [TERM, HUP, INT] 14/12/26 10:13:44 WARN NativeCodeLoader: Unable to load native-hadoop library f

Re: Serious issues with class not found exceptions of classes in uber jar

2014-12-26 Thread Akhil Das
instead of setJars, you could try addJar and see if the issue still exists. Thanks Best Regards On Fri, Dec 26, 2014 at 3:26 PM, critikaled wrote: > Hi, I m facing serious issues with spark application not recognizing the > classes in uber jar some times it recognizes some time its does not. ev