|
Re: Janusgraph connect with MySQL Storage Backend
Hi Madhan
It is exciting news that you have just made available this work under the APL2.0 license!!! Standard RDBMS, though not as scalable as the NoSQL storage backends, might provide an easy start
Hi Madhan
It is exciting news that you have just made available this work under the APL2.0 license!!! Standard RDBMS, though not as scalable as the NoSQL storage backends, might provide an easy start
|
By
hadoopmarc@...
·
#5590
·
|
|
Re: How to improve the write speed of Java connection janusgraph?
This blog might be a good start for your further experiments:
https://www.experoinc.com/post/janusgraph-nuts-and-bolts-part-1-write-performance
Best wishes, Marc
This blog might be a good start for your further experiments:
https://www.experoinc.com/post/janusgraph-nuts-and-bolts-part-1-write-performance
Best wishes, Marc
|
By
hadoopmarc@...
·
#5589
·
|
|
Re: Janusgraph connect with MySQL Storage Backend
Hi Molong,
An implementation of JanusGraph backend storage for RDBMS is available at https://github.com/mneethiraj/janusgraph/tree/rdbms_backend. The implementation uses EclipseLink JPA to access
Hi Molong,
An implementation of JanusGraph backend storage for RDBMS is available at https://github.com/mneethiraj/janusgraph/tree/rdbms_backend. The implementation uses EclipseLink JPA to access
|
By
Madhan Neethiraj
·
#5588
·
|
|
Re: How to improve the write speed of Java connection janusgraph?
I’m also trying to running theses parameters to process traversals in parallel using a thread pool. The most interesting parameters I’ve found until now are maxInProcessRequest and
I’m also trying to running theses parameters to process traversals in parallel using a thread pool. The most interesting parameters I’ve found until now are maxInProcessRequest and
|
By
ramosrods@...
·
#5587
·
|
|
Re: Janusgraph 0.5.3 potential memory leak
I run simple benchmark that reproduce oom problem with iterator version
https://gist.github.com/mad/df729c6a27a7ed224820cdd27209bade
Result
Benchmark (size) (valueSize)
I run simple benchmark that reproduce oom problem with iterator version
https://gist.github.com/mad/df729c6a27a7ed224820cdd27209bade
Result
Benchmark (size) (valueSize)
|
By
owner.mad.epa@...
·
#5586
·
|
|
Re: No results returned with duplicate Has steps in a vertex-search traversal
Just created a simple test case but couldn’t reproduce:
@Test
public void testDuplicateMixedIndexQuery() {
final PropertyKey name = makeKey("name", String.class);
final PropertyKey prop =
Just created a simple test case but couldn’t reproduce:
@Test
public void testDuplicateMixedIndexQuery() {
final PropertyKey name = makeKey("name", String.class);
final PropertyKey prop =
|
By
Boxuan Li
·
#5585
·
|
|
Re: Authentication All the Schema's
Hi Marc,
Thank You for the update. Authentication to the graph system as a whole is also not working for me for the configurations shared earlier. If I don't pass credentials then still API is
Hi Marc,
Thank You for the update. Authentication to the graph system as a whole is also not working for me for the configurations shared earlier. If I don't pass credentials then still API is
|
By
Vinayak Bali
·
#5584
·
|
|
Re: Authentication All the Schema's
Hi Vinayak,
No, this is not possible. TinkerPop/JanusGraph currently only support authentication to the graph system as a whole and do not support authorization. Later this year, the Apache TinkerPop
Hi Vinayak,
No, this is not possible. TinkerPop/JanusGraph currently only support authentication to the graph system as a whole and do not support authorization. Later this year, the Apache TinkerPop
|
By
hadoopmarc@...
·
#5583
·
|
|
Re: Open instances
We once had a short discussion about that over on the old mailing list. Sadly, we did not find a quick solution there. However, seeing more people at least confirms that it does not only occur due to
We once had a short discussion about that over on the old mailing list. Sadly, we did not find a quick solution there. However, seeing more people at least confirms that it does not only occur due to
|
By
rngcntr
·
#5582
·
|
|
Authentication All the Schema's
Hi,
Working on a web application using Janusgraph. We are connecting to Janusgraph using API(Java). Need to configure authentication to all the schema in use. Configured the authentication by using
Hi,
Working on a web application using Janusgraph. We are connecting to Janusgraph using API(Java). Need to configure authentication to all the schema in use. Configured the authentication by using
|
By
Vinayak Bali
·
#5581
·
|
|
Re: Issues with controlling partitions when using Apache Spark
Just a quick info: I opened an issue for this and did some additional research. See https://github.com/JanusGraph/janusgraph/issues/2420 for more details.
Just a quick info: I opened an issue for this and did some additional research. See https://github.com/JanusGraph/janusgraph/issues/2420 for more details.
|
By
Mladen Marović
·
#5580
·
|
|
Re: reindex job is very slow on ElasticSearch and BigTable
Hi,
No, MixedIndex should be fine. Can you show the code lines that define the index for the maid property key? Possibly, the index is restricted to a specific label so you have to
Hi,
No, MixedIndex should be fine. Can you show the code lines that define the index for the maid property key? Possibly, the index is restricted to a specific label so you have to
|
By
hadoopmarc@...
·
#5579
·
|
|
Re: Open instances
Hi,
Good that you noticed this!
Some explanation and the cure can be found at:
https://docs.janusgraph.org/advanced-topics/recovery/#janusgraph-instance-failure
Best wishes, Marc
Hi,
Good that you noticed this!
Some explanation and the cure can be found at:
https://docs.janusgraph.org/advanced-topics/recovery/#janusgraph-instance-failure
Best wishes, Marc
|
By
hadoopmarc@...
·
#5578
·
|
|
Open instances
I can see there are many open instances and looks they are not getting closed automatically.
gremlin> mgmt.getOpenInstances() //all open
I can see there are many open instances and looks they are not getting closed automatically.
gremlin> mgmt.getOpenInstances() //all open
|
By
vamsi.lingala@...
·
#5577
·
Edited
|
|
Re: Droping a graph delete all other graph indexes on Solr
After some investigation from my colleagues, the problem may come from the file SolrIndex.java on method clearStorage line 971
After some investigation from my colleagues, the problem may come from the file SolrIndex.java on method clearStorage line 971
|
By
@Tartar
·
#5576
·
|
|
Re: Droping a graph delete all other graph indexes on Solr
Note: I tried to disable the graph2 index and remove it in Solr but problem persists.
Note: I tried to disable the graph2 index and remove it in Solr but problem persists.
|
By
@Tartar
·
#5575
·
|
|
Droping a graph delete all other graph indexes on Solr
Hello everyone,
I don't know if it's an issue or I have done something wrong but droping a graph delete all other indexes in solr.
How I create my graphs:
In solr admin web page I check that my graph1
Hello everyone,
I don't know if it's an issue or I have done something wrong but droping a graph delete all other indexes in solr.
How I create my graphs:
In solr admin web page I check that my graph1
|
By
@Tartar
·
#5574
·
|
|
Re: reindex job is very slow on ElasticSearch and BigTable
Thanks a lot for your reply..
I tried above solution but unfortunately it did not work.
On scanning through pod logs I came across below warning which led us to adding query.force-index=true in our
Thanks a lot for your reply..
I tried above solution but unfortunately it did not work.
On scanning through pod logs I came across below warning which led us to adding query.force-index=true in our
|
By
vamsi.lingala@...
·
#5573
·
Edited
|
|
Re: No results returned with duplicate Has steps in a vertex-search traversal
Hi,
We have a mixed Elasticsearch index that indexes every vertex property on our graph.
For the above example, all of the fields are indexed as a "keyword" string in Elasticsearch.
We sometimes get
Hi,
We have a mixed Elasticsearch index that indexes every vertex property on our graph.
For the above example, all of the fields are indexed as a "keyword" string in Elasticsearch.
We sometimes get
|
By
Patrick Streifel <prstreifel@...>
·
#5572
·
|
|
Re: reindex job is very slow on ElasticSearch and BigTable
Is this again for 4 billion vertices? Do the gremlin server logs show whether the problem is with the index or with the backend?
Does this occur for any vertex? Try to retrieve the first few vertices
Is this again for 4 billion vertices? Do the gremlin server logs show whether the problem is with the index or with the backend?
Does this occur for any vertex? Try to retrieve the first few vertices
|
By
hadoopmarc@...
·
#5571
·
|