aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests-jenkins.py
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-21 22:15:52 -0800
committerReynold Xin <rxin@databricks.com>2015-12-21 22:15:52 -0800
commit0a38637d05d2338503ecceacfb911a6da6d49538 (patch)
tree080b3f2485cd1e2d93f23b764181415df795719d /dev/run-tests-jenkins.py
parent29cecd4a42f6969613e5b2a40f2724f99e7eec01 (diff)
downloadspark-0a38637d05d2338503ecceacfb911a6da6d49538.tar.gz
spark-0a38637d05d2338503ecceacfb911a6da6d49538.tar.bz2
spark-0a38637d05d2338503ecceacfb911a6da6d49538.zip
[SPARK-11807] Remove support for Hadoop < 2.2
i.e. Hadoop 1 and Hadoop 2.0 Author: Reynold Xin <rxin@databricks.com> Closes #10404 from rxin/SPARK-11807.
Diffstat (limited to 'dev/run-tests-jenkins.py')
-rwxr-xr-xdev/run-tests-jenkins.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py
index 7aecea25b2..42afca0e52 100755
--- a/dev/run-tests-jenkins.py
+++ b/dev/run-tests-jenkins.py
@@ -163,10 +163,6 @@ def main():
if "test-maven" in ghprb_pull_title:
os.environ["AMPLAB_JENKINS_BUILD_TOOL"] = "maven"
# 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.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"
if "test-hadoop2.3" in ghprb_pull_title: