|
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
·
|
|
Re: reindex job is very slow on ElasticSearch and BigTable
Thanks a lot for you reply.
We changed our approach..we enabled the index and then ingested nodes..I can see data in elastic search but when I query I am getting
Thanks a lot for you reply.
We changed our approach..we enabled the index and then ingested nodes..I can see data in elastic search but when I query I am getting
|
By
vamsi.lingala@...
·
#5570
·
|
|
Re: reindex job is very slow on ElasticSearch and BigTable
This trace says that your elasticsearch cluster becomes unresponsive. Check your elasticsearch cluster with requests
This trace says that your elasticsearch cluster becomes unresponsive. Check your elasticsearch cluster with requests
|
By
hadoopmarc@...
·
#5569
·
|
|
Re: reindex job is very slow on ElasticSearch and BigTable
I get above error while doing reindex using JanusGraphManagement
I get above error while doing reindex using JanusGraphManagement
|
By
vamsi.lingala@...
·
#5568
·
|
|
Re: reindex job is very slow on ElasticSearch and BigTable
I am getting below errors while doing reindex and it stops the job.
Pls help me with this.
09:09:06.295 [Thread-12] ERROR o.j.d.k.scan.StandardScannerExecutor Unexpected error processing data:
I am getting below errors while doing reindex and it stops the job.
Pls help me with this.
09:09:06.295 [Thread-12] ERROR o.j.d.k.scan.StandardScannerExecutor Unexpected error processing data:
|
By
vamsi.lingala@...
·
#5567
·
|
|
Re: Janusgraph spark on yarn error
Thank you!
Sorry for my long time answer.
I am do some experiments with janusgraph.
Thank you!
Sorry for my long time answer.
I am do some experiments with janusgraph.
|
By
j2kupper@...
·
#5566
·
|
|
Re: Create new node for each group of connected nodes
On Sat, Jan 30, 2021 at 10:42 PM, <hadoopmarc@...> wrote:
Thanks Marc for quick response. Regards,
Anjani
On Sat, Jan 30, 2021 at 10:42 PM, <hadoopmarc@...> wrote:
Thanks Marc for quick response. Regards,
Anjani
|
By
anjanisingh22@...
·
#5565
·
|
|
Re: Create new node for each group of connected nodes
Hi Anjani,
Your use case obviously comes down to an OLAP query. While JanusGraph provides InputFormat classes to use TInkerPop's SparkGraphComputer and HadoopGraph, many users have experienced
Hi Anjani,
Your use case obviously comes down to an OLAP query. While JanusGraph provides InputFormat classes to use TInkerPop's SparkGraphComputer and HadoopGraph, many users have experienced
|
By
hadoopmarc@...
·
#5564
·
|
|
Create new node for each group of connected nodes
Hi All,
We are using Janus graph 0.5.2 with Cassandra as storage and Elastic as search engine. We have 700M + nodes.
Nodes are already connected by edges.
We got a use case to add one more node for
Hi All,
We are using Janus graph 0.5.2 with Cassandra as storage and Elastic as search engine. We have 700M + nodes.
Nodes are already connected by edges.
We got a use case to add one more node for
|
By
anjanisingh22@...
·
#5563
·
|
|
Re: Recommended way to perform Schema / Data migration
Hi Nick,
What do you want to migrate? Vertex labels? Property keys? Did you take a look at:
https://docs.janusgraph.org/basics/schema/#changing-schema-elements
Best wishes, Marc
Hi Nick,
What do you want to migrate? Vertex labels? Property keys? Did you take a look at:
https://docs.janusgraph.org/basics/schema/#changing-schema-elements
Best wishes, Marc
|
By
hadoopmarc@...
·
#5562
·
|
|
Re: reindex job is very slow on ElasticSearch and BigTable
OK, thanks for confirming the stacktrace. You can report this behavior as an issue on https://github.com/JanusGraph/janusgraph/issues, referring to this thread. It is still not clear to me how this
OK, thanks for confirming the stacktrace. You can report this behavior as an issue on https://github.com/JanusGraph/janusgraph/issues, referring to this thread. It is still not clear to me how this
|
By
hadoopmarc@...
·
#5561
·
|
|
Re: Connecting to Multiple Schemas using Java
Hi Vinayak,
The TinkerPop ref docs gives the following code fragment for connecting with the cluster method:
Cluster cluster = Cluster.open();GraphTraversalSource g1 =
Hi Vinayak,
The TinkerPop ref docs gives the following code fragment for connecting with the cluster method:
Cluster cluster = Cluster.open();GraphTraversalSource g1 =
|
By
hadoopmarc@...
·
#5560
·
|
|
Re: Issues with controlling partitions when using Apache Spark
Thanks for the responses.
I'll create a github issue for this then, and also create a PR with the changes that fixed this issue for me, in case anyone finds it useful.
I'm also interested in doing
Thanks for the responses.
I'll create a github issue for this then, and also create a PR with the changes that fixed this issue for me, in case anyone finds it useful.
I'm also interested in doing
|
By
Mladen Marović
·
#5559
·
|
|
Re: Problem with index never becoming ENABLED.
Register index before you enable it
Register index before you enable it
|
By
vamsi.lingala@...
·
#5558
·
|