Skip to content
Snippets Groups Projects
Commit 58b32f34 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

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
parent 1db9cbc3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment