-
Hi,
I ran into some problems with Titan version 0.9.0.M1 and TinkerPop 3.0.0.M6 when trying to set vertex properties with multiple values.
I created the following test to show that TinkerGraph and Ti…
-
I get this error everytime I try to run the example
https://github.com/bayofmany/peapod/blob/master/demo/src/test/java/peapod/demo/classic/ShowcaseClassicTest.java
I tried to take all these classes …
-
Hello,
I can not run the sample code, the following error appears :
Notice: Undefined offset: 1 in /var/www/html/gremlin/vendor/brightzone/gremlin-php/src/Connection.php on line 211
Warning: unpack(…
-
My setup is: titan-0.9.0-M2-hadoop1 (berkleyDB backend, no index).
When I connect to gremlin server using gremlin shell I can do stuff:
```
gremlin> root@a33e29cbee9a:/opt/titan# ./bin/gremlin.sh
…
-
Observed in titan-console-0.9.0-M1.
Extensions are loaded when gremlin.sh is started from the dist root:
```
./bin/gremlin.sh
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated…
-
I only have superficial knowledge of Maven so this may be a newbie mistake, but it seems to me that jitpack is not correctly building https://github.com/apache/incubator-tinkerpop. The instructions st…
-
Config is now fixed but am getting a weird error
``` java
16:03:31 WARN io.netty.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. I…
-
Hello, could you add an example on how to perform the match-select pattern with gremilin scala?
This is an example from the Tinkerpop documentation:
``` groovy
gremlin> g.V().match('a',
…
-
I am trying to add an edge if it does not exist , else update it's weight
```
new File("apps.txt").eachLine { line ->
vno=g.V.has("appname",line).next().id;
g.v(vno)_().ifThe…
-
I am a little confused by usage of the library.
I started a elasticsearch in my console:
```
elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
```
And then in my scala c…