|
ConfiguredGraphFactory and Authentication not working
9 messages
Hi All, Followed the following blogs for configuring authentication and ConfiguredGraphFactory respectively. https://docs.janusgraph.org/basics/server/ https://stackoverflow.com/questions/51594838/jan
Hi All, Followed the following blogs for configuring authentication and ConfiguredGraphFactory respectively. https://docs.janusgraph.org/basics/server/ https://stackoverflow.com/questions/51594838/jan
|
By
Vinayak Bali
·
|
|
Delete label is very difficult
Deleting all edges in a label/all vertices in a label from gremlin is almost impossible.. g.E().hasLabel('MAID-BRAND-012021').drop() g.V().hasLabel('BRAND').drop() it gets timeout even thought you inc
Deleting all edges in a label/all vertices in a label from gremlin is almost impossible.. g.E().hasLabel('MAID-BRAND-012021').drop() g.V().hasLabel('BRAND').drop() it gets timeout even thought you inc
|
By
vamsi.lingala@...
·
|
|
JanusGraphIndex how to retrieve constraint (indexOnly) specified for the global index?
6 messages
Global indexes can be limited to the "constraint" by indexOnly() step, from JanusGraph documentation: mgmt.buildIndex('byNameAndLabel', Vertex.class).addKey(name).indexOnly(god).buildCompositeIndex()
Global indexes can be limited to the "constraint" by indexOnly() step, from JanusGraph documentation: mgmt.buildIndex('byNameAndLabel', Vertex.class).addKey(name).indexOnly(god).buildCompositeIndex()
|
By
cmilowka
·
|
|
Changing graphname at runtime
4 messages
Note: I cross-posted this to https://groups.google.com/g/gremlin-users so that I can reach a broader audience, so if you're a member of both groups, please receive my apologies! Hello, I have a situat
Note: I cross-posted this to https://groups.google.com/g/gremlin-users so that I can reach a broader audience, so if you're a member of both groups, please receive my apologies! Hello, I have a situat
|
By
Diglio A. Simoni
·
|
|
Inconsistent composite index status after transaction failure
4 messages
I have nodes with two properties: my_id (long) and package_name (string). I have defined two composite indexes * on my_id * on my_id + package_name (unique) I'm using JanusGraph 0.5.2 with CQL (actual
I have nodes with two properties: my_id (long) and package_name (string). I have defined two composite indexes * on my_id * on my_id + package_name (unique) I'm using JanusGraph 0.5.2 with CQL (actual
|
By
simone3.cattani@...
·
|
|
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@...
·
|