From 6fe098f731049b0c6ccfae1807a4bdec52a498fb Mon Sep 17 00:00:00 2001 From: Thirumal Date: Wed, 15 Nov 2023 16:49:06 +0530 Subject: [PATCH] Update Management API.md --- JanusGraph/Management API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JanusGraph/Management API.md b/JanusGraph/Management API.md index dc3a92a4..d4249a09 100644 --- a/JanusGraph/Management API.md +++ b/JanusGraph/Management API.md @@ -107,7 +107,7 @@ types.each{println "$it\t: " + mgmt.getPropertyKey("$it").dataType() + " " + mgm >? If you are running multiple janus, change the properties file path ```bash -gremlin> graph = JanusGraphFactory.open('/opt/janusgraph-1.0.0-rc2/conf/janusgraph-cql.properties') +gremlin> graph = JanusGraphFactory.open('/opt/janusgraph-1.0.0/conf/janusgraph-cql.properties') ==>standardjanusgraph[cql:[127.0.0.1]] gremlin> JanusGraphFactory.drop(graph); -``` \ No newline at end of file +```