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 2015/05/22 17:38:21 UTC

incubator-tinkerpop git commit: Defaulted TinkerGraph to use LONG for the IdManager in Gremlin Server packaging.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master e8597650b -> 8d10b81b8


Defaulted TinkerGraph to use LONG for the IdManager in Gremlin Server packaging.


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

Branch: refs/heads/master
Commit: 8d10b81b8635d7ee256021256f6e9384da6c8744
Parents: e859765
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 22 11:37:56 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 22 11:37:56 2015 -0400

----------------------------------------------------------------------
 gremlin-server/conf/tinkergraph-empty.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8d10b81b/gremlin-server/conf/tinkergraph-empty.properties
----------------------------------------------------------------------
diff --git a/gremlin-server/conf/tinkergraph-empty.properties b/gremlin-server/conf/tinkergraph-empty.properties
index 020921a..e09a13d 100644
--- a/gremlin-server/conf/tinkergraph-empty.properties
+++ b/gremlin-server/conf/tinkergraph-empty.properties
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-gremlin.graph=org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
\ No newline at end of file
+gremlin.graph=org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
+gremlin.tinkergraph.vertexIdManager=LONG
\ No newline at end of file