You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xianjin YE (Jira)" <ji...@apache.org> on 2023/02/01 12:07:00 UTC

[jira] [Created] (SPARK-42280) add spark.yarn.archive/jars similar option for spark on K8S

Xianjin YE created SPARK-42280:
----------------------------------

             Summary: add spark.yarn.archive/jars similar option for spark on K8S
                 Key: SPARK-42280
                 URL: https://issues.apache.org/jira/browse/SPARK-42280
             Project: Spark
          Issue Type: Improvement
          Components: Kubernetes
    Affects Versions: 3.3.1, 3.2.2
            Reporter: Xianjin YE


For spark on yarn,  there are `spark.yarn.archive` and `spark.yarn.jars` to distribute spark runtime jars before driver/executor starts up.

 

I'd like to propose similar functionality for spark on K8S. The benefits are:
 # accelerating workloads migration from yarn to K8S which use the above feature
 # explore new version of spark more easily without to rebuild the spark image
 # currently, there's really no other way to add additional/extension jars to executors on k8s before startup.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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