Member since
08-16-2017
12
Posts
1
Kudos Received
0
Solutions
08-19-2017
05:25 PM
Can anyone explain spark.driver.extraclasspath , spark.executor.extraclasspath and --jars options in spark submit and in what scenarios we can use these options.
... View more
Labels:
- Labels:
-
Apache Spark
08-19-2017
05:19 PM
Issue is fixed after passing jars into --conf "spark.driver.ExtraClassPath and --conf "spark.executor.ExtraClassPath" into spark submit
... View more
08-16-2017
06:36 AM
Do you mean mixing class path on server side?Can you please explain here.
... View more
08-16-2017
06:17 AM
I didn't find spark-assembly-1.6xxxxx.jar file in horton repo.(So please make sure that you are not mixing the claspath to include both the JARs)Do you know how to verify mixing class paths on server side.On my cluster we have spar1.6.2 and spark2 also installed.
... View more
08-16-2017
05:53 AM
Thank you for your quick response.On server side it using the following assembly spark-assembly-1.6.2.2.5.3.44-1-hadoop2.7.3.2.5.3.44-1.jar and on driver side i am using spark-hive_2.10-1.6.2 jar file and am using hortonworks repository on driver side.I am completely block here and unable to move forward.I apperciate your help.
... View more
08-16-2017
05:36 AM
I am getting invalid class serialize exception spark submit client mode and it working good local mode.Can any one help me out. Exception details java.io.InvalidClassException:org.apache.spark.sql.hive.execution.InsertIntoHiveTable; local class incompatible: stream classdesc serialVersionUID=439602153812587, local class serailVersionUID=1424907733712746510
... View more
Labels:
- Labels:
-
Apache Spark