aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2015-05-24 09:49:57 -0700
committerYin Huai <yhuai@databricks.com>2015-05-24 09:49:57 -0700
commitbfbc0df72944fe0a900ab920d8c4329a11fccca6 (patch)
treebc0c807a4edf032c23384f1285994c992b029a3d /dev/run-tests
parent3c1a2d049cd4bf35fd48a032f5008b7bab60833e (diff)
downloadspark-bfbc0df72944fe0a900ab920d8c4329a11fccca6.tar.gz
spark-bfbc0df72944fe0a900ab920d8c4329a11fccca6.tar.bz2
spark-bfbc0df72944fe0a900ab920d8c4329a11fccca6.zip
[SPARK-7845] [BUILD] Bump "Hadoop 1" tests to version 1.2.1
https://issues.apache.org/jira/browse/SPARK-7845 Author: Yin Huai <yhuai@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.
Diffstat (limited to 'dev/run-tests')
-rwxr-xr-xdev/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests b/dev/run-tests
index 44d802782c..57296d0c60 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