aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-06-22 00:55:27 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-06-22 00:55:27 -0700
commit58b32f3470f9fa67ad7dffb7d3dcd2a954b4b4e9 (patch)
tree8df98fdd7ba04f73ba5b29fc7e99635401d65915 /dev/run-tests
parent1db9cbc33603cfe012790b7dd4975df20ab15bda (diff)
downloadspark-58b32f3470f9fa67ad7dffb7d3dcd2a954b4b4e9.tar.gz
spark-58b32f3470f9fa67ad7dffb7d3dcd2a954b4b4e9.tar.bz2
spark-58b32f3470f9fa67ad7dffb7d3dcd2a954b4b4e9.zip
SPARK-2231: dev/run-tests should include YARN and use a recent Hadoop version
...rsion Author: Patrick Wendell <pwendell@gmail.com> Closes #1175 from pwendell/test-hadoop-version and squashes the following commits: 9210ef4 [Patrick Wendell] SPARK-2231: dev/run-tests should include YARN and use a recent Hadoop version
Diffstat (limited to 'dev/run-tests')
-rwxr-xr-xdev/run-tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/run-tests b/dev/run-tests
index c82a47ebb6..d9df020f75 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -21,6 +21,9 @@
FWDIR="$(cd `dirname $0`/..; pwd)"
cd $FWDIR
+export SPARK_HADOOP_VERSION=2.3.0
+export SPARK_YARN=true
+
# Remove work directory
rm -rf ./work