|
Re: Janus as an RDF store
JanusGraph supports 3 file formats that are provided via Apache TinkerPop -- Gryo, GraphML, and GraphSON.
http://tinkerpop.apache.org/docs/current/reference/#_gremlin_i_o
You can load it like
JanusGraph supports 3 file formats that are provided via Apache TinkerPop -- Gryo, GraphML, and GraphSON.
http://tinkerpop.apache.org/docs/current/reference/#_gremlin_i_o
You can load it like
|
By
Jason Plurad <plu...@...>
·
#475
·
|
|
Re: Janus as an RDF store
Hello Jason,I'm new to JanusGraph, and I didn't find any method that could load data-file into hbase. So, how can I load my data-file into hbase? ps: backend=hbase&caching
在
Hello Jason,I'm new to JanusGraph, and I didn't find any method that could load data-file into hbase. So, how can I load my data-file into hbase? ps: backend=hbase&caching
在
|
By
谭宇超 <archu...@...>
·
#474
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Marc - thank you for posting this. I'm trying to get this to work with our CDH 5.10.0 distribution, but have run into an issue; but first some questions. I'm using a 5 node cluster, and I
Marc - thank you for posting this. I'm trying to get this to work with our CDH 5.10.0 distribution, but have run into an issue; but first some questions. I'm using a 5 node cluster, and I
|
By
Joe Obernberger <joseph.o...@...>
·
#473
·
|
|
Re: JanusGraph support for Cassandra 3.x
Yer, thrift was essential part.of our model.
Yer, thrift was essential part.of our model.
|
By
Vladyslav Kosulin <vkos...@...>
·
#472
·
|
|
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
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
|
By
spirit...@...
·
#471
·
|
|
Re: when release 0.2.0?
Glad to
在 2017年7月22日星期六 UTC+8上午3:55:53,Jason Plurad写道:
Glad to
在 2017年7月22日星期六 UTC+8上午3:55:53,Jason Plurad写道:
|
By
Ranger Tsao <cao....@...>
·
#470
·
|
|
Re: Geoshape property in remote gremlin query, GraphSON
Dear Robert,
thank-you for your prompt reply! The given patch solves my problem. For reference to future viewers of the post, don't forget to include the `janusgraph` namespace in your GraphSON for
Dear Robert,
thank-you for your prompt reply! The given patch solves my problem. For reference to future viewers of the post, don't forget to include the `janusgraph` namespace in your GraphSON for
|
By
rosen...@...
·
#469
·
|
|
Re: Not able to connect when 1 of 3 nodes is down in the Cassandra cluster
This is more of a Cassandra question than JanusGraph/Titan. If you have two nodes in DC1 and the read/write consistency settings are LOCAL_QUORUM, you can't reach a local quorum in DC1 when one node
This is more of a Cassandra question than JanusGraph/Titan. If you have two nodes in DC1 and the read/write consistency settings are LOCAL_QUORUM, you can't reach a local quorum in DC1 when one node
|
By
Jason Plurad <plu...@...>
·
#468
·
|
|
Re: Make HttpChannelizer enabled while using external cassandra in Titan(1.0.0)
Hi Manoj,
There are directions for JanusGraph in the documentation here http://docs.janusgraph.org/latest/server.html#_janusgraph_server_as_a_rest_style_endpoint
If you're using the default
Hi Manoj,
There are directions for JanusGraph in the documentation here http://docs.janusgraph.org/latest/server.html#_janusgraph_server_as_a_rest_style_endpoint
If you're using the default
|
By
Jason Plurad <plu...@...>
·
#467
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
hi,Thanks for your post.
I did it according to the post.But I ran into a problem.
15:58:49,110 INFO SecurityManager:58 - Changing view acls to: rc
15:58:49,110 INFO SecurityManager:58 - Changing
hi,Thanks for your post.
I did it according to the post.But I ran into a problem.
15:58:49,110 INFO SecurityManager:58 - Changing view acls to: rc
15:58:49,110 INFO SecurityManager:58 - Changing
|
By
spirit...@...
·
#466
·
|
|
Make HttpChannelizer enabled while using external cassandra in Titan(1.0.0)
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...@...
·
#465
·
|
|
Re: how can i remove the index
BaseConfiguration baseConfiguration = new BaseConfiguration();
baseConfiguration.setProperty("storage.backend", "hbase");
baseConfiguration.setProperty("storage.hostname",
BaseConfiguration baseConfiguration = new BaseConfiguration();
baseConfiguration.setProperty("storage.backend", "hbase");
baseConfiguration.setProperty("storage.hostname",
|
By
李平 <lipin...@...>
·
#464
·
|
|
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
·
|