Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94662119C5 for ; Tue, 9 Sep 2014 07:51:07 +0000 (UTC) Received: (qmail 81717 invoked by uid 500); 9 Sep 2014 07:51:07 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 81687 invoked by uid 500); 9 Sep 2014 07:51:07 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 81675 invoked by uid 99); 9 Sep 2014 07:51:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 07:51:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 34E09A0FBF5; Tue, 9 Sep 2014 07:51:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rxin@apache.org To: commits@spark.apache.org Message-Id: <9714f7604bf14898a253b16a29fa4e72@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [Build] Removed -Phive-thriftserver since this profile has been removed Date: Tue, 9 Sep 2014 07:51:07 +0000 (UTC) Repository: spark Updated Branches: refs/heads/master 092e2f152 -> ce5cb3258 [Build] Removed -Phive-thriftserver since this profile has been removed Author: Cheng Lian 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 Authored: Tue Sep 9 00:50:59 2014 -0700 Committer: Reynold Xin 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