You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/09/09 09:51:07 UTC

git commit: [Build] Removed -Phive-thriftserver since this profile has been removed

Repository: spark
Updated Branches:
  refs/heads/master 092e2f152 -> ce5cb3258


[Build] Removed -Phive-thriftserver since this profile has been removed

Author: Cheng Lian <li...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ce5cb325
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ce5cb325
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ce5cb325

Branch: refs/heads/master
Commit: ce5cb325877e3fa8281ffe2076f93b4124ed0eb5
Parents: 092e2f1
Author: Cheng Lian <li...@gmail.com>
Authored: Tue Sep 9 00:50:59 2014 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Tue Sep 9 00:50:59 2014 -0700

----------------------------------------------------------------------
 dev/run-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ce5cb325/dev/run-tests
----------------------------------------------------------------------
diff --git a/dev/run-tests b/dev/run-tests
index 49a8808..7940121 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"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org