Skip to content

Commit ee4b919

Browse files
committed
Fixed newly merged issue
1 parent 82c756e commit ee4b919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/run-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
# Figure out where the Spark framework is installed
2222
FWDIR="$(cd "`dirname "$0"`"; cd ../; pwd)"
2323

24+
. "$FWDIR"/bin/load-spark-env.sh
25+
2426
# CD into the python directory to find things on the right path
2527
cd "$FWDIR/python"
2628

2729
FAILED=0
2830
LOG_FILE=unit-tests.log
2931

30-
. "$FWDIR"/bin/load-spark-env.sh
31-
3232
rm -f $LOG_FILE
3333

3434
# Remove the metastore and warehouse directory created by the HiveContext tests in Spark SQL

0 commit comments

Comments
 (0)