|
Re: VCI is unclear from Schema
Hi,
I think by "edge index" you are referring buildEdgeIndex method and by `vertex index` you mean Vertex Centric Index.
If above assumption is correct then, both Vertex Centric index and
Hi,
I think by "edge index" you are referring buildEdgeIndex method and by `vertex index` you mean Vertex Centric Index.
If above assumption is correct then, both Vertex Centric index and
|
By
Amiya <amiyakr...@...>
·
#5203
·
|
|
Re: PropertyPlacementStrategy configuration
Hi,
I browsed a bit through the source code and the configOption you need is defined
Hi,
I browsed a bit through the source code and the configOption you need is defined
|
By
HadoopMarc <bi...@...>
·
#5202
·
|
|
Re: ids.placement configuration question
Hi,
I was actually researching the same thing just yesterday!
The `cluster.max-partitions` suggests you need to know the amount of storage backend instances you will add the future.
However,
Hi,
I was actually researching the same thing just yesterday!
The `cluster.max-partitions` suggests you need to know the amount of storage backend instances you will add the future.
However,
|
By
Steve Todorov <steve....@...>
·
#5201
·
|
|
PropertyPlacementStrategy configuration
Hi,
I am trying to setup key based partitioning using "PropertyPlacementStrategy".
As per the test class, I am required to specify the partition-key, every vertex in the graph have a partitioning key
Hi,
I am trying to setup key based partitioning using "PropertyPlacementStrategy".
As per the test class, I am required to specify the partition-key, every vertex in the graph have a partitioning key
|
By
Manish Baid <mmb...@...>
·
#5200
·
|
|
ids.placement configuration question
Hi,
I am using embedded janusgraph to connect to backend (solr, cassandra) over the network. Storing large volume of data, looking to partition the data based on the application provided partitioning
Hi,
I am using embedded janusgraph to connect to backend (solr, cassandra) over the network. Storing large volume of data, looking to partition the data based on the application provided partitioning
|
By
Manish Baid <mmb...@...>
·
#5199
·
|
|
Re: VCI is unclear from Schema
It's my turn now to be confused about it...
Anybody handsome could tell me is there any difference between `vertex index` and `edge index`? Does it mean `index for property bound on vertex/edge`?
And
It's my turn now to be confused about it...
Anybody handsome could tell me is there any difference between `vertex index` and `edge index`? Does it mean `index for property bound on vertex/edge`?
And
|
By
szthanatos lux <thanat...@...>
·
#5198
·
|
|
Re: Selection of indexCandidates is empty when using disjuctive top level query
Sorry I was wrong. JanusGraph should still fire index queries for your given Or query, even if one or more other Or conditions requires full scan.
Sylvain, how did you know JanusGraph did not use
Sorry I was wrong. JanusGraph should still fire index queries for your given Or query, even if one or more other Or conditions requires full scan.
Sylvain, how did you know JanusGraph did not use
|
By
BO XUAN LI <libo...@...>
·
#5197
·
|
|
Re: Selection of indexCandidates is empty when using disjuctive top level query
Hi Sylvain,
Looks like the other Or condition of your query does not utilize index, and needs a full scan. Under this circumstance, JanusGraph does not bother firing index queries for your given Or
Hi Sylvain,
Looks like the other Or condition of your query does not utilize index, and needs a full scan. Under this circumstance, JanusGraph does not bother firing index queries for your given Or
|
By
BO XUAN LI <libo...@...>
·
#5196
·
|
|
Re: Selection of indexCandidates is empty when using disjuctive top level query
Hi Sylvain,
Could you please add your findings to:
https://github.com/JanusGraph/janusgraph/issues/1868
Maybe, the gremlin union() step can offer a workaround?
Best wishes, Marc
Op vrijdag 18
Hi Sylvain,
Could you please add your findings to:
https://github.com/JanusGraph/janusgraph/issues/1868
Maybe, the gremlin union() step can offer a workaround?
Best wishes, Marc
Op vrijdag 18
|
By
HadoopMarc <bi...@...>
·
#5195
·
|
|
Re: configuration not being respected
In the end I'm not going to use spring data for interaction with janus. For anyone that will do so, below is a snippet which will solve majority of errors that you encounter. There's one more thing
In the end I'm not going to use spring data for interaction with janus. For anyone that will do so, below is a snippet which will solve majority of errors that you encounter. There's one more thing
|
By
Karol <karol....@...>
·
#5194
·
|
|
Selection of indexCandidates is empty when using disjuctive top level query
Dear all,
within our project, we find out that query of the following form
Or(
And(has('field1','value1'),has('~label','label1'),
And(has('field2','value2'),has('~label','label1'),
...
)
with
Dear all,
within our project, we find out that query of the following form
Or(
And(has('field1','value1'),has('~label','label1'),
And(has('field2','value2'),has('~label','label1'),
...
)
with
|
By
Sylvain Julmy <sylvai...@...>
·
#5193
·
|
|
Re: Edge details dropped from vertex object in sparkGraphComputer
Hi Anjani,
OK, more explicitly, is this what you are looking for:
gremlin> g = TinkerFactory.createModern().traversal().withComputer()
==>graphtraversalsource[tinkergraph[vertices:6 edges:6],
Hi Anjani,
OK, more explicitly, is this what you are looking for:
gremlin> g = TinkerFactory.createModern().traversal().withComputer()
==>graphtraversalsource[tinkergraph[vertices:6 edges:6],
|
By
HadoopMarc <bi...@...>
·
#5192
·
|
|
Re: Edge details dropped from vertex object in sparkGraphComputer
Hi Marc,
Thanks for response. I want to fetch all connected components with their edge details from Graph. For example say node A and node B are connected with a edge E1, then i want to create output
Hi Marc,
Thanks for response. I want to fetch all connected components with their edge details from Graph. For example say node A and node B are connected with a edge E1, then i want to create output
|
By
"anj...@gmail.com" <anjani...@...>
·
#5191
·
|
|
Re: Edge details dropped from vertex object in sparkGraphComputer
Hi Anjani,
Your original post started with:
" I am trying get complete data from graph (vertex details and edge details).
We are using connectedVertexProgram with Spark2.4, able to get vertex details
Hi Anjani,
Your original post started with:
" I am trying get complete data from graph (vertex details and edge details).
We are using connectedVertexProgram with Spark2.4, able to get vertex details
|
By
HadoopMarc <bi...@...>
·
#5190
·
|
|
Re: Edge details dropped from vertex object in sparkGraphComputer
Hi All,
Thanks for all your inputs. After doing some more analysis found that in SparkGraphComputer (in tinker-pop library), vertex object has edge details in RDD till we add result to memory.
Hi All,
Thanks for all your inputs. After doing some more analysis found that in SparkGraphComputer (in tinker-pop library), vertex object has edge details in RDD till we add result to memory.
|
By
"anj...@gmail.com" <anjani...@...>
·
#5189
·
|
|
Re: configuration not being respected
Hi Karol,
Thanks for posting the workaround.
I stared a while at your post earlier this morning and could not see how your session log could be consistent with a working test for
Hi Karol,
Thanks for posting the workaround.
I stared a while at your post earlier this morning and could not see how your session log could be consistent with a working test for
|
By
HadoopMarc <bi...@...>
·
#5188
·
|
|
Re: configuration not being respected
I haven't managed to setup graph.set-vertex-id=true but for anyone using microsoft's gremlin plugin for spring data, add @GeneratedValue to the id field:
@Vertex
class Foo(val name: String, val age:
I haven't managed to setup graph.set-vertex-id=true but for anyone using microsoft's gremlin plugin for spring data, add @GeneratedValue to the id field:
@Vertex
class Foo(val name: String, val age:
|
By
Karol <karol....@...>
·
#5187
·
|
|
configuration not being respected
Hi all,
I'm trying to setup janus so that it works with spring data gremlin plugin
In order to do so I have to setup the variable graph.set-vertex-id=true as mentioned here
here's the config I'm
Hi all,
I'm trying to setup janus so that it works with spring data gremlin plugin
In order to do so I have to setup the variable graph.set-vertex-id=true as mentioned here
here's the config I'm
|
By
Karol <karol....@...>
·
#5186
·
|
|
Re: g.E().count() time out
Hello Marc,
g.V().in().count() failed with :"org.apache.tinkerpop.gremlin.driver.exception.ResponseException: A timeout occurred during traversal evaluation of ..." , The graph is not big, only
Hello Marc,
g.V().in().count() failed with :"org.apache.tinkerpop.gremlin.driver.exception.ResponseException: A timeout occurred during traversal evaluation of ..." , The graph is not big, only
|
By
Yingjie Li <ying...@...>
·
#5185
·
|
|
Re: ID allocation when using Spark to read data from JanusGraph (OLAP)
Hi Rafi,
You will have to search the source code.
Code below says the VertexIdAssigner class is alway preloded at runtime, irrespective of the read-ony
Hi Rafi,
You will have to search the source code.
Code below says the VertexIdAssigner class is alway preloded at runtime, irrespective of the read-ony
|
By
HadoopMarc <bi...@...>
·
#5184
·
|