Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-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 AC44D18FA1 for ; Thu, 5 Nov 2015 22:30:32 +0000 (UTC) Received: (qmail 33641 invoked by uid 500); 5 Nov 2015 22:30:32 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 33608 invoked by uid 500); 5 Nov 2015 22:30:32 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 33599 invoked by uid 99); 5 Nov 2015 22:30:32 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2015 22:30:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 32737180E91 for ; Thu, 5 Nov 2015 22:30:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2GA-m1l3NZfw for ; Thu, 5 Nov 2015 22:30:31 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id A932E24C26 for ; Thu, 5 Nov 2015 22:30:30 +0000 (UTC) Received: (qmail 33494 invoked by uid 99); 5 Nov 2015 22:30:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2015 22:30:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C7268E56EC; Thu, 5 Nov 2015 22:30:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ashvin@apache.org To: commits@geode.incubator.apache.org Date: Thu, 05 Nov 2015 22:30:37 -0000 Message-Id: <8eecfb23fb6943efb891c8506ad4218f@git.apache.org> In-Reply-To: <8bfd6397962247558358b2fec8200965@git.apache.org> References: <8bfd6397962247558358b2fec8200965@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/11] incubator-geode git commit: Quoting build command in spark connector instructions Quoting build command in spark connector instructions It was displaying as one line instead of two. This closes #24 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8c4e7498 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8c4e7498 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/8c4e7498 Branch: refs/heads/feature/GEODE-409 Commit: 8c4e749877bbd187f8196434458ee6804f6b4745 Parents: a572c37 Author: jaoki Authored: Tue Oct 27 00:29:41 2015 -0700 Committer: Dan Smith Committed: Wed Nov 4 10:34:47 2015 -0800 ---------------------------------------------------------------------- gemfire-spark-connector/doc/1_building.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8c4e7498/gemfire-spark-connector/doc/1_building.md ---------------------------------------------------------------------- diff --git a/gemfire-spark-connector/doc/1_building.md b/gemfire-spark-connector/doc/1_building.md index fd03277..eabceaa 100644 --- a/gemfire-spark-connector/doc/1_building.md +++ b/gemfire-spark-connector/doc/1_building.md @@ -7,8 +7,10 @@ You will need Scala 2.10 and sbt 0.13.5 to 0.13.7. To build against Apache Geode, you need to build Geode first and publish the jars to local repository. In the root of Geode directory, run: +``` ./gradlew clean build -Dskip.tests=true ./gradlew publishToMavenLocal +``` In the root directory of connector project, run: ```