|
Running OLAP on HBase with SparkGraphComputer fails with Error Container killed by YARN for exceeding memory limits
11 messages
Error message: ExecutorLostFailure (executor 1 exited caused by one of the running tasks) Reason: Container killed by YARN for exceeding memory limits. 33.1 GB of 33 GB physical memory used. Consider
Error message: ExecutorLostFailure (executor 1 exited caused by one of the running tasks) Reason: Container killed by YARN for exceeding memory limits. 33.1 GB of 33 GB physical memory used. Consider
|
By
Roy Yu
·
|
|
Remote Traversal with Java
3 messages
Dear All, I have installed/configured a single node JanusGraph Server with a Berkeley database backend and ConfigurationManagementGraph support so that I can create/manage multiple graphs on the serve
Dear All, I have installed/configured a single node JanusGraph Server with a Berkeley database backend and ConfigurationManagementGraph support so that I can create/manage multiple graphs on the serve
|
By
Peter Borissow
·
|
|
Degree-Centrality Filtering & Search – Scalable Strategies for OLTP
8 messages
Hello all, Curious about best approaches/practices for scalable degree-centrality search filters on large (millions to billions of nodes) JanusGraphs. i.e. something like : g.V() .has("someProperty",e
Hello all, Curious about best approaches/practices for scalable degree-centrality search filters on large (millions to billions of nodes) JanusGraphs. i.e. something like : g.V() .has("someProperty",e
|
By
"zb...@gmail.com"
·
|
|
JanusGraph 0.5.2 and BigTable
8 messages
Hi All, I'm experiencing an issues with running JanusGraph (on top of GKE) against BigTable. This is the general setup description: We are using a single node BigTable cluster (for development / integ
Hi All, I'm experiencing an issues with running JanusGraph (on top of GKE) against BigTable. This is the general setup description: We are using a single node BigTable cluster (for development / integ
|
By
Assaf Schwartz
·
|
|
How to upload rdf bulk data to janus graph
5 messages
I have data in RDF(ttl) format. It is having around 6 million triplets. Currently, I have used rdf2gremlin python script for this conversion but it's taking to much time i.e. for 10k records it took a
I have data in RDF(ttl) format. It is having around 6 million triplets. Currently, I have used rdf2gremlin python script for this conversion but it's taking to much time i.e. for 10k records it took a
|
By
Arpan Jain
·
|
|
Aggregating edges based on the source & target vertex attributes
7 messages
Hello, I request your help regarding the janus graph query which I am trying to construct. Let's consider the following graph where each vertex denotes a person and the edge between any two vertex den
Hello, I request your help regarding the janus graph query which I am trying to construct. Let's consider the following graph where each vertex denotes a person and the edge between any two vertex den
|
By
vishnu gajendran
·
|
|
RDF Import into JanusGraph
2 messages
Hi, I want to know whether we can import RDF(Any format like Turtle or RDF/JSON) into Janusgraph or not. If yes then what are the steps to do that. Any help will highly be appreciated. Thanks.
Hi, I want to know whether we can import RDF(Any format like Turtle or RDF/JSON) into Janusgraph or not. If yes then what are the steps to do that. Any help will highly be appreciated. Thanks.
|
By
Ritu Lalwani
·
|
|
using In-Memory in JanusGraph Verison 0.5.2 Throws Exception
3 messages
Hi folks i have updated janusgraph version from 0.4.1 to 0.5.2. all my previous unit testcases with inmemory config throws expection below. should i want to add any more particular dependency to my pr
Hi folks i have updated janusgraph version from 0.4.1 to 0.5.2. all my previous unit testcases with inmemory config throws expection below. should i want to add any more particular dependency to my pr
|
By
"kri...@gmail.com"
·
|
|
Use index for sorting
7 messages
Hello, I'm using JanusGraph with Cassandra (0.5.2) and ElasticSearch. I try to optimize my queries and use the mixed indexes as much as possible, in particular for sortings, but I have some difficulti
Hello, I'm using JanusGraph with Cassandra (0.5.2) and ElasticSearch. I try to optimize my queries and use the mixed indexes as much as possible, in particular for sortings, but I have some difficulti
|
By
toom
·
|
|
Condition where-inV-is does not work
4 messages
Hi, JanusGraph users. I try a simple query from TinkerPop docs with my JanusGraph installation, but it does not work as expected. How is it possible: gremlin> g.V(41099392).outE('LINK').inV() ==>v[110
Hi, JanusGraph users. I try a simple query from TinkerPop docs with my JanusGraph installation, but it does not work as expected. How is it possible: gremlin> g.V(41099392).outE('LINK').inV() ==>v[110
|
By
Anton Eroshenko
·
|
|
addE doesn't create more than 1 edge
4 messages
I'm trying to link one vertex (let's say Activity) with two others (person), I expect to have two edges in result, the request below creates only one. gremlin> g.V().hasLabel('Activity') ==>v[40984624
I'm trying to link one vertex (let's say Activity) with two others (person), I expect to have two edges in result, the request below creates only one. gremlin> g.V().hasLabel('Activity') ==>v[40984624
|
By
Anton Eroshenko
·
|
|
How to improve traversal query performance
12 messages
Hi All, I'm testing traversal query performance. My query (please see below) takes about 1.8sec. Is there solution for improve performance (faster than 1.8sec)? I hope that takes less than 500ms. 1.En
Hi All, I'm testing traversal query performance. My query (please see below) takes about 1.8sec. Is there solution for improve performance (faster than 1.8sec)? I hope that takes less than 500ms. 1.En
|
By
Manabu Kotani
·
|
|
Configuring Transaction Log feature
21 messages
Hi Guys, We are trying to used transaction log feature of Janusgraph, which is not working as expected.No callback is received at public void process(JanusGraphTransaction janusGraphTransaction, Trans
Hi Guys, We are trying to used transaction log feature of Janusgraph, which is not working as expected.No callback is received at public void process(JanusGraphTransaction janusGraphTransaction, Trans
|
By
Sandeep Mishra
·
|
|
Property with multiple data types
7 messages
I'm new to Janus and LPGs. I have a question after reading the Janus documentation. As far as I understand, edges labels as well as properties (for both nodes and edges) are indexed globally. What hap
I'm new to Janus and LPGs. I have a question after reading the Janus documentation. As far as I understand, edges labels as well as properties (for both nodes and edges) are indexed globally. What hap
|
By
Laura Morales
·
|
|
Centric Indexes failing to support all conditions for better performance.
5 messages
JanusGraph documentation: https://docs.janusgraph.org/index-management/index-performance/ is describing usage of Vertex Centrix Index [edge=battled + properties=(rating,time)] g.V(h).outE('battled').h
JanusGraph documentation: https://docs.janusgraph.org/index-management/index-performance/ is describing usage of Vertex Centrix Index [edge=battled + properties=(rating,time)] g.V(h).outE('battled').h
|
By
chrism
·
|
|
Is there a standard, human-friendly, serialization format?
2 messages
All the examples that I see in the Janus documentation seem to use Groovy. Instructions such as JanusGraphFactory.open(), graph.openManagement(), mgmt.makeEdgeLabel() etc. Is there any human-friendly
All the examples that I see in the Janus documentation seem to use Groovy. Instructions such as JanusGraphFactory.open(), graph.openManagement(), mgmt.makeEdgeLabel() etc. Is there any human-friendly
|
By
Laura Morales
·
|
|
subscribe
subscribe
By
Laura Morales
·
|
|
Error when running JanusGraph with YARN and CQL
5 messages
Hello, I am trying to run SparkGraphComputer on a JanusGraph backed by Cassandra and ElasticSearch. I have previously verified that I am able to run SparkGraphComputer on a local Spark standalone clus
Hello, I am trying to run SparkGraphComputer on a JanusGraph backed by Cassandra and ElasticSearch. I have previously verified that I am able to run SparkGraphComputer on a local Spark standalone clus
|
By
Varun Ganesh
·
|
|
Profile() seems inconsisten with System.currentTimeMillis
2 messages
Hi, Can anyone explain why the total duration displayed by the profile() step is more than twice as large as the time difference clocked with System.currentTimeMillis? see below, For those who wonder,
Hi, Can anyone explain why the total duration displayed by the profile() step is more than twice as large as the time difference clocked with System.currentTimeMillis? see below, For those who wonder,
|
By
HadoopMarc
·
|
|
Janusgraph Hadoop Spark standalone cluster - Janusgraph job always creates constant number 513 of Spark tasks
8 messages
Hello, I have setup Janusgraph 0.4.0 with Hadoop 2.9.0 and Spark 2.4.4 in a K8s cluster. I connect to Janusgraph from gremlin console and execute: gremlin> og ==>graphtraversalsource[hadoopgraph[cassa
Hello, I have setup Janusgraph 0.4.0 with Hadoop 2.9.0 and Spark 2.4.4 in a K8s cluster. I connect to Janusgraph from gremlin console and execute: gremlin> og ==>graphtraversalsource[hadoopgraph[cassa
|
By
dimitar....@...
·
|