Thanks for explaining in such detail and pointing to the source code.
Yes, its helpful and cleared lot of confusions.
--
Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/
-
To unsubscribe e-mail: user-unsubscr...
Hi Stavros,
Thanks a lot for pointing in right direction. I got stuck in some release,
so didn’t got time earlier.
The mistake was “LINUX_APP_RESOURCE” : I was using “local” instead it should
be “file”. I reached above due to your email only.
What I understood:
Driver image : $SPARK_HOME/bin an
Environment:
Spark: 2.4.0
Kubernetes:1.14
Query: Does application jar needs to be part of both Driver and Executor
image?
Invocation point (from Java code):
sparkLaunch = new SparkLauncher()
.setMaster(LINUX_MASTER)