|
Bulk loading using Json, python or Scala?
Other than Groovy, is it possible to do bulk loading using Json, python or Scala? Any sample code could be provided?
Thanks!
Other than Groovy, is it possible to do bulk loading using Json, python or Scala? Any sample code could be provided?
Thanks!
|
By
Yihang Yan <yanyi...@...>
·
#315
·
|
|
HBase unbalanced table regions after bulkload
We are using cloudera 5.7.0 with java 1.8.0_74 and we have spark 1.6.0, janusgraph 0.1.1, hbase 1.2.0.
I managed to bulkload 130GB of data into 1024 region hbase table in 2 hours 30 minute with 1024
We are using cloudera 5.7.0 with java 1.8.0_74 and we have spark 1.6.0, janusgraph 0.1.1, hbase 1.2.0.
I managed to bulkload 130GB of data into 1024 region hbase table in 2 hours 30 minute with 1024
|
By
aoz...@...
·
#314
·
|
|
Re: how to load a CSV file into janusgraph
Hi Elizabeth,
For JanusGraph you should also take into account the TinkerPop documentation. A relevant pointer for you
Hi Elizabeth,
For JanusGraph you should also take into account the TinkerPop documentation. A relevant pointer for you
|
By
HadoopMarc <m.c.d...@...>
·
#313
·
|
|
Re: Finding supernodes with insufficient frame size
That won't work if the framesize is not large enough.
That won't work if the framesize is not large enough.
|
By
Adam Holley <holl...@...>
·
#311
·
|
|
Re: Finding supernodes with insufficient frame size
This should give you the counts, highest first, by vertex id:
g.V().group().by(id()).by(outE().count()).order(local).by(values,decr)
Robert Dale
This should give you the counts, highest first, by vertex id:
g.V().group().by(id()).by(outE().count()).order(local).by(values,decr)
Robert Dale
|
By
Robert Dale <rob...@...>
·
#312
·
|
|
Finding supernodes with insufficient frame size
Using cassandra as the backend, I was trying to count edges {g.E().count} and of course ran into the framesize problem because I had a supernode. I found that I could identify which node was the
Using cassandra as the backend, I was trying to count edges {g.E().count} and of course ran into the framesize problem because I had a supernode. I found that I could identify which node was the
|
By
Adam Holley <holl...@...>
·
#310
·
|
|
how to load a CSV file into janusgraph
Hi all,
I am new to Janusgraph, I have dived into docs of Janusgraph for almost two weeks, nothing found.
I could only gather the scatted information and most of the time it will prompt some
Hi all,
I am new to Janusgraph, I have dived into docs of Janusgraph for almost two weeks, nothing found.
I could only gather the scatted information and most of the time it will prompt some
|
By
Elizabeth <hlf...@...>
·
#309
·
|
|
Re: Index not being used with 'Between" clause
Outstanding - thank you Jason.
-gene
Outstanding - thank you Jason.
-gene
|
By
Gene Fojtik <genef...@...>
·
#308
·
|
|
call queue is full on /0.0.0.0.:60020, too many items queued? hbase
Here is my problem:
We are using cloudera 5.7.0 with java 1.8.0_74 and we have spark 1.6.0, janusgraph 0.1.1, hbase 1.2.0.
I try to load 200Gb of graph data and for that I run the following code in
Here is my problem:
We are using cloudera 5.7.0 with java 1.8.0_74 and we have spark 1.6.0, janusgraph 0.1.1, hbase 1.2.0.
I try to load 200Gb of graph data and for that I run the following code in
|
By
aoz...@...
·
#307
·
|
|
Re: Production users of JanusGraph
Hi Misha ,
Thanks a lot for your response and useful information much appreciated.
Thanks ,
Anurag
Hi Misha ,
Thanks a lot for your response and useful information much appreciated.
Thanks ,
Anurag
|
By
anurag <anurag...@...>
·
#306
·
|
|
Re: Another perspective on JanusGraph embedded versus server mode
Hi Jamie,
Good question, and I dig the ASCII art. To answert your question, they will describe the same graph as if you were running the Janus instances in their own JVMs. I've used both approaches.
Hi Jamie,
Good question, and I dig the ASCII art. To answert your question, they will describe the same graph as if you were running the Janus instances in their own JVMs. I've used both approaches.
|
By
Ted Wilmes <twi...@...>
·
#305
·
|
|
Another perspective on JanusGraph embedded versus server mode
We have a _domain specific_ REST API that is architecturally decoupled from JanusGraph. In other words, users of the REST API have no indication that their calls interact with JanusGraph, or even with
We have a _domain specific_ REST API that is architecturally decoupled from JanusGraph. In other words, users of the REST API have no indication that their calls interact with JanusGraph, or even with
|
By
Jamie Lawson <jamier...@...>
·
#304
·
|
|
Re: Index not being used with 'Between" clause
Make sure you're using a mixed index for numeric range queries. Composite indexes are best for exact matching. The console session below shows the difference:
gremlin> graph =
Make sure you're using a mixed index for numeric range queries. Composite indexes are best for exact matching. The console session below shows the difference:
gremlin> graph =
|
By
Jason Plurad <plu...@...>
·
#303
·
|
|
Re: How to list properties from gremlin console
Hi Gene,
Never tried to do it before seeing your post, but this seems workable:
gremlin> import static org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.*
==>groovy.grape.Grape,
Hi Gene,
Never tried to do it before seeing your post, but this seems workable:
gremlin> import static org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.*
==>groovy.grape.Grape,
|
By
Jason Plurad <plu...@...>
·
#302
·
|
|
Re: Indexes stuck in INSTALLED status
Thanks Rafael, I did see your post and I gave those settings a shot but that alone didn't seem to resolve the problem. Following the steps in my last post seems to be a repeatable solution to getting
Thanks Rafael, I did see your post and I gave those settings a shot but that alone didn't seem to resolve the problem. Following the steps in my last post seems to be a repeatable solution to getting
|
By
Brandon Dean <engr...@...>
·
#301
·
|
|
Re: [WARNING] 0.1.0 to 0.1.1 upgrade
It seems like 0.2.0 is on the horizon for June/early July. If the next TinkerPop release slips, we may consider a 0.1.2 release to fix the JG 0.1.0 compatibility issue and include the following
It seems like 0.2.0 is on the horizon for June/early July. If the next TinkerPop release slips, we may consider a 0.1.2 release to fix the JG 0.1.0 compatibility issue and include the following
|
By
Alexander Patrikalakis <amcpatr...@...>
·
#300
·
|
|
Re: Indexes stuck in INSTALLED status
I've helped another user that asked me me in private exactly the same issue as yourself and my solution worked for him... you may wanna try it as well:
Let me know if it works so I can push a
I've helped another user that asked me me in private exactly the same issue as yourself and my solution worked for him... you may wanna try it as well:
Let me know if it works so I can push a
|
By
Rafael Fernandes <luizr...@...>
·
#299
·
|
|
Index not being used with 'Between" clause
Hello,
Have an index in a property "latitude", when using with the between clause, the index is not being utilized
g.V().has("latitude", 33.333") works well, however
g.V().has(“latitude”,
Hello,
Have an index in a property "latitude", when using with the between clause, the index is not being utilized
g.V().has("latitude", 33.333") works well, however
g.V().has(“latitude”,
|
By
Gene Fojtik <genef...@...>
·
#296
·
|
|
Re: Indexes stuck in INSTALLED status
After some further investigation, I realized I did apparently have one transaction that was holding things up. Using graph.tx().rollback() had no effect so I used this method I found after some
After some further investigation, I realized I did apparently have one transaction that was holding things up. Using graph.tx().rollback() had no effect so I used this method I found after some
|
By
Brandon Dean <engr...@...>
·
#295
·
|
|
Re: Geo Data
Thanks for feedback, very helpful.
Thanks for feedback, very helpful.
|
By
JZ <zamb...@...>
·
#294
·
|