You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/08/18 14:39:49 UTC

[2/3] tinkerpop git commit: Update config file for remote connection using new format now that RemoteGraph is gone.

Update config file for remote connection using new format now that RemoteGraph is gone.


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

Branch: refs/heads/TINKERPOP-1278
Commit: 865d35ddb6838ec3ca29432627ccffb891218289
Parents: 5ef2b48
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Aug 18 10:38:08 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Aug 18 10:38:08 2016 -0400

----------------------------------------------------------------------
 gremlin-console/conf/remote-graph.properties | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/865d35dd/gremlin-console/conf/remote-graph.properties
----------------------------------------------------------------------
diff --git a/gremlin-console/conf/remote-graph.properties b/gremlin-console/conf/remote-graph.properties
index 2ae01e1..4fbe0a7 100644
--- a/gremlin-console/conf/remote-graph.properties
+++ b/gremlin-console/conf/remote-graph.properties
@@ -16,9 +16,10 @@
 # under the License.
 
 ##############################################################
-# This configuration is meant for use with RemoteGraph.
+# This configuration is meant for use with withRemote().
 #
-# gremlin> graph = RemoteGraph.open('conf/remote-graph.properties')
+# graph = EmptyGraph.instance()
+# g = graph.traversal().withRemote('conf/remote-graph.properties')
 #
 # This file will work with:
 # - gremlin-server.yaml
@@ -28,7 +29,6 @@
 # - gremlin-server-secure.yaml
 ##############################################################
 
-gremlin.graph=org.apache.tinkerpop.gremlin.process.remote.RemoteGraph
-gremlin.remoteGraph.remoteConnectionClass=org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
-gremlin.remoteGraph.driver.clusterFile=conf/remote-objects.yaml
-gremlin.remoteGraph.driver.sourceName=g
\ No newline at end of file
+gremlin.remote.remoteConnectionClass=org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
+gremlin.remote.driver.clusterFile=conf/remote-objects.yaml
+gremlin.remote.driver.sourceName=g
\ No newline at end of file