attilapiros edited a comment on pull request #32793:
URL: https://github.com/apache/spark/pull/32793#issuecomment-890312358


   > btw, we didn't need to run this command... when i tested locally, it 
worked fine by just adding the --uid and --gid flags to the minikube mount 
command.
   
   This is great as those flags are already in the documentation in [Testing K8S
   
](https://github.com/apache/spark-website/blob/asf-site/developer-tools.md#testing-k8s)
 section:
   
   ```
   minikube mount ${PVC_TESTS_HOST_PATH}:${PVC_TESTS_VM_PATH} 
--9p-version=9p2000.L --gid=0 --uid=185 &; MOUNT_PID=$!
   ```
   
   So it is ready to merge. 


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

Reply via email to