You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Stefan Goldener (Jira)" <ji...@apache.org> on 2020/03/30 09:35:00 UTC

[jira] [Created] (SPARK-31302) Shared Volume Spark Kubernetes

Stefan Goldener created SPARK-31302:
---------------------------------------

             Summary: Shared Volume Spark Kubernetes
                 Key: SPARK-31302
                 URL: https://issues.apache.org/jira/browse/SPARK-31302
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.4.5
            Reporter: Stefan Goldener


Please change the deployment script for the workers to support one Shared Volume with the driver. E.g.:
https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/

Atm. If a driver runs in Kubernetes it is not possible to share a volume between the driver and the workers. 
Enabling a shared volume between Driver and Workers would allow the use of sc.textFile(file:///path/file.txt) to be used without any need of HDFS or S3 Storage. 



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

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