|
Re: Enable logging for queries
Take a look at your classpath loading order to make sure that logback is getting selected as the binding for SLF4J.
If a different logger is getting picked up before it, like log4j12, then it won't
Take a look at your classpath loading order to make sure that logback is getting selected as the binding for SLF4J.
If a different logger is getting picked up before it, like log4j12, then it won't
|
By
Jason Plurad <plu...@...>
·
#762
·
|
|
Re: org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
g.V().hasLabel('root').id() isn't an indexed query because labels cannot be indexed right now, so the query is doing a full graph scan. This is probably causing the script evaluation to timeout.
It
g.V().hasLabel('root').id() isn't an indexed query because labels cannot be indexed right now, so the query is doing a full graph scan. This is probably causing the script evaluation to timeout.
It
|
By
Jason Plurad <plu...@...>
·
#761
·
|
|
Re: Enable logging for queries
Hi Ankur,
Gremlin-server 3.3.0 has an audit log feature based on the authentication.enableAuditLog property, so you can expect this in one of the next Janusgraph releases. I did not look into logging
Hi Ankur,
Gremlin-server 3.3.0 has an audit log feature based on the authentication.enableAuditLog property, so you can expect this in one of the next Janusgraph releases. I did not look into logging
|
By
HadoopMarc <bi...@...>
·
#760
·
|
|
Re: Custom attribute serializer
That functionality works. I've ported my Titan example over to JanusGraph. You shouldn't have "root." on your properties.
Note that JanusGraph registers a standard serializer for HashMap, so an
That functionality works. I've ported my Titan example over to JanusGraph. You shouldn't have "root." on your properties.
Note that JanusGraph registers a standard serializer for HashMap, so an
|
By
Jason Plurad <plu...@...>
·
#759
·
|
|
hi,janusgraph. store 15000W vertex
You should use indexes.
By
tpr...@...
·
#758
·
|
|
hi,janusgraph. store 15000W vertex
the query. is slow. how to optimize the janusgraph.
the query. is slow. how to optimize the janusgraph.
|
By
李平 <lipin...@...>
·
#756
·
|
|
Enable logging for queries
Hi,
I am using JanusGraph 0.1.1. And using logback:
<logger name="org.janusgraph" level="DEBUG" additivity="false">
<appender-ref ref="CONSOLE" />
</logger>
<logger name="org.apache"
Hi,
I am using JanusGraph 0.1.1. And using logback:
<logger name="org.janusgraph" level="DEBUG" additivity="false">
<appender-ref ref="CONSOLE" />
</logger>
<logger name="org.apache"
|
By
Ankur Goel <ankur...@...>
·
#755
·
|
|
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
·
|