[ 
https://issues.apache.org/jira/browse/SPARK-33759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248006#comment-17248006
 ] 

Apache Spark commented on SPARK-33759:
--------------------------------------

User 'dungdm93' has created a pull request for this issue:
https://github.com/apache/spark/pull/30738

> docker entrypoint should using `spark-class` for spark executor
> ---------------------------------------------------------------
>
>                 Key: SPARK-33759
>                 URL: https://issues.apache.org/jira/browse/SPARK-33759
>             Project: Spark
>          Issue Type: Bug
>          Components: Kubernetes
>    Affects Versions: 3.0.1
>            Reporter: Dung Dang Minh
>            Priority: Trivial
>
> In docker {{entrypoint.sh}}, spark driver using {{spark-submit}} command but 
> spark executor using pure {{java}} command which don't load {{spark-env.sh}} 
> in {{$SPARK_HOME/conf}} directory.
> This can lead configuration mismatch between driver and executors in the 
> cases {{spark-env.sh}} contains something like custom envvars or pre-start 
> hooks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to