You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marcelo Vanzin (JIRA)" <ji...@apache.org> on 2018/01/08 20:35:00 UTC

[jira] [Created] (SPARK-22994) Require a single container image for Spark-on-K8S

Marcelo Vanzin created SPARK-22994:
--------------------------------------

             Summary: Require a single container image for Spark-on-K8S
                 Key: SPARK-22994
                 URL: https://issues.apache.org/jira/browse/SPARK-22994
             Project: Spark
          Issue Type: Improvement
          Components: Kubernetes
    Affects Versions: 2.3.0
            Reporter: Marcelo Vanzin


Current k8s backend requires 3 separate container images to be provided by the user to submit an app. The 3 images are pretty much the same except for the entry point.

Instead, we should require a single image by default, but still allow the user to override individual images (e.g. executor) if desired.

This should also make it easier to publish an "official" Spark docker image, and should simplify things like the {{build-push-docker-images.sh}} script.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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