We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
None
报错信息: Exception in thread "main" java.lang.IllegalStateException: The version 0.71.0.0 of 'hugegraph-api in server' is not in [0.38, 0.68)
出错Java代码: String host = "localhost"; int port = 8080; String gremlin = "g.V().drop()"; HugeClient hugeClient = HugeClient.builder("http://"+host+":"+port, "hugegraph") .configTimeout(120) .build(); GremlinManager gremlinManager = hugeClient.gremlin(); ResultSet resultSet = gremlinManager.gremlin(gremlin).execute();
相关依赖: com.google.guava guava 28.0-jre org.apache.cassandra cassandra-all 0.8.1 org.slf4j slf4j-log4j12 log4j log4j com.baidu.hugegraph hugegraph-client 2.0.1
No response
The text was updated successfully, but these errors were encountered:
Refer this issue: (HugeGraph has moved to apache repo) #146
And also update README now
README
Sorry, something went wrong.
No branches or pull requests
Bug Type (问题类型)
None
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
报错信息:
Exception in thread "main" java.lang.IllegalStateException: The version 0.71.0.0 of 'hugegraph-api in server' is not in [0.38, 0.68)
出错Java代码:
String host = "localhost";
int port = 8080;
String gremlin = "g.V().drop()";
HugeClient hugeClient = HugeClient.builder("http://"+host+":"+port, "hugegraph")
.configTimeout(120)
.build();
GremlinManager gremlinManager = hugeClient.gremlin();
ResultSet resultSet = gremlinManager.gremlin(gremlin).execute();
相关依赖:
com.google.guava
guava
28.0-jre
org.apache.cassandra
cassandra-all
0.8.1
org.slf4j
slf4j-log4j12
log4j
log4j
com.baidu.hugegraph
hugegraph-client
2.0.1
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: