You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/01/11 22:56:18 UTC

incubator-tinkerpop git commit: With Giraph 1.1.0, you no longer need ZooKeeper running. CTR.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 1e989b78b -> 13bbbae34


With Giraph 1.1.0, you no longer need ZooKeeper running. CTR.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/13bbbae3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/13bbbae3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/13bbbae3

Branch: refs/heads/master
Commit: 13bbbae3432667bc0544fdb80b0ba05f1e0eafa4
Parents: 1e989b7
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Jan 11 14:56:13 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Jan 11 14:56:13 2016 -0700

----------------------------------------------------------------------
 docs/src/dev/developer/contributing.asciidoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/13bbbae3/docs/src/dev/developer/contributing.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/contributing.asciidoc b/docs/src/dev/developer/contributing.asciidoc
index 2cf229d..fcc9c7e 100644
--- a/docs/src/dev/developer/contributing.asciidoc
+++ b/docs/src/dev/developer/contributing.asciidoc
@@ -43,8 +43,7 @@ Before issuing your pull request, please be sure of the following:
 . `mvn clean install` works successfully.
 . If the change requires modification to the documentation, which can be found in `docs/src`, please be sure to try to
 generate the docs.  If the changes are minimal and do not include code examples, it might be sufficient to test
-generate the docs to validate formatting by just doing `bin/process-docs.sh --dryRun`.  If there are code examples,
-please be sure to have Zookeeper and Hadoop running when doing a `bin/process-docs.sh`.  The documentation is
+generate the docs to validate formatting by just doing `bin/process-docs.sh --dryRun`. The documentation is
 generated to `/target/docs/htmlsingle`.
 . If necessary, run the integration tests.  For example, if the changes affect serialization or Gremlin Server/Driver
 operations then running the integration tests assures in addition to unit tests will definitely be necessary. After
@@ -73,7 +72,7 @@ mvn -Dmaven.javadoc.skip=true --projects tinkergraph-gremlin test
 * Regenerate test data (only necessary given changes to IO classes): `mvn clean install -Dio` from `tinkergraph-gremlin` directory
 ** If there are changes to the Gryo format, it may be necessary to generate the Grateful Dead dataset from GraphSON (see `IoDataGenerationTest.shouldWriteGratefulDead`)
 * Check license headers are present: `mvn apache-rat:check`
-* Build AsciiDocs (Hadoop and ZooKeeper must be running): `bin/process-docs.sh`
+* Build AsciiDocs (Hadoop must be running): `bin/process-docs.sh`
 ** Build AsciiDocs (but don't evaluate code blocks): `bin/process-docs.sh --dryRun`
 ** Process a single AsciiDoc file: +pass:[docs/preprocessor/preprocess-file.sh `pwd`/gremlin-console/target/apache-gremlin-console-*-standalone `pwd`/docs/src/xyz.asciidoc]+
 * Build JavaDocs: `mvn process-resources -Djavadoc`