skonto edited a comment on issue #23514: [SPARK-24902][K8s] Add PV integration 
tests
URL: https://github.com/apache/spark/pull/23514#issuecomment-469669773
 
 
   @shaneknapp 
   I updated the PR and created a jira 
[here](https://issues.apache.org/jira/browse/SPARK-27058), for supporting host 
mounting.
   For now I have:
   ```
     val HOST_PATH = sys.env.getOrElse("PVC_TESTS_HOST_PATH", 
"/home/jenkins/src/spark/tmp")
     val VM_PATH = sys.env.getOrElse("PVC_TESTS_VM_PATH", 
"/tmp/spark-k8s-integration-tests")
   ```
   but the default values should be `/tmp` when things are ready (just did it 
to test).
   I also restored the version of the fabric8io client to 4.1.2 for now 
although there is an other effort for this.

----------------------------------------------------------------
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