From 6d658ba185226b751f3f22b2062ab98395a5e542 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Fri, 11 Apr 2014 13:19:21 -0700 Subject: [PATCH] Remove the metastore directory created by the HiveContext tests in SparkSQL --- python/run-tests | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/run-tests b/python/run-tests index b2b60f08b48e2..374a20b093deb 100755 --- a/python/run-tests +++ b/python/run-tests @@ -56,6 +56,9 @@ run_test "pyspark/mllib/clustering.py" run_test "pyspark/mllib/recommendation.py" run_test "pyspark/mllib/regression.py" +# Remove the metastore directory created by the HiveContext tests in SparkSQL +rm -r metastore + if [[ $FAILED == 0 ]]; then echo -en "\033[32m" # Green echo "Tests passed."