|
REINDEXING Big Graph
2 messages
Hi Team, Currently I am trying to REINDEX using Hadoop Mapreduce using the reference from Janus document. https://docs.janusgraph.org/index-management/index-reindexing/#reindex-example-on-mapreduce I
Hi Team, Currently I am trying to REINDEX using Hadoop Mapreduce using the reference from Janus document. https://docs.janusgraph.org/index-management/index-reindexing/#reindex-example-on-mapreduce I
|
By
Abhay Pandit
·
|
|
JanusGraph 0.5.3 using Gremlin Server 3.4.10
3 messages
Hi, My team is using JanusGraph version 0.5.3. I want my team to use Gremlin Server 3.4.10 as opposed to 3.4.6 that comes bundled with JanusGraph 0.5.3 I suppose it would work based upon this (and rea
Hi, My team is using JanusGraph version 0.5.3. I want my team to use Gremlin Server 3.4.10 as opposed to 3.4.6 that comes bundled with JanusGraph 0.5.3 I suppose it would work based upon this (and rea
|
By
james.jstroud@...
·
|
|
Janusgraph connect with MySQL Storage Backend
9 messages
Hello, I request your help regardding the janusgraph connect with Mysql or other Relational DBMS. Because I'm trying to code a module which can connects to Mysql. And current this module can connect w
Hello, I request your help regardding the janusgraph connect with Mysql or other Relational DBMS. Because I'm trying to code a module which can connects to Mysql. And current this module can connect w
|
By
liu molong
·
|
|
Coalesce() step behaves differently than Or() step, with exception in sum() step
2 messages
I am trying to replace coalesce() by or() which is generally faster, but there is a problem with or() step failing in the following mum() step: gremlin> graph3 = TinkerGraph.open() ==>tinkergraph[vert
I am trying to replace coalesce() by or() which is generally faster, but there is a problem with or() step failing in the following mum() step: gremlin> graph3 = TinkerGraph.open() ==>tinkergraph[vert
|
By
cmilowka
·
|
|
Where does Computation happens
2 messages
Hi Team, I have a clarification on a distributed query execution, Have JanusGraph setup with cassandra distributed storage. I am worried about the performance of complex queries. 1. Where does my quer
Hi Team, I have a clarification on a distributed query execution, Have JanusGraph setup with cassandra distributed storage. I am worried about the performance of complex queries. 1. Where does my quer
|
By
Dany
·
|
|
How to improve the write speed of Java connection janusgraph?
3 messages
Is it necessary to change the configuration of janusgraph? Cluster cluster = Cluster.build() .addContactPoints(janusGraphHosts) .port(janusGraphPort) .credentials(janusGraphUserName, janusGraphPasswor
Is it necessary to change the configuration of janusgraph? Cluster cluster = Cluster.build() .addContactPoints(janusGraphHosts) .port(janusGraphPort) .credentials(janusGraphUserName, janusGraphPasswor
|
By
wenco...@...
·
|
|
No results returned with duplicate Has steps in a vertex-search traversal
4 messages
We are running into a JanusGraph bug where a traversal that should return a list of vertices is returning an empty list. Here is some background info: Using a JanusGraph Server with ConfigureGraphFact
We are running into a JanusGraph bug where a traversal that should return a list of vertices is returning an empty list. Here is some background info: Using a JanusGraph Server with ConfigureGraphFact
|
By
Patrick Streifel
·
|
|
Authentication All the Schema's
3 messages
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 th
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 th
|
By
Vinayak Bali
·
|
|
Open instances
3 messages
I can see there are many open instances and looks they are not getting closed automatically. gremlin> mgmt.getOpenInstances() //all open instances ==>0acc001a144-janusgraph-5fbcff8c8b-9bb6v1 ==>0acc00
I can see there are many open instances and looks they are not getting closed automatically. gremlin> mgmt.getOpenInstances() //all open instances ==>0acc001a144-janusgraph-5fbcff8c8b-9bb6v1 ==>0acc00
|
By
vamsi.lingala@...
·
|
|
Issues with controlling partitions when using Apache Spark
6 messages
Hey there! I've recently been working on some Apache Spark jobs for Janusgraph via hadoop-gremlin (as described on https://docs.janusgraph.org/advanced-topics/hadoop/) and encountered several issues.
Hey there! I've recently been working on some Apache Spark jobs for Janusgraph via hadoop-gremlin (as described on https://docs.janusgraph.org/advanced-topics/hadoop/) and encountered several issues.
|
By
Mladen Marović
·
|
|
reindex job is very slow on ElasticSearch and BigTable
13 messages
we have imported around 4 billion vertices in janus graph. We are using big table and elastic search reindexing speed is very slow..around 2000 records per second is there any way to speed it up? MapR
we have imported around 4 billion vertices in janus graph. We are using big table and elastic search reindexing speed is very slow..around 2000 records per second is there any way to speed it up? MapR
|
By
vamsi.lingala@...
·
|
|
Droping a graph delete all other graph indexes on Solr
3 messages
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: def map = new HashMap<String, Object>(); map.
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: def map = new HashMap<String, Object>(); map.
|
By
@Tartar
·
|
|
Janusgraph spark on yarn error
6 messages
Hi! I have this configuration janusgraph: 0.5.2 spark 2.4.0 hbase 2.1.5 hadoop 2.7.7 I have 3 nodes hadoop on my cluster. I am set up janusgraph with hadoop infrastructure and run load data and read d
Hi! I have this configuration janusgraph: 0.5.2 spark 2.4.0 hbase 2.1.5 hadoop 2.7.7 I have 3 nodes hadoop on my cluster. I am set up janusgraph with hadoop infrastructure and run load data and read d
|
By
j2kupper@...
·
|
|
Create new node for each group of connected nodes
3 messages
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 ea
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 ea
|
By
anjanisingh22@...
·
|
|
Recommended way to perform Schema / Data migration
2 messages
Hello, I would like to ask the following: Is there any recommended way to perform Schema/Data migration? Thanks in advance, Nick.
Hello, I would like to ask the following: Is there any recommended way to perform Schema/Data migration? Thanks in advance, Nick.
|
By
nick.ood17@...
·
|
|
Connecting to Multiple Schemas using Java
2 messages
Hi, I am trying to connect to multiple schema's through java using the Cluster method. The properties files are as follows: gremlin-server.yaml # Copyright 2019 JanusGraph Authors # # Licensed under t
Hi, I am trying to connect to multiple schema's through java using the Cluster method. The properties files are as follows: gremlin-server.yaml # Copyright 2019 JanusGraph Authors # # Licensed under t
|
By
Vinayak Bali
·
|
|
Problem with index never becoming ENABLED.
4 messages
About the index that never becomes ENABLED and can't reindex the existent data, is because an example in documentation (http://docs.janusgraph.org/latest/indexes.html) that create a index, wait for in
About the index that never becomes ENABLED and can't reindex the existent data, is because an example in documentation (http://docs.janusgraph.org/latest/indexes.html) that create a index, wait for in
|
By
Augusto Will
·
|
|
Transaction Management
2 messages
Hello. I have been having memory leaks while using Janusgraph and found that there were a few places that I was not explicitly closing transactions and thought that might be the culprit. I am now clos
Hello. I have been having memory leaks while using Janusgraph and found that there were a few places that I was not explicitly closing transactions and thought that might be the culprit. I am now clos
|
By
ryssavage@...
·
|
|
JanusGraph and future versions of ES
5 messages
Hi all, Since ES seems to have changed their licensing, what does this entail about the future usage of ES as a JanusGraph index backend? https://aws.amazon.com/blogs/opensource/stepping-up-for-a-trul
Hi all, Since ES seems to have changed their licensing, what does this entail about the future usage of ES as a JanusGraph index backend? https://aws.amazon.com/blogs/opensource/stepping-up-for-a-trul
|
By
Assaf Schwartz
·
|
|
Janusgraph traversal time
2 messages
Hi All, I have a multi-level graph with total 800 vertices. When I run g.V(<id of parent>).repeat(out()).emit() for first time, it takes 300ms. In profile(), I could see RepeatStep takes most of the t
Hi All, I have a multi-level graph with total 800 vertices. When I run g.V(<id of parent>).repeat(out()).emit() for first time, it takes 300ms. In profile(), I could see RepeatStep takes most of the t
|
By
faizez@...
·
|