|
graphml properties of properties
Hi Laura, Using TinkerGraph I exported a graph to graphSON in the way shown above. I reloaded it as follows: So, the metaproperty added s read from graphSON. Do you mean to say that you cannot do the
Hi Laura, Using TinkerGraph I exported a graph to graphSON in the way shown above. I reloaded it as follows: So, the metaproperty added s read from graphSON. Do you mean to say that you cannot do the
|
By
hadoopmarc@...
· #6124
·
|
|
Too low Performance when running PageRank and WCC on Graph500
Hi Shipeng, Did you use their machine specs: 32 vCPU and 244 GB memory? The graph is pretty big for in-memory use during OLAP: Best wishes, Marc
Hi Shipeng, Did you use their machine specs: 32 vCPU and 244 GB memory? The graph is pretty big for in-memory use during OLAP: Best wishes, Marc
|
By
hadoopmarc@...
· #6123
·
|
|
CQL scaling limit?
Just one more thing to rule out: did you set cpu.request and cpu.limit of the indexer containers to the same value? You want the pods to be really independent for this test.
Just one more thing to rule out: did you set cpu.request and cpu.limit of the indexer containers to the same value? You want the pods to be really independent for this test.
|
By
hadoopmarc@...
· #6122
·
|
|
CQL scaling limit?
Hi Marc, If you know how to handle MetricManager, that sounds fine. I was thinking in more basic terms: adding some log statements to you indexer java code. Regarding the id block allocation, some fea
Hi Marc, If you know how to handle MetricManager, that sounds fine. I was thinking in more basic terms: adding some log statements to you indexer java code. Regarding the id block allocation, some fea
|
By
hadoopmarc@...
· #6120
·
|
|
CQL scaling limit?
Hi Marc, Just to be sure: the indexers itself are not limited in the number of CPU they can grab? The 60 indexers run on the same machine? Or in independent cloud containers? If the indexers are not C
Hi Marc, Just to be sure: the indexers itself are not limited in the number of CPU they can grab? The 60 indexers run on the same machine? Or in independent cloud containers? If the indexers are not C
|
By
hadoopmarc@...
· #6118
·
|
|
graphml properties of properties
Hi Laura, No. As the TinkerPop docs say: "graphML is a lossy format". You can try for yourself with: Best wishes, Marc
Hi Laura, No. As the TinkerPop docs say: "graphML is a lossy format". You can try for yourself with: Best wishes, Marc
|
By
hadoopmarc@...
· #6112
·
|
|
Fail to load complete edge data of Graph500 to Janusgraph 0.5.3 with Cassandra CQl as storage backends
Hi Shipeng Qi, The system that you use might be too small for the number of threads in the loading code. You can try to decrease the number of threads from 8 to 4 with: private static ExecutorService
Hi Shipeng Qi, The system that you use might be too small for the number of threads in the loading code. You can try to decrease the number of threads from 8 to 4 with: private static ExecutorService
|
By
hadoopmarc@...
· #6106
·
|
|
Release vs full release?
janusgraph-full includes Gremlin Server
janusgraph-full includes Gremlin Server
|
By
hadoopmarc@...
· #6098
·
|
|
graphml <edge> inside <node>
Hi Laura, Your assumption about ordering of nodes and edges is correct, see the warning at: https://tinkerpop.apache.org/docs/current/reference/#graphml For your use case it seems that you can simply
Hi Laura, Your assumption about ordering of nodes and edges is correct, see the warning at: https://tinkerpop.apache.org/docs/current/reference/#graphml For your use case it seems that you can simply
|
By
hadoopmarc@...
· #6096
·
|
|
org.janusgraph.diskstorage.PermanentBackendException: Read 1 locks with our rid but mismatched timestamps
Hi Ronnie No idea what is going on here, but just being pragmatic: the bin/janusgraph.sh script starts Cassandra, Elasticsearch and Gremlin Server using the conf/janusgraph-cql-es.conf graph configura
Hi Ronnie No idea what is going on here, but just being pragmatic: the bin/janusgraph.sh script starts Cassandra, Elasticsearch and Gremlin Server using the conf/janusgraph-cql-es.conf graph configura
|
By
hadoopmarc@...
· #6095
·
|
|
What are the implications of using Object.class property type?
Hi Laura, One code example says more than 1000 words: gremlin> graph = TinkerFactory.createModern() ==>tinkergraph[vertices:6 edges:6] gremlin> g=graph.traversal( traversal( traversal() gremlin> g=gra
Hi Laura, One code example says more than 1000 words: gremlin> graph = TinkerFactory.createModern() ==>tinkergraph[vertices:6 edges:6] gremlin> g=graph.traversal( traversal( traversal() gremlin> g=gra
|
By
hadoopmarc@...
· #6085
·
|
|
What are the implications of using Object.class property type?
Hi Laura, Some remarks: primitive types can be stored more efficiently than general objects (an integer is exactly 32 bits, an object an be any size) for the CompositeIndex the objects are fine as lon
Hi Laura, Some remarks: primitive types can be stored more efficiently than general objects (an integer is exactly 32 bits, an object an be any size) for the CompositeIndex the objects are fine as lon
|
By
hadoopmarc@...
· #6083
·
|
|
Data Loading Script Optimization
Hi Vinayak, Good to see some progress! Some suggestions: Is 40% relative to a single core or to all cores (e.g. CPU usage for a java process in top can be 800% if 8 cores are present)? Ncore * 100% is
Hi Vinayak, Good to see some progress! Some suggestions: Is 40% relative to a single core or to all cores (e.g. CPU usage for a java process in top can be 800% if 8 cores are present)? Ncore * 100% is
|
By
hadoopmarc@...
· #6077
·
|
|
Data Loading Script Optimization
Hi Vinayak, Yes, it should be possible to improve on the 3% CPU usage. The newTransaction() should be added to line 39 (GraphTraversalSource g = graph.traversal();) as the global g from line 121 is no
Hi Vinayak, Yes, it should be possible to improve on the 3% CPU usage. The newTransaction() should be added to line 39 (GraphTraversalSource g = graph.traversal();) as the global g from line 121 is no
|
By
hadoopmarc@...
· #6074
·
|
|
Data Loading Script Optimization
Hi Vinayak, What storage backend do you use? Do I understand right that the storage backend and the load script all run on the same server? If, so, are all available CPU resources actively used during
Hi Vinayak, What storage backend do you use? Do I understand right that the storage backend and the load script all run on the same server? If, so, are all available CPU resources actively used during
|
By
hadoopmarc@...
· #6072
·
|
|
config skip-schema-check=true is not honored for HBase
Hi Jigar, Yes, I think it is an issue. I did not fully dive into it, in particular I did not check whether any tests exist for the "disable schema check" configuration option. So, go ahead and create
Hi Jigar, Yes, I think it is an issue. I did not fully dive into it, in particular I did not check whether any tests exist for the "disable schema check" configuration option. So, go ahead and create
|
By
hadoopmarc@...
· #6069
·
|
|
config skip-schema-check=true is not honored for HBase
Hi Jigar, Can you provide the properties file you used for opening the graph, as well as the complete stacktrace for the exception listed above? Best wishes, Marc
Hi Jigar, Can you provide the properties file you used for opening the graph, as well as the complete stacktrace for the exception listed above? Best wishes, Marc
|
By
hadoopmarc@...
· #6066
·
|
|
Property keys unique per label
Hi Laura, Thanks for explaining in more detail. Another example is a "color" property. Different data sources could use different types of color objects. As long as you do not want to query for paints
Hi Laura, Thanks for explaining in more detail. Another example is a "color" property. Different data sources could use different types of color objects. As long as you do not want to query for paints
|
By
hadoopmarc@...
· #6064
·
|
|
Property keys unique per label
Hi Laura, Indeed, unique property key names are a limitation. But to be honest: if two properties have a different data-value type I would say these are different properties, so why give them the same
Hi Laura, Indeed, unique property key names are a limitation. But to be honest: if two properties have a different data-value type I would say these are different properties, so why give them the same
|
By
hadoopmarc@...
· #6062
·
|
|
How to create users and roles
Hi Jonathan, User authorization for Gremlin Server was introduced in TinkerPop 3.5.0, see https://tinkerpop.apache.org/docs/current/reference/#authorization JanusGraph will use TinkerPop 3.5.x in its
Hi Jonathan, User authorization for Gremlin Server was introduced in TinkerPop 3.5.0, see https://tinkerpop.apache.org/docs/current/reference/#authorization JanusGraph will use TinkerPop 3.5.x in its
|
By
hadoopmarc@...
· #6061
·
|