From 0d165ec2050aa06aa545d74c8d7c2ff197fa02de Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Sun, 3 Jan 2016 22:05:02 -0800 Subject: [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 Closes #10565 from JoshRosen/add-missing-hadoop-profiles-in-test-scripts. --- dev/test-dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/test-dependencies.sh') 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 -- cgit v1.2.3