holdenk commented on a change in pull request #23380: 
[WIP][SPARK-26343][KUBERNETES] Try to speed up running local k8s integration 
tests
URL: https://github.com/apache/spark/pull/23380#discussion_r263612534
 
 

 ##########
 File path: 
resource-managers/kubernetes/integration-tests/scripts/setup-integration-test-env.sh
 ##########
 @@ -58,15 +58,15 @@ while (( "$#" )); do
   shift
 done
 
-if [[ $SPARK_TGZ == "N/A" ]];
+rm -rf $UNPACKED_SPARK_TGZ
+if [[ $SPARK_TGZ == "N/A" && $IMAGE_TAG == "N/A" ]];
 
 Review comment:
   We still want to special case this option I think, but it now runs 
successfully without an image tag or an release tgz specified. cc @vanzin 

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