|
Not able to connect when 1 of 3 nodes is down in the Cassandra cluster
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
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
|
By
Bharat Dighe <bdi...@...>
·
#463
·
|
|
Re: Merging two graphs.
You could use some of the methods from TinkerPop's ElementHelper to help copy over
You could use some of the methods from TinkerPop's ElementHelper to help copy over
|
By
Jason Plurad <plu...@...>
·
#462
·
|
|
Re: when release 0.2.0?
I think it's getting pretty close. I'd guess July is a stretch, but August should be possible.
Several great things are already in place: TinkerPop 3.2.5 support, Cassandra CQL support, ES 5.4.2
I think it's getting pretty close. I'd guess July is a stretch, but August should be possible.
Several great things are already in place: TinkerPop 3.2.5 support, Cassandra CQL support, ES 5.4.2
|
By
Jason Plurad <plu...@...>
·
#461
·
|
|
Re: how can i remove the index
We were in the same situation. The problem is the index cannot be manually moved out the "INSTALLED" state. We have to recreate in the index and make sure no open transactions during
We were in the same situation. The problem is the index cannot be manually moved out the "INSTALLED" state. We have to recreate in the index and make sure no open transactions during
|
By
Chin Huang <chinhu...@...>
·
#459
·
|
|
Re: how can i remove the index
Your propertyKey `phone` on your index `phoneIndex` is in the `INSTALLED` state, so you need to `REGISTER` it and wait for it to become registered before you can attempt to `enable` it. After it is
Your propertyKey `phone` on your index `phoneIndex` is in the `INSTALLED` state, so you need to `REGISTER` it and wait for it to become registered before you can attempt to `enable` it. After it is
|
By
David Pitera <piter...@...>
·
#460
·
|
|
how can i remove the index
public class GraphTest {
public static void main(String[] args) throws Exception {
BaseConfiguration baseConfiguration = new BaseConfiguration();
public class GraphTest {
public static void main(String[] args) throws Exception {
BaseConfiguration baseConfiguration = new BaseConfiguration();
|
By
李平 <lipin...@...>
·
#458
·
|
|
when release 0.2.0?
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 <cao....@...>
·
#457
·
|
|
Re: Geoshape property in remote gremlin query, GraphSON
Using cluster/client will work with the v1 serializer.
gremlin-server.yaml:
serializers:
- { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV1d0, config: {
Using cluster/client will work with the v1 serializer.
gremlin-server.yaml:
serializers:
- { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV1d0, config: {
|
By
Robert Dale <rob...@...>
·
#456
·
|
|
Re: How Can I make a statistics,i.e:how many vertexes or edges?
I run into a new problem when I config the gremlin and spark-onYarn according the post.
Am I lacking the dependencies or version conflicts?
10:47:47,199 INFO KryoShimServiceLoader:117 - Set
I run into a new problem when I config the gremlin and spark-onYarn according the post.
Am I lacking the dependencies or version conflicts?
10:47:47,199 INFO KryoShimServiceLoader:117 - Set
|
By
spirit...@...
·
#455
·
|
|
Re: How Can I make a statistics,i.e:how many vertexes or edges?
I config the gremlin and spark-on-yarn according to the post.
But I ran into the problem
10:47:47,199 INFO KryoShimServiceLoader:117 - Set KryoShimService provider to
I config the gremlin and spark-on-yarn according to the post.
But I ran into the problem
10:47:47,199 INFO KryoShimServiceLoader:117 - Set KryoShimService provider to
|
By
spirit...@...
·
#454
·
|
|
Re: Geoshape property in remote gremlin query, GraphSON
It seems Geoshape GraphSON support is hardcoded to v1 although I couldn't get it to work with that either. If you have to use GraphSON instead of Gryo, then you could checkout master, apply this
It seems Geoshape GraphSON support is hardcoded to v1 although I couldn't get it to work with that either. If you have to use GraphSON instead of Gryo, then you could checkout master, apply this
|
By
Robert Dale <rob...@...>
·
#453
·
|
|
Merging two graphs.
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
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
|
By
Gwiz <feed...@...>
·
#452
·
|
|
Re: How Can I make a statistics,i.e:how many vertexes or edges?
Oooops, I'm so sorry. HadoopMarc is a person.:)
在 2017年7月18日星期二 UTC+8下午10:13:53,Jason Plurad写道:
Oooops, I'm so sorry. HadoopMarc is a person.:)
在 2017年7月18日星期二 UTC+8下午10:13:53,Jason Plurad写道:
|
By
spirit...@...
·
#451
·
|
|
Re: How Can I make a statistics,i.e:how many vertexes or edges?
Thanks Jason for your reply.
I'll show my code on GitHub later.
And I want to know what the HadoopMarc is? You mean Hadoop MapReduce??
在 2017年7月18日星期二 UTC+8下午10:13:53,Jason
Thanks Jason for your reply.
I'll show my code on GitHub later.
And I want to know what the HadoopMarc is? You mean Hadoop MapReduce??
在 2017年7月18日星期二 UTC+8下午10:13:53,Jason
|
By
spirit...@...
·
#450
·
|
|
Geoshape property in remote gremlin query, GraphSON
I am trying to assign a value to a property with the native Geoshape type. I have it serialized into JSON as follows (where g is aliased to the traversal on gremlin server):
{"@value": {"type":
I am trying to assign a value to a property with the native Geoshape type. I have it serialized into JSON as follows (where g is aliased to the traversal on gremlin server):
{"@value": {"type":
|
By
rosen...@...
·
#449
·
|
|
Re: How Can I make a statistics,i.e:how many vertexes or edges?
If you scroll back just a few days in the message history of this group, you'll find a link to this nice blog post: "Configuring JanusGraph for spark-yarn"
If you scroll back just a few days in the message history of this group, you'll find a link to this nice blog post: "Configuring JanusGraph for spark-yarn"
|
By
Jason Plurad <plu...@...>
·
#448
·
|
|
Read partitioned vertex (ID=8202), but partitioned vertex filtering is disabled
I make graph statistics by using hadoop-gremlin and SparkGraphComputer.
config file
I make graph statistics by using hadoop-gremlin and SparkGraphComputer.
config file
|
By
spirit...@...
·
#447
·
|
|
Re: How Can I make a statistics,i.e:how many vertexes or edges?
anybody online? please help me~
在 2017年7月17日星期一 UTC+8下午5:53:32,spi...@...写道:
anybody online? please help me~
在 2017年7月17日星期一 UTC+8下午5:53:32,spi...@...写道:
|
By
spirit...@...
·
#446
·
|
|
Re: Exception: IllegalStateException: The vertex or type is not associated with this transaction
Thank you Robert! This helps :)
Arunabh
Thank you Robert! This helps :)
Arunabh
|
By
arunab...@...
·
#444
·
|
|
Re: Exception: IllegalStateException: The vertex or type is not associated with this transaction
Don't mix the Graph API and the Traversal API. Prefer the Traversal API.
// in two traversals
newNode = g.addV("B").property("x",x).property("y",y).property("z",z).property("w",
Don't mix the Graph API and the Traversal API. Prefer the Traversal API.
// in two traversals
newNode = g.addV("B").property("x",x).property("y",y).property("z",z).property("w",
|
By
Robert Dale <rob...@...>
·
#445
·
|