|
Production Readyness
Hey all,
We're pretty excited about Janus over here and are considering switching over in the near future (I'm actually trying out OLAP with hadoop 2 as we speak). I'm normally quite hesitant to put
Hey all,
We're pretty excited about Janus over here and are considering switching over in the near future (I'm actually trying out OLAP with hadoop 2 as we speak). I'm normally quite hesitant to put
|
By
Collin Scangarella <collinsc...@...>
·
#202
·
|
|
Re: Maven coordinates for Janus graph
For those coming from google, here are the current maven coordinates.
https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.janusgraph%22
For those coming from google, here are the current maven coordinates.
https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.janusgraph%22
|
By
Collin Scangarella <collinsc...@...>
·
#201
·
|
|
Re: Titan to JanusGraph migration Elasticsearc| "janusgraph" index is created and used , not titan
The first error message said that there were multiple open instances. In order to close them, again you must work through the management system (do not close the graph you are already connect to).
Try
The first error message said that there were multiple open instances. In order to close them, again you must work through the management system (do not close the graph you are already connect to).
Try
|
By
Jason Plurad <plu...@...>
·
#200
·
|
|
Re: Titan to JanusGraph migration Elasticsearc| "janusgraph" index is created and used , not titan
Hi Jason,
I tried to do that.
JanusGraphManagement janusGraphManagement=janusGraph.openManagement();
janusGraphManagement.set("index.search.index-name",
Hi Jason,
I tried to do that.
JanusGraphManagement janusGraphManagement=janusGraph.openManagement();
janusGraphManagement.set("index.search.index-name",
|
By
Akshaya Rawat <akshay...@...>
·
#199
·
|
|
Re: Titan to JanusGraph migration Elasticsearc| "janusgraph" index is created and used , not titan
Hi Jason,
Thanks for quick response.
Will try this and it should work.
Thanks
Akshaya
Hi Jason,
Thanks for quick response.
Will try this and it should work.
Thanks
Akshaya
|
By
Akshaya Rawat <akshay...@...>
·
#198
·
|
|
Re: can I use multi-value property on meta-properties?
Doh, you're right Daniel. Meta-properties do not support cardinality, only vertex properties do.
Doh, you're right Daniel. Meta-properties do not support cardinality, only vertex properties do.
|
By
Jason Plurad <plu...@...>
·
#197
·
|
|
Re: Titan to JanusGraph migration Elasticsearc| "janusgraph" index is created and used , not titan
Hi Akshya,
Thanks for the info, and unfortunately it looks like some scenarios were missed. Note that if you created the Titan graph originally with the `index.search.index-name` property set, it
Hi Akshya,
Thanks for the info, and unfortunately it looks like some scenarios were missed. Note that if you created the Titan graph originally with the `index.search.index-name` property set, it
|
By
Jason Plurad <plu...@...>
·
#196
·
|
|
Titan to JanusGraph migration Elasticsearc| "janusgraph" index is created and used , not titan
Refer https://github.com/JanusGraph/janusgraph/issues/228 for other related issue with migration.
It seems the default name of elastic search index is also changed from 'titan' to 'janusgraph'.
Refer https://github.com/JanusGraph/janusgraph/issues/228 for other related issue with migration.
It seems the default name of elastic search index is also changed from 'titan' to 'janusgraph'.
|
By
akshay...@...
·
#195
·
|
|
Re: Please participate in a research survey on graphs
Thank you Mani and Palash.
I'll post a link to the report when its done.
Regards,
Siddhartha
Thank you Mani and Palash.
I'll post a link to the report when its done.
Regards,
Siddhartha
|
By
Siddhartha Sahu <s3s...@...>
·
#194
·
|
|
Re: Importing Graphson with pre set IDs.
No, like many other graph systems, JanusGraph assigns IDs. Your best approach for now is to create a composite index against a vertex property, i.e.
mgmt = graph.openManagement();
name =
No, like many other graph systems, JanusGraph assigns IDs. Your best approach for now is to create a composite index against a vertex property, i.e.
mgmt = graph.openManagement();
name =
|
By
Jason Plurad <plu...@...>
·
#193
·
|
|
Re: Question about connecting to HBase
Hi Marc,
Thanks a lot for your help.
I have solve the problem. I find it is due to the jars from other projects on my laptop. Maven complies and stores all dependencies into /.m2 folder and
Hi Marc,
Thanks a lot for your help.
I have solve the problem. I find it is due to the jars from other projects on my laptop. Maven complies and stores all dependencies into /.m2 folder and
|
By
Jerry <boyeggp...@...>
·
#192
·
|
|
Re: Question about connecting to HBase
Hi Jerry,
I gave a quick look at janusgraph repo.
The link
Hi Jerry,
I gave a quick look at janusgraph repo.
The link
|
By
HadoopMarc <m.c.d...@...>
·
#190
·
|
|
Re: can I use multi-value property on meta-properties?
Hi Jason,
he asked about meta-properties, not vertex properties.
Cheers,
Daniel
Hi Jason,
he asked about meta-properties, not vertex properties.
Cheers,
Daniel
|
By
Daniel Kuppitz <me@...>
·
#191
·
|
|
Importing Graphson with pre set IDs.
I have some Graphson data that i am importing using the API. When I do that, the graph is getting imported but the IDs are not getting preserved. All Vertices are getting random ids. Is there a way to
I have some Graphson data that i am importing using the API. When I do that, the graph is getting imported but the IDs are not getting preserved. All Vertices are getting random ids. Is there a way to
|
By
Gwiz <feed...@...>
·
#189
·
|
|
Re: can I use multi-value property on meta-properties?
Hi Jerry,
Yes, you can. You should check out the docs on vertex property cardinality http://docs.janusgraph.org/latest/schema.html#property-cardinality
If you don't use the schema manager to define a
Hi Jerry,
Yes, you can. You should check out the docs on vertex property cardinality http://docs.janusgraph.org/latest/schema.html#property-cardinality
If you don't use the schema manager to define a
|
By
Jason Plurad <plu...@...>
·
#188
·
|
|
Re: Question about connecting to HBase
Hi Jerry,
At least you are a step further :-)
The StopWatch issue looks familiar. It is a jar version issue, so you have something on your classpath that has a dependency on an older version of
Hi Jerry,
At least you are a step further :-)
The StopWatch issue looks familiar. It is a jar version issue, so you have something on your classpath that has a dependency on an older version of
|
By
HadoopMarc <m.c.d...@...>
·
#187
·
|
|
Re: Question about connecting to HBase
Hi Marc,
Thanks for the suggestion.
I add the package but it reports new error:
20:06:05,756 INFO ZooKeeper:100 - Client
Hi Marc,
Thanks for the suggestion.
I add the package but it reports new error:
20:06:05,756 INFO ZooKeeper:100 - Client
|
By
Jerry <boyeggp...@...>
·
#186
·
|
|
can I use multi-value property on meta-properties?
Hi,
can I use multi-value property on meta-properties?I want store the following data in one node :
{time:[1,--->{user:['a','b']}
2,--->{user:['c','d']
......
}
I try the
Hi,
can I use multi-value property on meta-properties?I want store the following data in one node :
{time:[1,--->{user:['a','b']}
2,--->{user:['c','d']
......
}
I try the
|
By
Jerry <boyeggp...@...>
·
#185
·
|
|
Re: Question about connecting to HBase
Hi Jerry,
You need janusgraph:janusgraph-hbase:0.2.0-SNAPSHOT (or maybe better, if you did not change anything in JanusGraph, janusgraph:janusgraph-hbase:0.1.0 which is downloaded from maven
Hi Jerry,
You need janusgraph:janusgraph-hbase:0.2.0-SNAPSHOT (or maybe better, if you did not change anything in JanusGraph, janusgraph:janusgraph-hbase:0.1.0 which is downloaded from maven
|
By
HadoopMarc <m.c.d...@...>
·
#184
·
|
|
Re: Question about connecting to HBase
Hi Marc,
I manually add the hbase dependency
janusgraph-hbase-core-0.2.0-SNAPSHOT.jar
into the project.
Hi Marc,
I manually add the hbase dependency
janusgraph-hbase-core-0.2.0-SNAPSHOT.jar
into the project.
|
By
Jerry <boyeggp...@...>
·
#183
·
|