attilapiros opened a new pull request #304:
URL: https://github.com/apache/spark-website/pull/304


   Updating the `Testing K8S` section of the Developer Tools page after 
[[SPARK-34426][K8S][TESTS] Add driver and executors POD logs to integration 
tests log when the test fails ](https://github.com/apache/spark/pull/31561) is 
merged.
   
   There are some minor errors I bumped into during testing and those also will 
be fixed here:
   - change `ZINC_PORT` calculation as it was initialized with a python2 only 
expression (just the parenthesis was missing for python3 compliance)
   - introducing`HADOOP_PROFILE` as `dev-run-integration-tests.sh` before this 
PR was using the `3.2.2` and the `hadoop-2.7` which was passed for 
`make-distribution.sh` caused strange errors
   - introducing `TARBALL_TO_TEST` as the old solution was sensitive for having 
more tgz-s in the workspace directory
   - initializing `MOUNT_PID` in the same line where `minikube mount` was asked 
to run in the background and use `$!` instead of `jobs -rp` (`-r` list all the 
running jobs which could lead to killing something else and not the mount).
   - getting rid of the `WORKSPACE` env var
   


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to