Repository: spark
Updated Branches:
  refs/heads/branch-1.4 947d700ec -> 11d998eb7


[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.

(cherry picked from commit bfbc0df72944fe0a900ab920d8c4329a11fccca6)
Signed-off-by: Yin Huai <yh...@databricks.com>


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

Branch: refs/heads/branch-1.4
Commit: 11d998eb774d93797155d508a0e2bfb432da145f
Parents: 947d700
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:50:12 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/11d998eb/dev/run-tests
----------------------------------------------------------------------
diff --git a/dev/run-tests b/dev/run-tests
index 65a5cb9..d5d2a42 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