Skip to content

Commit

Permalink
Remove the metastore directory created by the HiveContext tests in Sp…
Browse files Browse the repository at this point in the history
…arkSQL
  • Loading branch information
ahirreddy committed Apr 15, 2014
1 parent 521ff6d commit 6d658ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 6d658ba

Please sign in to comment.