|
New committer: Clement de Groc
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer to the project! Clement de Groc has been a solid contributor. He already contributed many perform
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer to the project! Clement de Groc has been a solid contributor. He already contributed many perform
|
By
Boxuan Li
·
|
|
Hbase read after write not working with janusgraph-0.6.1 but was working with janusgraph-0.6.1
6 messages
So basically g.addV() is adding vertices in hbase server. But retrieval after restart of gremlin is not happening. Step1. In gremlin console, g2.addV() and g2.V().count() returns 124 Step2: Restart gr
So basically g.addV() is adding vertices in hbase server. But retrieval after restart of gremlin is not happening. Step1. In gremlin console, g2.addV() and g2.V().count() returns 124 Step2: Restart gr
|
By
Nikita Pande
·
|
|
Bulk Loading with Spark
4 messages
Hi All - I'm trying to use spark to do a bulk load, but it's very slow. The cassandra cluster I'm connecting to is a bare-metal, 15 node cluster. I'm using java code to do the loading using: GraphTrav
Hi All - I'm trying to use spark to do a bulk load, but it's very slow. The cassandra cluster I'm connecting to is a bare-metal, 15 node cluster. I'm using java code to do the loading using: GraphTrav
|
By
Joe Obernberger
·
|
|
NoSuchMethodError
5 messages
Hi All - I'm trying to write a spark job to load data from Cassandra in to a graph, but I'm getting this: Exception in thread "main" java.lang.NoSuchMethodError: 'void com.google.common.base.Precondit
Hi All - I'm trying to write a spark job to load data from Cassandra in to a graph, but I'm getting this: Exception in thread "main" java.lang.NoSuchMethodError: 'void com.google.common.base.Precondit
|
By
Joe Obernberger
·
|
|
[DISCUSS] Moving from Gitter to Discord
2 messages
Hi, JanusGraph currently uses Gitter as its chat platform. We noticed however that Discord is becoming more and more popular for OSS communities. TinkerPop has also recently started a Discord server w
Hi, JanusGraph currently uses Gitter as its chat platform. We noticed however that Discord is becoming more and more popular for OSS communities. TinkerPop has also recently started a Discord server w
|
By
Florian Hockmann
·
|
|
Rapid deletion of vertices
5 messages
Good afternoon, We're running a docker-compose janusgraph:0.6.1 with cassandra:3 and elasticsearch:6.6.0. We're primarily utilizing JanusGraph within Python 3.8 via gremlinpython. We frequently reset
Good afternoon, We're running a docker-compose janusgraph:0.6.1 with cassandra:3 and elasticsearch:6.6.0. We're primarily utilizing JanusGraph within Python 3.8 via gremlinpython. We frequently reset
|
By
Scott Friedman
·
|
|
Log4j Vulnerability for janusgraph
6 messages
I am using Janusgraph 0.5.2. How can I get rid of log4j vulnerability that 1.2.x has? Will 0.5.2 support log4j 2.17.x [Maybe install the binary of log4j 2.17.x] ? Or do we have any other log4j alterna
I am using Janusgraph 0.5.2. How can I get rid of log4j vulnerability that 1.2.x has? Will 0.5.2 support log4j 2.17.x [Maybe install the binary of log4j 2.17.x] ? Or do we have any other log4j alterna
|
By
nidhi.vinaykiya27@...
·
|
|
StackOverflowError
6 messages
Trying to create a V with this data. Getting StackOverflowError. Are there any length limitations for geoshapes? What should I do? Geoshape.geoshape(Geoshape.getShapeFactory().polygon().pointXY(42.563
Trying to create a V with this data. Getting StackOverflowError. Are there any length limitations for geoshapes? What should I do? Geoshape.geoshape(Geoshape.getShapeFactory().polygon().pointXY(42.563
|
By
dmitryzezix@...
·
|
|
Janusgraph evaluation/POC with large semiconductor measurement data advice needed
4 messages
Hi all, i am working on a proof of concept if Janusgraph could be used for measurement data in semiconductor industry. Now it's that point i need some advice. What i did was some comparisons theoretic
Hi all, i am working on a proof of concept if Janusgraph could be used for measurement data in semiconductor industry. Now it's that point i need some advice. What i did was some comparisons theoretic
|
By
eric.neufeld@...
·
|
|
Geo Mapping. How to index/query a non-point geo property?
7 messages
Hello, guys! I've tried to query complex geoshape, but got empty response. What am I doing wrong? My query: transaction = client.submit( f""" g.V().has("location", geoWithin(Geoshape.circle( { lat } ,
Hello, guys! I've tried to query complex geoshape, but got empty response. What am I doing wrong? My query: transaction = client.submit( f""" g.V().has("location", geoWithin(Geoshape.circle( { lat } ,
|
By
dmitryzezix@...
·
|
|
Integrate CustomVertexProgram to janusgraph
8 messages
What is the current method of integrating new VertexProgram as part of janusgraph. Is it getting the code in tinker pop and then building janusgraph code. Is java only supported language?
What is the current method of integrating new VertexProgram as part of janusgraph. Is it getting the code in tinker pop and then building janusgraph code. Is java only supported language?
|
By
Nikita Pande
·
|
|
Kerberos authentication of gremlin console with Janusgraph server
8 messages
Hi team, Kerberos authentication of gremlin console with janusgraph version 0.6.0 I am facing an issue when trying to configure kerberos auth of gremlin console with with janus as per https://tinkerpo
Hi team, Kerberos authentication of gremlin console with janusgraph version 0.6.0 I am facing an issue when trying to configure kerberos auth of gremlin console with with janus as per https://tinkerpo
|
By
Nikita Pande
·
|
|
MongoDB or ElasticSearch as storage backend?
2 messages
Hi everyone, is it possible to use mongodb or elastic search as the storage backend? I'm new to janusgraph so please bear with me and feel free to explain anything obvious that I may be missing. It ap
Hi everyone, is it possible to use mongodb or elastic search as the storage backend? I'm new to janusgraph so please bear with me and feel free to explain anything obvious that I may be missing. It ap
|
By
ucheozoemena@...
·
|
|
Gremlin giving stale response
3 messages
Hi, I've built a service around JanusGraph to ingest/retrieve data. When I ingest a new edge, the same is not reflected on the gremlin endpoint of JG. However, ingested vertices count is updated corre
Hi, I've built a service around JanusGraph to ingest/retrieve data. When I ingest a new edge, the same is not reflected on the gremlin endpoint of JG. However, ingested vertices count is updated corre
|
By
Aman
·
|
|
JanusGraph database cache on distributed setup
14 messages
In a multi node Janusgraph cluster, data modification done from one instance does not sync with others until it reaches the given expiry time (cache.db-cache-time) As per the documentation[1] it does
In a multi node Janusgraph cluster, data modification done from one instance does not sync with others until it reaches the given expiry time (cache.db-cache-time) As per the documentation[1] it does
|
By
washerath@...
·
|
|
Connective predicate with id throws an IllegalArgumentException (Invalid condition)
Hello, If a query contains a connective predicate with string ids, it fails with an IllegalArgumentException: gremlin> g.V().or(has(T.id, "1933504"), has(T.id, "2265280"), has(T.id, "2027592")) java.l
Hello, If a query contains a connective predicate with string ids, it fails with an IllegalArgumentException: gremlin> g.V().or(has(T.id, "1933504"), has(T.id, "2265280"), has(T.id, "2027592")) java.l
|
By
toom@...
·
|
|
Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
10 messages
Hi Folks I am trying to connect janusgraph with cassandra with cql jar with janusgraph-cql(0.6.0) cassandra(3.11.6), cassandra java driver 4.9.0 properties: "storage.backend:cql", "storage.hostname: "
Hi Folks I am trying to connect janusgraph with cassandra with cql jar with janusgraph-cql(0.6.0) cassandra(3.11.6), cassandra java driver 4.9.0 properties: "storage.backend:cql", "storage.hostname: "
|
By
krishna.sailesh2@...
·
|
|
JanusGraph Best Practice to Store the Data
2 messages
Hi Team, We are running JanusGraph + Cassandra combination for storing through Gremlin Commands from Java Api. Thinking of saving the full JSON document into Graph alongside relationship. Gremlin Quer
Hi Team, We are running JanusGraph + Cassandra combination for storing through Gremlin Commands from Java Api. Thinking of saving the full JSON document into Graph alongside relationship. Gremlin Quer
|
By
kaintharinder@...
·
|
|
No writes: Janusgraph bigtable
using configured graph factory we are creating graph by send the below query using gremlin client let client = new gremlin.driver.Client(ws://XX.XX.XX.XX:8182/gremlin) client.submit('ConfiguredGraphFa
using configured graph factory we are creating graph by send the below query using gremlin client let client = new gremlin.driver.Client(ws://XX.XX.XX.XX:8182/gremlin) client.submit('ConfiguredGraphFa
|
By
51kumarakhil@...
·
|
|
Error starting Cassandra when running janusgraph-full-0.6.1
6 messages
Hello, I came across the issue below when migrating from janusgraph-full-0.5.3 to janusgraph-full-0.6.1. When I run 'janusgraph.sh start' after downloading janusgraph-full-0.6.1. I got error of starti
Hello, I came across the issue below when migrating from janusgraph-full-0.5.3 to janusgraph-full-0.6.1. When I run 'janusgraph.sh start' after downloading janusgraph-full-0.6.1. I got error of starti
|
By
Yingjie Li
·
|