aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests
diff options
context:
space:
mode:
authorCheng Lian <lian.cs.zju@gmail.com>2014-09-09 00:50:59 -0700
committerReynold Xin <rxin@apache.org>2014-09-09 00:50:59 -0700
commitce5cb325877e3fa8281ffe2076f93b4124ed0eb5 (patch)
treed9a94fb5bb02d8a5a98c3e4f6f20d097bae05a2b /dev/run-tests
parent092e2f152fb674e7200cc8a2cb99a8fe0a9b2b33 (diff)
downloadspark-ce5cb325877e3fa8281ffe2076f93b4124ed0eb5.tar.gz
spark-ce5cb325877e3fa8281ffe2076f93b4124ed0eb5.tar.bz2
spark-ce5cb325877e3fa8281ffe2076f93b4124ed0eb5.zip
[Build] Removed -Phive-thriftserver since this profile has been removed
Author: Cheng Lian <lian.cs.zju@gmail.com> Closes #2269 from liancheng/clean-run-tests-profile and squashes the following commits: 08617bd [Cheng Lian] Removed -Phive-thriftserver since this profile has been removed
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 49a88085c8..79401213a7 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -93,7 +93,7 @@ echo "========================================================================="
# echo "q" is needed because sbt on encountering a build file with failure
# (either resolution or compilation) prompts the user for input either q, r,
# etc to quit or retry. This echo is there to make it not block.
-BUILD_MVN_PROFILE_ARGS="$SBT_MAVEN_PROFILES_ARGS -Phive -Phive-thriftserver "
+BUILD_MVN_PROFILE_ARGS="$SBT_MAVEN_PROFILES_ARGS -Phive "
echo -e "q\n" | sbt/sbt $BUILD_MVN_PROFILE_ARGS clean package assembly/assembly | \
grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"