aboutsummaryrefslogtreecommitdiff
path: root/dev/test-dependencies.sh
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2016-01-03 22:05:02 -0800
committerJosh Rosen <joshrosen@databricks.com>2016-01-03 22:05:02 -0800
commit0d165ec2050aa06aa545d74c8d7c2ff197fa02de (patch)
tree5819b076d2339b64d51ef44168f5c9b87f1da44b /dev/test-dependencies.sh
parent84f8492c1555bf8ab44c9818752278f61768eb16 (diff)
downloadspark-0d165ec2050aa06aa545d74c8d7c2ff197fa02de.tar.gz
spark-0d165ec2050aa06aa545d74c8d7c2ff197fa02de.tar.bz2
spark-0d165ec2050aa06aa545d74c8d7c2ff197fa02de.zip
[SPARK-12612][PROJECT-INFRA] Add missing Hadoop profiles to dev/run-tests-*.py scripts and dev/deps
There are a couple of places in the `dev/run-tests-*.py` scripts which deal with Hadoop profiles, but the set of profiles that they handle does not include all Hadoop profiles defined in our POM. Similarly, the `hadoop-2.2` and `hadoop-2.6` profiles were missing from `dev/deps`. This patch updates these scripts to include all four Hadoop profiles defined in our POM. Author: Josh Rosen <joshrosen@databricks.com> Closes #10565 from JoshRosen/add-missing-hadoop-profiles-in-test-scripts.
Diffstat (limited to 'dev/test-dependencies.sh')
-rwxr-xr-xdev/test-dependencies.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/test-dependencies.sh b/dev/test-dependencies.sh
index 4e260e2abf..d6a32717f5 100755
--- a/dev/test-dependencies.sh
+++ b/dev/test-dependencies.sh
@@ -32,8 +32,10 @@ export LC_ALL=C
HADOOP2_MODULE_PROFILES="-Phive-thriftserver -Pyarn -Phive"
MVN="build/mvn --force"
HADOOP_PROFILES=(
+ hadoop-2.2
hadoop-2.3
hadoop-2.4
+ hadoop-2.6
)
# We'll switch the version to a temp. one, publish POMs using that new version, then switch back to