javeme commented on issue #2228: URL: https://github.com/apache/incubator-hugegraph/issues/2228#issuecomment-1581914170
For the error `No such property g`, please try to define the 'g' variable https://github.com/apache/incubator-hugegraph/issues/953#issuecomment-809331674: ```java gremlin> graph = HugeFactory.open("conf/hugegraph.properties") ==>standardhugegraph[hugegraph] gremlin> g=graph.traversal() ==>graphtraversalsource[standardhugegraph[hugegraph], standard] gremlin> g.V() ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
