Repository: spark
Updated Branches:
  refs/heads/master 3c1a2d049 -> bfbc0df72


[SPARK-7845] [BUILD] Bump "Hadoop 1" tests to version 1.2.1

https://issues.apache.org/jira/browse/SPARK-7845

Author: Yin Huai <yh...@databricks.com>

Closes #6384 from yhuai/hadoop1Test and squashes the following commits:

82fcea8 [Yin Huai] Use hadoop 1.2.1 (a stable version) for hadoop 1 test.


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

Branch: refs/heads/master
Commit: bfbc0df72944fe0a900ab920d8c4329a11fccca6
Parents: 3c1a2d0
Author: Yin Huai <yh...@databricks.com>
Authored: Sun May 24 09:49:57 2015 -0700
Committer: Yin Huai <yh...@databricks.com>
Committed: Sun May 24 09:49:57 2015 -0700

----------------------------------------------------------------------
 dev/run-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/bfbc0df7/dev/run-tests
----------------------------------------------------------------------
diff --git a/dev/run-tests b/dev/run-tests
index 44d8027..57296d0 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -40,7 +40,7 @@ function handle_error () {
 {
   if [ -n "$AMPLAB_JENKINS_BUILD_PROFILE" ]; then
     if [ "$AMPLAB_JENKINS_BUILD_PROFILE" = "hadoop1.0" ]; then
-      export SBT_MAVEN_PROFILES_ARGS="-Phadoop-1 -Dhadoop.version=1.0.4"
+      export SBT_MAVEN_PROFILES_ARGS="-Phadoop-1 -Dhadoop.version=1.2.1"
     elif [ "$AMPLAB_JENKINS_BUILD_PROFILE" = "hadoop2.0" ]; then
       export SBT_MAVEN_PROFILES_ARGS="-Phadoop-1 
-Dhadoop.version=2.0.0-mr1-cdh4.1.1"
     elif [ "$AMPLAB_JENKINS_BUILD_PROFILE" = "hadoop2.2" ]; then


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to