You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by di...@apache.org on 2015/11/11 00:42:42 UTC

[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 <ja...@apache.org>
Authored: Tue Oct 27 00:29:41 2015 -0700
Committer: Dan Smith <up...@apache.org>
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:
 ```