|
Re: [DISCUSS] Official JanusGraph docker image repo
I think I can get to that later this week. I could push Chris' work into a new branch on the new repo and then put a PR in so we could come to some consensus on if that's a good starting point?
I think I can get to that later this week. I could push Chris' work into a new branch on the new repo and then put a PR in so we could come to some consensus on if that's a good starting point?
|
By
Ted Wilmes <twi...@...>
·
#777
·
|
|
Re: [DISCUSS] Official JanusGraph docker image repo
One last question, mainly for Expero folks. Is anyone already intending to make the initial commit? I have a conference this week, but can work on this next week if not.
One last question, mainly for Expero folks. Is anyone already intending to make the initial commit? I have a conference this week, but can work on this next week if not.
|
By
Chris Hupman <chris...@...>
·
#775
·
|
|
Re: [DISCUSS] Pull Request review and approval policy
+1.
I like CTR for upstream merges to help streamline the process.
I personally really like getting a second set of eyes on my commits and enjoy the feedback. That being said I've gotten some great
+1.
I like CTR for upstream merges to help streamline the process.
I personally really like getting a second set of eyes on my commits and enjoy the feedback. That being said I've gotten some great
|
By
Chris Hupman <chris...@...>
·
#774
·
|
|
Re: [PROPOSAL] new repository for a JanusGraph plugin for Apache Ambari
https://github.com/JanusGraph/janusgraph-ambari is created
https://github.com/JanusGraph/janusgraph-ambari is created
|
By
Jason Plurad <plu...@...>
·
#773
·
|
|
Re: [DISCUSS] Official JanusGraph docker image repo
https://github.com/JanusGraph/janusgraph-docker is created
https://github.com/JanusGraph/janusgraph-docker is created
|
By
Jason Plurad <plu...@...>
·
#772
·
|
|
Re: [DISCUSS] Pull Request review and approval policy
There hasn't been any negative responses on this thread. I will submit a PR today to update the PR docs to outline these updates in policy.
1. CTR is already part of our policy
a. Committers are
There hasn't been any negative responses on this thread. I will submit a PR today to update the PR docs to outline these updates in policy.
1. CTR is already part of our policy
a. Committers are
|
By
Jason Plurad <plu...@...>
·
#771
·
|
|
Re: TinkerPop 3.2 vs TinkerPop 3.3 Serialization difference for Predicate class
JanusGraph simply lacks the required GraphSON serializers and deserializers for predicates. I created #1060 to track this issue and fixed it with PR #1061 which was merged into master and not into the
JanusGraph simply lacks the required GraphSON serializers and deserializers for predicates. I created #1060 to track this issue and fixed it with PR #1061 which was merged into master and not into the
|
By
Florian Hockmann <f...@...>
·
#770
·
|
|
Re: Janusgraph + Spark standalone without hadoop
Yeah, a stack trace from Gremlin will us help to see what is going on. That should not be a dependency in that case.
Thanks,
Jerry
Yeah, a stack trace from Gremlin will us help to see what is going on. That should not be a dependency in that case.
Thanks,
Jerry
|
By
Jerry He <jerr...@...>
·
#769
·
|
|
Re: TinkerPop 3.2 vs TinkerPop 3.3 Serialization difference for Predicate class
And, the following are serializers registered in my gremlin-server.yaml for JanusGraph 0.2.1 (I use the default packeged set of serializers):
serializers:
- { className:
And, the following are serializers registered in my gremlin-server.yaml for JanusGraph 0.2.1 (I use the default packeged set of serializers):
serializers:
- { className:
|
By
Debasish Kanhar <d.k...@...>
·
#768
·
|
|
TinkerPop 3.2 vs TinkerPop 3.3 Serialization difference for Predicate class
Hi All,
So as you all know I've been developing Client drivers for JanusGraph. I was able to test my initial version of library against JanusGraph 0.3.0 which uses TP 3.3.3. I now want to test the
Hi All,
So as you all know I've been developing Client drivers for JanusGraph. I was able to test my initial version of library against JanusGraph 0.3.0 which uses TP 3.3.3. I now want to test the
|
By
Debasish Kanhar <d.k...@...>
·
#767
·
|
|
Re: Janusgraph + Spark standalone without hadoop
Ah. I think we might be wrong in our understanding there. As I was trying to read the graph data from my underlaying backend (Cassandra) and not any Graph stored on HDFS using JanusGraph's
Ah. I think we might be wrong in our understanding there. As I was trying to read the graph data from my underlaying backend (Cassandra) and not any Graph stored on HDFS using JanusGraph's
|
By
Debasish Kanhar <d.k...@...>
·
#766
·
|
|
Re: [DISCUSS] Pull Request review and approval policy
Will there be a new review and approval policy?
I believe it should be implemented.
+1 for all discussed above.
Will there be a new review and approval policy?
I believe it should be implemented.
+1 for all discussed above.
|
By
Alexandr Porunov <alexand...@...>
·
#765
·
|
|
Re: Janusgraph + Spark standalone without hadoop
The need for Hadoop conf (only the hdfs conf) is to read from or write to graph data files on hdfs. Direct interacting with JanusGraph backend without involving any graph data files on hdfs won't need
The need for Hadoop conf (only the hdfs conf) is to read from or write to graph data files on hdfs. Direct interacting with JanusGraph backend without involving any graph data files on hdfs won't need
|
By
Jerry He <jerr...@...>
·
#764
·
|
|
Re: Janusgraph + Spark standalone without hadoop
@Jerry:
JanusGraph doesn't need Hadoop Cluster to run OLAP yes, but doesn't JanusGraph needs to point to a live Hadoop Cluster by setting HADOOP_CONF_DIR in CLASSPATH? I guess that was my
@Jerry:
JanusGraph doesn't need Hadoop Cluster to run OLAP yes, but doesn't JanusGraph needs to point to a live Hadoop Cluster by setting HADOOP_CONF_DIR in CLASSPATH? I guess that was my
|
By
Debasish Kanhar <d.k...@...>
·
#763
·
|
|
Re: Janusgraph + Spark standalone without hadoop
That being said, to be clear, you don't need a Hadoop cluster or any kind if that is what you mean. JanusGraph packages the Hadoop jars it needs. That is all you need to run SparkComputer on
That being said, to be clear, you don't need a Hadoop cluster or any kind if that is what you mean. JanusGraph packages the Hadoop jars it needs. That is all you need to run SparkComputer on
|
By
Jerry He <jerr...@...>
·
#762
·
|
|
Re: Janusgraph + Spark standalone without hadoop
I don't think it will work. Spark needs input (to read graph data) and output (to write graph data). JanusGraph currently only provides Hadoop InputFormat based reading from JanusGraph for OLAP.
In
I don't think it will work. Spark needs input (to read graph data) and output (to write graph data). JanusGraph currently only provides Hadoop InputFormat based reading from JanusGraph for OLAP.
In
|
By
Jerry He <jerr...@...>
·
#761
·
|
|
Janusgraph + Spark standalone without hadoop
Hi All,
I am pretty new to Janusgraph and want to get some suggestions from you. Previously I posted a question about using ES as backend storage, and got some good feedback from Jason (Thanks!).
Hi All,
I am pretty new to Janusgraph and want to get some suggestions from you. Previously I posted a question about using ES as backend storage, and got some good feedback from Jason (Thanks!).
|
By
Wei Ding <dw84...@...>
·
#760
·
|
|
Using custom properties in ElasticSearchIndex
Hello,
I see that in the class "ElasticSearchIndex" in the method "pushMapping(String store, String key, KeyInformation information)" we ignore any custom properties from "KeyInformation information".
Hello,
I see that in the class "ElasticSearchIndex" in the method "pushMapping(String store, String key, KeyInformation information)" we ignore any custom properties from "KeyInformation information".
|
By
Alexandr Porunov <alexand...@...>
·
#759
·
|
|
Re: Janusgraph support for HBase 2.0(Hadoop 3.x)
As Debasish said. Please add to the Issue if you have any additional comments.
Regarding Hadoop 3.x support, the latest Apache Tinkerpop is still on Hadoop version 2.7.x and has not claim support
As Debasish said. Please add to the Issue if you have any additional comments.
Regarding Hadoop 3.x support, the latest Apache Tinkerpop is still on Hadoop version 2.7.x and has not claim support
|
By
Jerry He <jerr...@...>
·
#758
·
|
|
Re: Janusgraph support for HBase 2.0(Hadoop 3.x)
Hi Jagadeesh,
Please follow the github issue to track support for HBase 2.x for JanusGraph.
Hi Jagadeesh,
Please follow the github issue to track support for HBase 2.x for JanusGraph.
|
By
Debasish Kanhar <d.k...@...>
·
#757
·
|