sshakeri edited a comment on issue #26493: [SPARK-29574][K8S] Add 
SPARK_DIST_CLASSPATH to the executor class path
URL: https://github.com/apache/spark/pull/26493#issuecomment-554541760
 
 
   The value of `SPARK_DIST_CLASSPATH` is derived from Hadoop during setup.
   
   `export SPARK_DIST_CLASSPATH=$(hadoop classpath)`
   
   
   More info in the 
[docs](https://spark.apache.org/docs/2.4.4/hadoop-provided.html).
   
   But interestingly the value that `$(hadoop classpath)` generates misses 
`$HADOOP_HOME/share/hadoop/tools/lib/*` I manually append that. You only need 
to do this if you depend on any of the drivers in tools like Azure.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to