We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c756e commit ee4b919Copy full SHA for ee4b919
python/run-tests
@@ -21,14 +21,14 @@
21
# Figure out where the Spark framework is installed
22
FWDIR="$(cd "`dirname "$0"`"; cd ../; pwd)"
23
24
+. "$FWDIR"/bin/load-spark-env.sh
25
+
26
# CD into the python directory to find things on the right path
27
cd "$FWDIR/python"
28
29
FAILED=0
30
LOG_FILE=unit-tests.log
31
-. "$FWDIR"/bin/load-spark-env.sh
-
32
rm -f $LOG_FILE
33
34
# Remove the metastore and warehouse directory created by the HiveContext tests in Spark SQL
0 commit comments