attilapiros commented on pull request #32793:
URL: https://github.com/apache/spark/pull/32793#issuecomment-870188248
@dongjoon-hyun @shaneknapp to summarize my findings for running the "PVs
with local storage":
1. The Jenkins job should be extended with creating of the Spark user on the
Minikube node right after when the Minikube is started:
```
minikube ssh "sudo useradd spark -u 185 -g 0 -m -s /bin/bash"
```
2. And the mount should use the Spark user UID (185):
```
minikube mount ${PVC_TESTS_HOST_PATH}:${PVC_TESTS_VM_PATH}
--9p-version=9p2000.L --gid=0 --uid=185 &; MOUNT_PID=$!
```
@shaneknapp may I ask you to run a test along this changes on the Jenkins
servers?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]