You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/07 20:14:46 UTC

[GitHub] [spark] holdenk commented on a change in pull request #23380: [WIP][SPARK-26343][KUBERNETES] Try to speed up running local k8s integration tests

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_r263549615
 
 

 ##########
 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:
   So @vanzin  is the idea that if neither a SPARK_TGZ or an IMAGE_TAG is specified we'd dynamically build the image on request? Or what do you mean?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org