Yikun commented on PR #56: URL: https://github.com/apache/spark-docker/pull/56#issuecomment-1765809116
I never hit this before, but if it is storage limit, you could try to remove some tmp file to save space, such as: 1. https://github.com/apache/spark-docker/blob/master/.github/workflows/main.yml#L249 ``` sudo install minikube-linux-amd64 /usr/local/bin/minikube rm -f ./minikube-linux-amd64 ``` It's about to save 80MB 2. https://github.com/apache/spark-docker/blob/028efd4637fb2cf791d5bd9ea70b2fca472de4b7/.github/workflows/main.yml#L201 remove `fetch-depth: 0`, seems also save some space? -- 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]
