|
Possibility of index out of sync with graph
4 messages
Is it possible for the index (either Elasticsearch or Solr) to be out of sync with the store (cassandra or hbase) or is the store commit contingent on the index commit? If it is possible, what conditi
Is it possible for the index (either Elasticsearch or Solr) to be out of sync with the store (cassandra or hbase) or is the store commit contingent on the index commit? If it is possible, what conditi
|
By
Adam Holley
·
|
|
Bulk loading CPU busy
4 messages
Hello! I need to load CSV files into JanusGraph with a size of 1.7 gigabytes. How can I increase the load speed? I added to the config: storage.batch-loading=true schema.default=none I have almost no
Hello! I need to load CSV files into JanusGraph with a size of 1.7 gigabytes. How can I increase the load speed? I added to the config: storage.batch-loading=true schema.default=none I have almost no
|
By
CGen
·
|
|
How count the vertex or edge in Janus?
SnapshotCounter.HBaseGetter entryGetter = new SnapshotCounter.HBaseGetter(); EntryList entryList = StaticArrayEntryList.ofBytes( result.getMap().get(Bytes.toBytes("e")).entrySet(), entryGetter); Stand
SnapshotCounter.HBaseGetter entryGetter = new SnapshotCounter.HBaseGetter(); EntryList entryList = StaticArrayEntryList.ofBytes( result.getMap().get(Bytes.toBytes("e")).entrySet(), entryGetter); Stand
|
By
spirit...@...
·
|
|
Exception: IllegalStateException: The vertex or type is not associated with this transaction
3 messages
Hi all, I am trying to add a new vertex and associate a new edge from it to an existing vertex. It doesn't allow me to add the edge and throws the exception: java.lang.IllegalStateException: The verte
Hi all, I am trying to add a new vertex and associate a new edge from it to an existing vertex. It doesn't allow me to add the edge and throws the exception: java.lang.IllegalStateException: The verte
|
By
aa5186
·
|
|
Read partitioned vertex (ID=8202), but partitioned vertex filtering is disabled
I make graph statistics by using hadoop-gremlin and SparkGraphComputer. config file is: gremlin.graph=org.apache.tinkerpop.gremlin.hadoop.structure.HadoopGraph gremlin.hadoop.graphInputFormat=org.janu
I make graph statistics by using hadoop-gremlin and SparkGraphComputer. config file is: gremlin.graph=org.apache.tinkerpop.gremlin.hadoop.structure.HadoopGraph gremlin.hadoop.graphInputFormat=org.janu
|
By
spirit...@...
·
|
|
How Can I make a statistics,i.e:how many vertexes or edges?
7 messages
My graph has about 100 million vertexes and 200 million edges. But if use the following code, it is too slow. GraphTraversal<Vertex, Long> countV = traversal.V().count();while (countV.hasNext()){ Syst
My graph has about 100 million vertexes and 200 million edges. But if use the following code, it is too slow. GraphTraversal<Vertex, Long> countV = traversal.V().count();while (countV.hasNext()){ Syst
|
By
spirit...@...
·
|
|
Merging two graphs.
2 messages
Hello, I have an in-memory Janusgraph instance and I would like to merge that with my Cassandra/ES based graph. What is the best (efficient) way to do this? When I merge, I don't need to insert the ve
Hello, I have an in-memory Janusgraph instance and I would like to merge that with my Cassandra/ES based graph. What is the best (efficient) way to do this? When I merge, I don't need to insert the ve
|
By
Gwiz
·
|
|
how can i remove the index
4 messages
public class GraphTest { public static void main(String[] args) throws Exception { BaseConfiguration baseConfiguration = new BaseConfiguration(); baseConfiguration.setProperty("storage.backend", "hbas
public class GraphTest { public static void main(String[] args) throws Exception { BaseConfiguration baseConfiguration = new BaseConfiguration(); baseConfiguration.setProperty("storage.backend", "hbas
|
By
李平
·
|
|
Make HttpChannelizer enabled while using external cassandra in Titan(1.0.0)
2 messages
Hi all, Could you please tell me, how can I enable HttpChannelizer while using external cassandra? Thank you, Manoj
Hi all, Could you please tell me, how can I enable HttpChannelizer while using external cassandra? Thank you, Manoj
|
By
manoj92...@...
·
|
|
Not able to connect when 1 of 3 nodes is down in the Cassandra cluster
2 messages
I am using titan 1.0 and planning to move to Janus very soon. I have following keyspace CREATE KEYSPACE my_ks WITH replication = {'class': 'NetworkTopologyStrategy', 'DC1': '2', 'DC2': '1'} AND durabl
I am using titan 1.0 and planning to move to Janus very soon. I have following keyspace CREATE KEYSPACE my_ks WITH replication = {'class': 'NetworkTopologyStrategy', 'DC1': '2', 'DC2': '1'} AND durabl
|
By
Bharat Dighe
·
|
|
when release 0.2.0?
3 messages
I want use JanusGraph in my production,but I need two feature: cassandra-cql and es 5.x
I want use JanusGraph in my production,but I need two feature: cassandra-cql and es 5.x
|
By
Ranger Tsao
·
|
|
Why Don't support partitioned vertex while I using Janus-hadoop
17:52:45,251 INFO RemoteActorRefProvider$RemotingTerminator:74 - Remote daemon shut down; proceeding with flushing remote transports. org.apache.spark.SparkException: Job aborted due to stage failure:
17:52:45,251 INFO RemoteActorRefProvider$RemotingTerminator:74 - Remote daemon shut down; proceeding with flushing remote transports. org.apache.spark.SparkException: Job aborted due to stage failure:
|
By
spirit...@...
·
|
|
JanusGraph support for Cassandra 3.x
7 messages
Dear All, Can we uses Janusgraph with Cassandra 3.x (as per docs it is mentioned only 2.1.z)? if not supported, Any new release planned with support for cassandra 3.x and when can it be expected? I ha
Dear All, Can we uses Janusgraph with Cassandra 3.x (as per docs it is mentioned only 2.1.z)? if not supported, Any new release planned with support for cassandra 3.x and when can it be expected? I ha
|
By
boonof...@...
·
|
|
Savvi and The Graph
(x-post to gremlin-users) Fellow traversers! For the last 3 years at Savvi, we've been doing our bit towards reifying the Universal Graph Theory[1] by building extremely high-fidelity Graphs for our t
(x-post to gremlin-users) Fellow traversers! For the last 3 years at Savvi, we've been doing our bit towards reifying the Universal Graph Theory[1] by building extremely high-fidelity Graphs for our t
|
By
Jay F
·
|
|
Failed to load many nodes & edges
Robert Dale posted an answer over on gremlin-users https://groups.google.com/d/msg/gremlin-users/PGtuWvG8UNs/AKtvy9ipAwAJ
Robert Dale posted an answer over on gremlin-users https://groups.google.com/d/msg/gremlin-users/PGtuWvG8UNs/AKtvy9ipAwAJ
|
By
Jason Plurad
·
|
|
open source graph meetup NYC Aug 22
We're getting another open source graph meetup organized in New York City later this month, Tuesday August 22 https://www.meetup.com/graphs/events/241136321/ If anybody in the community is doing somet
We're getting another open source graph meetup organized in New York City later this month, Tuesday August 22 https://www.meetup.com/graphs/events/241136321/ If anybody in the community is doing somet
|
By
Jason Plurad
·
|
|
I'm starting a new startup big project, should I use Janus as main database to store all my data?
2 messages
I'm thinking about learn Janus to use in my new big project but i can't understand some things. Janus can be used like any database and supports "insert", "update", "delete" operations so Janus will w
I'm thinking about learn Janus to use in my new big project but i can't understand some things. Janus can be used like any database and supports "insert", "update", "delete" operations so Janus will w
|
By
Augusto Will
·
|
|
janus cassandra limitations
3 messages
Hi all, from what I know janus is fork of titan which means if it does not have different storage impl it could have problems with bigger data count. "janusgraph/titan can store up to a quintillion ed
Hi all, from what I know janus is fork of titan which means if it does not have different storage impl it could have problems with bigger data count. "janusgraph/titan can store up to a quintillion ed
|
By
mirosla...@...
·
|
|
Janusgraph with ES as index backend
4 messages
Hi, I am using Janusgraph with ES as index backend. I created a mixed index on some vertex attributes. This mixed index is saved in ES. Now if i query for that vertices based on index, will janusgraph
Hi, I am using Janusgraph with ES as index backend. I created a mixed index on some vertex attributes. This mixed index is saved in ES. Now if i query for that vertices based on index, will janusgraph
|
By
Suny
·
|
|
hi how can i use janusGraph api to connect gremlin-server
2 messages
i want to use janusGraph api to connect my gremlin server another question ,how to build a unique vertex if the vertex exists ,and then return the vertex
i want to use janusGraph api to connect my gremlin server another question ,how to build a unique vertex if the vertex exists ,and then return the vertex
|
By
李平
·
|