Skip to content

Commit 9210ef4

Browse files
committed
SPARK-2231: dev/run-tests should include YARN and use a recent Hadoop version
1 parent 1db9cbc commit 9210ef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/run-tests

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
FWDIR="$(cd `dirname $0`/..; pwd)"
2222
cd $FWDIR
2323

24+
export SPARK_HADOOP_VERSION=2.3.0
25+
export SPARK_YARN=true
26+
2427
# Remove work directory
2528
rm -rf ./work
2629

0 commit comments

Comments
 (0)