You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/06/22 09:55:36 UTC

git commit: SPARK-2231: dev/run-tests should include YARN and use a recent Hadoop version

Repository: spark
Updated Branches:
  refs/heads/master 1db9cbc33 -> 58b32f347


SPARK-2231: dev/run-tests should include YARN and use a recent Hadoop version

...rsion

Author: Patrick Wendell <pw...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/58b32f34
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/58b32f34
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/58b32f34

Branch: refs/heads/master
Commit: 58b32f3470f9fa67ad7dffb7d3dcd2a954b4b4e9
Parents: 1db9cbc
Author: Patrick Wendell <pw...@gmail.com>
Authored: Sun Jun 22 00:55:27 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Sun Jun 22 00:55:27 2014 -0700

----------------------------------------------------------------------
 dev/run-tests | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/58b32f34/dev/run-tests
----------------------------------------------------------------------
diff --git a/dev/run-tests b/dev/run-tests
index c82a47e..d9df020 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