|
Re: How do I get out of a continuation line (?) in Gremlin
:clear
:help
--
Robert Dale
:clear
:help
--
Robert Dale
|
By
Robert Dale <rob...@...>
·
#603
·
|
|
How do I get out of a continuation line (?) in Gremlin
When I make a syntax error or have a command that ends up in two lines I end up with this situation:
gremlin> g.V().hasNot('personid','movieid).count()
......1>
How do I get out of this?
When I make a syntax error or have a command that ends up in two lines I end up with this situation:
gremlin> g.V().hasNot('personid','movieid).count()
......1>
How do I get out of this?
|
By
Rohit Jain <rohit.j...@...>
·
#594
·
|
|
Phantom vertices
Hi folks,
I created 4916 vertices with the label 'movie' and a property 'movieid' where the movieid goes from 1 to 4916.
I created 8491 vertices with the label 'person' and a property 'personid' where
Hi folks,
I created 4916 vertices with the label 'movie' and a property 'movieid' where the movieid goes from 1 to 4916.
I created 8491 vertices with the label 'person' and a property 'personid' where
|
By
Rohit Jain <rohit.j...@...>
·
#593
·
|
|
Re: Index on a vertex label from Java
Hmm, maybe I'll try that, thanks. I briefly considered that approach, but ended up going with indexes on a "pseudo-label" instead.
Hmm, maybe I'll try that, thanks. I briefly considered that approach, but ended up going with indexes on a "pseudo-label" instead.
|
By
Peter Schwarz <kkup...@...>
·
#592
·
|
|
Re: Load CSV file to addVertex and addEdge
solved
在 2017年8月15日星期二 UTC+8下午9:48:37,hu junjie写道:
solved
在 2017年8月15日星期二 UTC+8下午9:48:37,hu junjie写道:
|
By
hu junjie <hjj...@...>
·
#591
·
|
|
How can I get all the file names under one folder using gremlin?
How can I get all the file names under one file folder? and foreach all the file names? using gremlin command
How can I get all the file names under one file folder? and foreach all the file names? using gremlin command
|
By
hu junjie <hjj...@...>
·
#590
·
|
|
Re: Load CSV file to addVertex and addEdge
I have an alternative method to solve it. 2 times loop.
new
I have an alternative method to solve it. 2 times loop.
new
|
By
hu junjie <hjj...@...>
·
#589
·
|
|
Load CSV file to addVertex and addEdge
I have the below gremlin command below. it can work fine.
new
I have the below gremlin command below. it can work fine.
new
|
By
hu junjie <hjj...@...>
·
#588
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Marc - thank you for this. I'm going to try getting the latest version of JanusGraph, and compiling it with our specific version of Cloudera CDH, then run some tests. Will report back.
Marc - thank you for this. I'm going to try getting the latest version of JanusGraph, and compiling it with our specific version of Cloudera CDH, then run some tests. Will report back.
|
By
Joe Obernberger <joseph.o...@...>
·
#587
·
|
|
Re: Multiple indexes for the same property key with different label constraints
Thank you, your suggestion provided me with the clues to a solution. This is how I do things now:
1st tx: create any necessary property keys and build the index. Commit
2ndtx: Inspect the status of
Thank you, your suggestion provided me with the clues to a solution. This is how I do things now:
1st tx: create any necessary property keys and build the index. Commit
2ndtx: Inspect the status of
|
By
Peter Schwarz <kkup...@...>
·
#586
·
|
|
Re: Index on a vertex label from Java
I actually needed to do the same thing back when I started my project, but I just ended up using edges instead of vertex labels...
vertex centric indexes helped and improved the performance like crazy
I actually needed to do the same thing back when I started my project, but I just ended up using edges instead of vertex labels...
vertex centric indexes helped and improved the performance like crazy
|
By
Rafael Fernandes <luizr...@...>
·
#585
·
|
|
Re: Can we create a new API based on JanusGraph?
no need my friend, just use JanusGraph Server...
have a look at this: http://docs.janusgraph.org/0.1.1/server.html
rafael fernandes
no need my friend, just use JanusGraph Server...
have a look at this: http://docs.janusgraph.org/0.1.1/server.html
rafael fernandes
|
By
Rafael Fernandes <luizr...@...>
·
#584
·
|
|
Re: JanusGraph Bare Minimum
Hi Kim,
quite simple really, just get the core and choose one of the supported DB backends.
of course, a lot of required dependencies will be downloaded but no way around it right.
here is how it
Hi Kim,
quite simple really, just get the core and choose one of the supported DB backends.
of course, a lot of required dependencies will be downloaded but no way around it right.
here is how it
|
By
Rafael Fernandes <luizr...@...>
·
#583
·
|
|
Re: Question about deserialize raw janusgraph/Cassandra data
Hi there,
Don't think there is better documentation other than this: http://docs.janusgraph.org/latest/serializer.html
I did try to create my own version of an Object serializer once but I just
Hi there,
Don't think there is better documentation other than this: http://docs.janusgraph.org/latest/serializer.html
I did try to create my own version of an Object serializer once but I just
|
By
Rafael Fernandes <luizr...@...>
·
#582
·
|
|
JanusGraph Bare Minimum
Hi,
I have been evaluating JanusGraph for the past few weeks and am still unsure of what files are crucial to run an instance of JanusGraph. Are there any example of a simple project that has the bare
Hi,
I have been evaluating JanusGraph for the past few weeks and am still unsure of what files are crucial to run an instance of JanusGraph. Are there any example of a simple project that has the bare
|
By
"kaste...@gmail.com" <kapat...@...>
·
#581
·
|
|
Can we create a new API based on JanusGraph?
I mean open new API to get the customized data or post formatted data and load to JanusGraph.
I mean open new API to get the customized data or post formatted data and load to JanusGraph.
|
By
hu junjie <hjj...@...>
·
#580
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Hi Joe,
To shed some more light on the running figures you presented, I ran some tests on my own cluster:
1. I loaded the default janusgraph-hbase table with the following simple script from the
Hi Joe,
To shed some more light on the running figures you presented, I ran some tests on my own cluster:
1. I loaded the default janusgraph-hbase table with the following simple script from the
|
By
HadoopMarc <bi...@...>
·
#579
·
|
|
Re: Index not being use
I created a separate issue to track index tool improvement - https://github.com/JanusGraph/janusgraph/issues/461
Robert Dale
I created a separate issue to track index tool improvement - https://github.com/JanusGraph/janusgraph/issues/461
Robert Dale
|
By
Robert Dale <rob...@...>
·
#578
·
|
|
Re: Index not being use
Feel free to add to this issue - https://github.com/JanusGraph/janusgraph/issues/460
Robert Dale
Feel free to add to this issue - https://github.com/JanusGraph/janusgraph/issues/460
Robert Dale
|
By
Robert Dale <rob...@...>
·
#577
·
|
|
Re: Index not being use
Thanks a lot for the clarification. However, here is what is happening:
gremlin> mgmt.awaitGraphIndexStatus(graph, 'movieid').call()
==>GraphIndexStatusReport[success=false, indexName='movieid',
Thanks a lot for the clarification. However, here is what is happening:
gremlin> mgmt.awaitGraphIndexStatus(graph, 'movieid').call()
==>GraphIndexStatusReport[success=false, indexName='movieid',
|
By
Rohit Jain <rohit.j...@...>
·
#576
·
|