aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2015-11-27 15:11:13 -0800
committerYin Huai <yhuai@databricks.com>2015-11-27 15:11:13 -0800
commitb9921524d970f9413039967c1f17ae2e736982f0 (patch)
tree071ba8a74e319fa0401bb2e410298b80dbdadb46 /dev
parentf57e6c9effdb9e282fc8ae66dc30fe053fed5272 (diff)
downloadspark-b9921524d970f9413039967c1f17ae2e736982f0.tar.gz
spark-b9921524d970f9413039967c1f17ae2e736982f0.tar.bz2
spark-b9921524d970f9413039967c1f17ae2e736982f0.zip
[SPARK-12020][TESTS][TEST-HADOOP2.0] PR builder cannot trigger hadoop 2.0 test
https://issues.apache.org/jira/browse/SPARK-12020 Author: Yin Huai <yhuai@databricks.com> Closes #10010 from yhuai/SPARK-12020.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/run-tests-jenkins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py
index 623004310e..4f390ef1ea 100755
--- a/dev/run-tests-jenkins.py
+++ b/dev/run-tests-jenkins.py
@@ -164,7 +164,7 @@ def main():
# Switch the Hadoop profile based on the PR title:
if "test-hadoop1.0" in ghprb_pull_title:
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop1.0"
- if "test-hadoop2.2" in ghprb_pull_title:
+ if "test-hadoop2.0" in ghprb_pull_title:
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.0"
if "test-hadoop2.2" in ghprb_pull_title:
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.2"