-
@dwitry
The issue is regarding #316 #335
Previously we were using JS 0.3.x and hence I couldn't test out this update but now we have moved to **JS 0.4.1** and `cypher-gremlin-server-plugin-1.0.3…
-
I use the query to delete "Action" edge as below:
**g.V().outE("Action").drop().iterate();**
However it occurs some error. There are stack trace:
```
java.util.ConcurrentModificationException…
-
Hi,
I have neo4j-community-3.5.5, scala 2.11.8 and Idea 2018.3.4 community version and would like to set up gremlin for me to access Neo4j database in Scala
I have this library dependency in bui…
-
Given...
`conf/remote-subgraphs.yaml`
```
hosts:
- janusgraph
port: 8182
serializer:
className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0
config:
ioRegistr…
-
While I get queries like `MATCH (n)-[r]->(m) RETURN n, m` to work, when executing a query like `MATCH (n)-[r]->(m) RETURN n, r, m`, the plugin fails with:
```
Executing query:
MATCH (n)-[r]->(m)…
-
TinkerPop added its own text predicates [in version 3.4.0](http://tinkerpop.apache.org/docs/3.4.0/upgrade/#_text_predicates) with the goal to provide a unified API also for text searches across provid…
-
The build process doesn't work. The orbit repository cannot be found. I replaced the orbit repository, but there is a dependency, that cannot be resolved:
[ERROR] Internal error: java.lang.RuntimeEx…
-
Hi,
We have integrated the neo4j-gremlin-bolt driver into a gremlin server. Below the steps:
- Download and unzip gremlin server (http://apache.mirrors.lucidnetworks.net/tinkerpop/3.4.2/apache-tin…
-
Currently, the Graph Store Recipe has tinkerpop dependencies in it. For writing pig loaders, should pig dependencies be introduced into the stores? I was thinking the following layout may be a little …
-
Env:
OS: MacOS 10.12.6
Java version: 1.8.0_161 Oracle
Maven: 3.5.2
Lifecycle config:
```xml
io.takari.maven.plugins
takari-lifecycle-plugin
1.13.3
true…