|
Re: Edge propert doesn't support SET cardinality ?
That is correct. This is because TinkerPop only supports Property (key/value) on edges. Vertexes have VertexProperty - http://tinkerpop.apache.org/docs/current/reference/#vertex-properties
See also
That is correct. This is because TinkerPop only supports Property (key/value) on edges. Vertexes have VertexProperty - http://tinkerpop.apache.org/docs/current/reference/#vertex-properties
See also
|
By
Robert Dale <rob...@...>
·
#757
·
|
|
Edge propert doesn't support SET cardinality ?
Hi,
I am using embedded (cassandra + ES) janusgraph instance. and using below code to create vertex and edge:
ManagementSystem mgmt = (ManagementSystem)
Hi,
I am using embedded (cassandra + ES) janusgraph instance. and using below code to create vertex and edge:
ManagementSystem mgmt = (ManagementSystem)
|
By
Ankur Goel <ankur...@...>
·
#754
·
|
|
Re: Could not successfully complete backend operation due to repeated temporary exceptions after PT2M
I did make the change the cql batch size as you suggested. I'm going to try reducing the young generation size for cassandra.
I did make the change the cql batch size as you suggested. I'm going to try reducing the young generation size for cassandra.
|
By
Scott P <scott_p...@...>
·
#749
·
|
|
Re: How do I display all results?
Also, it is not a JanusGraph issue :-( Will do better next time.
Thanks again!
Rohit
Also, it is not a JanusGraph issue :-( Will do better next time.
Thanks again!
Rohit
|
By
Rohit Jain <rohit.j...@...>
·
#748
·
|
|
Re: Could not successfully complete backend operation due to repeated temporary exceptions after PT2M
That's what it looks like to me - cassandra is not responding within the timeout. Did you ever try those batch size settings? I wonder if you're hitting major GC pauses in cassandra. Might want to
That's what it looks like to me - cassandra is not responding within the timeout. Did you ever try those batch size settings? I wonder if you're hitting major GC pauses in cassandra. Might want to
|
By
Robert Dale <rob...@...>
·
#751
·
|
|
Re: org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
I run the gremlin.sh and then do a remote connect to the server hosted in aws
I change the hostname in remote.yaml file to point to the server in aws and run
:remote connect tinkerpop.server
I run the gremlin.sh and then do a remote connect to the server hosted in aws
I change the hostname in remote.yaml file to point to the server in aws and run
:remote connect tinkerpop.server
|
By
Suny <sahithiy...@...>
·
#746
·
|
|
Re: org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
What is the full request and exception? How are you connecting to the server / sending your request?
What is the full request and exception? How are you connecting to the server / sending your request?
|
By
David Pitera <piter...@...>
·
#750
·
|
|
org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
I added 1000 vertices to Janusgraph. When I query for a subset of them, sometimes it returns the result, sometimes it throws this RemoteException. It is not consistent. Any thoughts why this is
I added 1000 vertices to Janusgraph. When I query for a subset of them, sometimes it returns the result, sometimes it throws this RemoteException. It is not consistent. Any thoughts why this is
|
By
Suny <sahithiy...@...>
·
#745
·
|
|
Re: TimedOutException
Yaml*
--
Annu Sharma | Masters Student
College of Engineering | Computer Science
annu....@...
Yaml*
--
Annu Sharma | Masters Student
College of Engineering | Computer Science
annu....@...
|
By
Annu Sharma <annu...@...>
·
#753
·
|
|
Re: TimedOutException
Hi Ankur,
Yes thrift is enabled in the Cassandra config yams. I get this error only intermittently.
--
Annu Sharma | Masters Student
College of Engineering | Computer Science
annu....@...
Hi Ankur,
Yes thrift is enabled in the Cassandra config yams. I get this error only intermittently.
--
Annu Sharma | Masters Student
College of Engineering | Computer Science
annu....@...
|
By
Annu Sharma <annu...@...>
·
#752
·
|
|
Could not successfully complete backend operation due to repeated temporary exceptions after PT2M
I'm testing a master branch build of 0.2.0. It's a single JanusGraph with a single Cassandra. After around 14 hour of creating elements, it looks like my C stops working for a little while? Is that
I'm testing a master branch build of 0.2.0. It's a single JanusGraph with a single Cassandra. After around 14 hour of creating elements, it looks like my C stops working for a little while? Is that
|
By
Scott P <scott_p...@...>
·
#744
·
|
|
Re: Adding a bunch of Vertices and edges takes for ever
good to know. Thanks
By
Yair Ogen <yair...@...>
·
#747
·
|
|
Re: TimedOutException
check if thrift is enable, in 2.2 or above use below command:
./bin/nodetool enablethrift
~AnkurG
check if thrift is enable, in 2.2 or above use below command:
./bin/nodetool enablethrift
~AnkurG
|
By
Ankur Goel <ankur...@...>
·
#743
·
|
|
Re: How do I display all results?
http://tinkerpop.apache.org/docs/current/reference/#console-preferences
:set max-iteration <number>
Robert Dale
http://tinkerpop.apache.org/docs/current/reference/#console-preferences
:set max-iteration <number>
Robert Dale
|
By
Robert Dale <rob...@...>
·
#742
·
|
|
How do I display all results?
When I execute a Gremlin query it will not display all the results. It displays 100 lines of output and follows that with ...
How do I have it list all the output, or even direct the output to a log
When I execute a Gremlin query it will not display all the results. It displays 100 lines of output and follows that with ...
How do I have it list all the output, or even direct the output to a log
|
By
Rohit Jain <rohit.j...@...>
·
#741
·
|
|
Re: TimedOutException
Hi,
Have you been able to resolve this issue?
Hi,
Have you been able to resolve this issue?
|
By
Annu Sharma <annu...@...>
·
#740
·
|
|
Custom attribute serializer
Hi all,
I'm porting my application from Titan to JanusGraph.
I was able to define a custom serializer for certain Java types, for example, ArrayList.
I cannot get this to work in JanusGraph.
I have
Hi all,
I'm porting my application from Titan to JanusGraph.
I was able to define a custom serializer for certain Java types, for example, ArrayList.
I cannot get this to work in JanusGraph.
I have
|
By
J MacNaught <jma...@...>
·
#739
·
|
|
Re: unique index per label
http://docs.janusgraph.org/latest/indexes.html#_label_constraint
When a composite index with label restriction is defined as unique, the uniqueness constraint only applies to properties on vertices or
http://docs.janusgraph.org/latest/indexes.html#_label_constraint
When a composite index with label restriction is defined as unique, the uniqueness constraint only applies to properties on vertices or
|
By
Robert Dale <rob...@...>
·
#738
·
|
|
Re: Graph visualization open source tool or framework
Please see this earlier answer to a similar question.
Please see this earlier answer to a similar question.
|
By
Misha Brukman <mbru...@...>
·
#737
·
|
|
Re: similar edges and how to prevent them
I guess the point is, that the edge's direction doesn't matter. Hence it should be more like:
...or, if performance matters, don't enable path computations (using otherV):
Cheers,
Daniel
I guess the point is, that the edge's direction doesn't matter. Hence it should be more like:
...or, if performance matters, don't enable path computations (using otherV):
Cheers,
Daniel
|
By
Daniel Kuppitz <me@...>
·
#736
·
|