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 C5BA018609 for ; Tue, 10 Nov 2015 23:42:38 +0000 (UTC) Received: (qmail 32094 invoked by uid 500); 10 Nov 2015 23:42:38 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 32062 invoked by uid 500); 10 Nov 2015 23:42:38 -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 32053 invoked by uid 99); 10 Nov 2015 23:42:38 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2015 23:42:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 4AC481A2CB6 for ; Tue, 10 Nov 2015 23:42:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.771 X-Spam-Level: X-Spam-Status: No, score=0.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, 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-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ve4MXER2zWLL for ; Tue, 10 Nov 2015 23:42:32 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id AAC9B2F899 for ; Tue, 10 Nov 2015 23:42:23 +0000 (UTC) Received: (qmail 30362 invoked by uid 99); 10 Nov 2015 23:42:23 -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; Tue, 10 Nov 2015 23:42:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7BB0EE56FA; Tue, 10 Nov 2015 23:42:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dixie@apache.org To: commits@geode.incubator.apache.org Date: Tue, 10 Nov 2015 23:42:42 -0000 Message-Id: <5d4d89199dce48b294a6cc84335d20de@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [20/50] [abbrv] 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-12 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: ```