|
Re: java.io.EOFException in kryo+blvp error in bulk loading
Hi Eliz,
You are supposed to use Tinkerpop's gryo writer to create kryo graph input files (I do not believe there is a formal spec of the format). There is also the BulkDumperVertexProgram to create a
Hi Eliz,
You are supposed to use Tinkerpop's gryo writer to create kryo graph input files (I do not believe there is a formal spec of the format). There is also the BulkDumperVertexProgram to create a
|
By
HadoopMarc <bi...@...>
·
#401
·
|
|
Re: java.io.EOFException in kryo+blvp error in bulk loading
Hi Biko and Marc,
Below is the method I used to create test.kryo, which was converted from a CSV file: vertices.txt
vi vertices.txt
123
Hi Biko and Marc,
Below is the method I used to create test.kryo, which was converted from a CSV file: vertices.txt
vi vertices.txt
123
|
By
Angelasweet <hlf...@...>
·
#410
·
|
|
Re: Use of mgmt.setTTL to expire edges
Please refer to the documentation here:
http://docs.janusgraph.org/latest/advanced-schema.html
Thanks,
Jerry
Please refer to the documentation here:
http://docs.janusgraph.org/latest/advanced-schema.html
Thanks,
Jerry
|
By
Jerry He <jerr...@...>
·
#399
·
|
|
Re: keyspaces in JanusGraph
Thank you Jean-Baptiste. Actually I was using gremlin (not, graph-client).
In the schema definition, I have something like that
// load configuration from file
conf = new
Thank you Jean-Baptiste. Actually I was using gremlin (not, graph-client).
In the schema definition, I have something like that
// load configuration from file
conf = new
|
By
Peter <pmmu...@...>
·
#398
·
|
|
Schema management tools
With so many high-profile companies and others out there with Titan/Janus in production, I can only imagine that most, if not all, have written some higher-level tools for managing the database and,
With so many high-profile companies and others out there with Titan/Janus in production, I can only imagine that most, if not all, have written some higher-level tools for managing the database and,
|
By
Robert Dale <rob...@...>
·
#397
·
|
|
Re: Indexes on edge properties
Just set the timeout before call()
mgmt.awaitGraphIndexStatus(graph, 'VbyName').timeout(1, java.time.temporal.ChronoUnit.SECONDS).call()
Robert Dale
Just set the timeout before call()
mgmt.awaitGraphIndexStatus(graph, 'VbyName').timeout(1, java.time.temporal.ChronoUnit.SECONDS).call()
Robert Dale
|
By
Robert Dale <rob...@...>
·
#396
·
|
|
Re: Indexes on edge properties
You are right, it does work! I was not reading the awaitGrahpIndexStatus results correctly. This ofcourse leads me to the question: why does it take one minute to create/enable an index (even on an
You are right, it does work! I was not reading the awaitGrahpIndexStatus results correctly. This ofcourse leads me to the question: why does it take one minute to create/enable an index (even on an
|
By
Thijs Broersen <mht.b...@...>
·
#393
·
|
|
Re: Indexes on edge properties
Are you saying that this doesn't work for you?
gremlin> graph = JanusGraphFactory.open('inmemory')
==>standardjanusgraph[inmemory:[127.0.0.1]]
gremlin> g =
Are you saying that this doesn't work for you?
gremlin> graph = JanusGraphFactory.open('inmemory')
==>standardjanusgraph[inmemory:[127.0.0.1]]
gremlin> g =
|
By
Robert Dale <rob...@...>
·
#392
·
|
|
Re: Use of mgmt.setTTL to expire edges
Hi,
Curious: when an edge is deleted based on TTL, are the nodes that are connected only to those edges also deleted? Or do I need to specify TTL for nodes as well?
Same question
Hi,
Curious: when an edge is deleted based on TTL, are the nodes that are connected only to those edges also deleted? Or do I need to specify TTL for nodes as well?
Same question
|
By
Samik Raychaudhuri <sam...@...>
·
#400
·
|
|
Re: Indexes on edge properties
I tried the explicit waiting and enabling of the index but the result is the same. I tried looking in the JanusGraph source code but I am struggling to understand the project structure and cannot find
I tried the explicit waiting and enabling of the index but the result is the same. I tried looking in the JanusGraph source code but I am struggling to understand the project structure and cannot find
|
By
Thijs Broersen <mht.b...@...>
·
#391
·
|
|
Re: Indexes on edge properties
Oh, I see. I had the wrong expectation. Looks like the index doesn't go to registered. I have found it to be a good practice to always wait for the index to be available and then explicitly enable
Oh, I see. I had the wrong expectation. Looks like the index doesn't go to registered. I have found it to be a good practice to always wait for the index to be available and then explicitly enable
|
By
Robert Dale <rob...@...>
·
#395
·
|
|
Re: Indexes on edge properties
Thanks but I do not think they overlap. I added some explicit 'tx().rollback()' before 'openManagement()' but the result is the same.
Thanks but I do not think they overlap. I added some explicit 'tx().rollback()' before 'openManagement()' but the result is the same.
|
By
Thijs Broersen <mht.b...@...>
·
#390
·
|
|
Re: Indexes on edge properties
Be sure to not overlap graph and mgmt transactions. Every time you start a traversal with 'g.' or mutate the 'graph' a transaction is started. Always commit or rollback the current graph/g
Be sure to not overlap graph and mgmt transactions. Every time you start a traversal with 'g.' or mutate the 'graph' a transaction is started. Always commit or rollback the current graph/g
|
By
Robert Dale <rob...@...>
·
#394
·
|
|
Re: Indexes on edge properties
Thanks for your response Jason. I did a little more research and also tried your example (which works). So when I add an index on a property of either a Vertex or an Edge the graph uses the index as
Thanks for your response Jason. I did a little more research and also tried your example (which works). So when I add an index on a property of either a Vertex or an Edge the graph uses the index as
|
By
Thijs Broersen <mht.b...@...>
·
#389
·
|
|
Error during serialization: Cannot get namespace of root
Hi All,
I am totally new to Graph Databases.
I am using node js package gremlin-javascript with Janusgraph Project.
When I execute the node pgm, I get the following error:
I am not sure what is
Hi All,
I am totally new to Graph Databases.
I am using node js package gremlin-javascript with Janusgraph Project.
When I execute the node pgm, I get the following error:
I am not sure what is
|
By
rameshn...@...
·
#388
·
|
|
Re: Who is using JanusGraph in production?
Hi Misha,
I think I misused the word "stable" - it is all relative in software in general and large open-source projects in particular. And, of course, it is not all about a nice number like 1.0.
I
Hi Misha,
I think I misused the word "stable" - it is all relative in software in general and large open-source projects in particular. And, of course, it is not all about a nice number like 1.0.
I
|
By
Nikolai Grigoriev <ngrig...@...>
·
#387
·
|
|
Re: Who is using JanusGraph in production?
Hi Nikolai,
Can you please define what you mean by "stable release"? Are you looking for a 1.0 release? That's probably not happening for a while — the next release's version will be 0.2.0.
That
Hi Nikolai,
Can you please define what you mean by "stable release"? Are you looking for a 1.0 release? That's probably not happening for a while — the next release's version will be 0.2.0.
That
|
By
Misha Brukman <mbru...@...>
·
#386
·
|
|
Re: Use of mgmt.setTTL to expire edges
JanusGraph's documentation [1] shows both ES and Solr have document index TTL.
But looking at the code, I only see Solr has it on:
private static final IndexFeatures SOLR_FEATURES = new
JanusGraph's documentation [1] shows both ES and Solr have document index TTL.
But looking at the code, I only see Solr has it on:
private static final IndexFeatures SOLR_FEATURES = new
|
By
Jerry He <jerr...@...>
·
#385
·
|
|
Re: Who is using JanusGraph in production?
We are going with titan-1.0.0 for now as (correct me if I am wrong) JG does not have a stable release yet.
We are going with titan-1.0.0 for now as (correct me if I am wrong) JG does not have a stable release yet.
|
By
ngrig...@...
·
#384
·
|
|
Re: Indexes on edge properties
Did you create the index before inserting data? Did you make sure to commit the management transaction, i.e. mgmt.commit()?
In this example below, you can see a name property getting created and
Did you create the index before inserting data? Did you make sure to commit the management transaction, i.e. mgmt.commit()?
In this example below, you can see a name property getting created and
|
By
Jason Plurad <plu...@...>
·
#383
·
|