|
JanusGraph Meetup #4 Recording
Hello,
Thanks to all who attended the meetup yesterday. If you weren't able to make it, you can find the recording at: https://www.experoinc.com/online-seminar/janusgraph-community-meetup.
Thanks to
Hello,
Thanks to all who attended the meetup yesterday. If you weren't able to make it, you can find the recording at: https://www.experoinc.com/online-seminar/janusgraph-community-meetup.
Thanks to
|
By
Ted Wilmes
·
#5917
·
|
|
Re: Query Optimisation
Hi Vinayak,
Please study the as(), select(), project() and cap() steps from the TinkerPop ref docs. The arguments of project() do not reference the keys of side effects but rather introduce new keys
Hi Vinayak,
Please study the as(), select(), project() and cap() steps from the TinkerPop ref docs. The arguments of project() do not reference the keys of side effects but rather introduce new keys
|
By
hadoopmarc@...
·
#5916
·
|
|
Re: Query Optimisation
Hi Marc,
I am using the following query now.
g2.inject(1).union(
V().has('property1', 'V1').aggregate('v1').outE().has('property1', 'E1').limit(100).aggregate('e').inV().has('property2',
Hi Marc,
I am using the following query now.
g2.inject(1).union(
V().has('property1', 'V1').aggregate('v1').outE().has('property1', 'E1').limit(100).aggregate('e').inV().has('property2',
|
By
Vinayak Bali
·
#5915
·
|
|
Making janus graph client to not use QUORUM
Hi All,
I am trying to create nodes in graph and while reading created node id i am getting below exception:
I am trying to update janus client to not use QUORUM but LOCAL_ONE. Setting below property
Hi All,
I am trying to create nodes in graph and while reading created node id i am getting below exception:
I am trying to update janus client to not use QUORUM but LOCAL_ONE. Setting below property
|
By
anjanisingh22@...
·
#5914
·
|
|
Re: [janusgraph-dev] [Meetup] JanusGraph Meetup May 18 covering JG OLAP approaches
Thank you Ted, I am also interested in watching this video on OLAP later, it is like 00:30 in Melbourne, not too easy to get up in the morning...
Regards to presenters, Christopher.
Thank you Ted, I am also interested in watching this video on OLAP later, it is like 00:30 in Melbourne, not too easy to get up in the morning...
Regards to presenters, Christopher.
|
By
cmilowka
·
#5913
·
|
|
Re: [janusgraph-dev] [Meetup] JanusGraph Meetup May 18 covering JG OLAP approaches
Hi Boxuan,
Yes, definitely. I'll post this under presentations on janusgraph.org. Also, I hadn't posted meetup 3 on there yet and finally tracked the link down, so that will also be up there
Hi Boxuan,
Yes, definitely. I'll post this under presentations on janusgraph.org. Also, I hadn't posted meetup 3 on there yet and finally tracked the link down, so that will also be up there
|
By
Ted Wilmes
·
#5912
·
|
|
Re: [janusgraph-dev] [Meetup] JanusGraph Meetup May 18 covering JG OLAP approaches
Hi Ted,
Thanks for organizing this! Do you have plans to record & release the video after the meetup? 10:30 ET is a bit late for some regions in APAC, so it would be great if there would be a video
Hi Ted,
Thanks for organizing this! Do you have plans to record & release the video after the meetup? 10:30 ET is a bit late for some regions in APAC, so it would be great if there would be a video
|
By
Boxuan Li
·
#5911
·
|
|
Re: Storing and reading connected component RDD through OutputFormatRDD & InputFormatRDD
Hi Anjani,
The following section of the TinkerPop ref docs gives an example of how to reuse the output RDD of one job in a follow-up gremlin OLAP
Hi Anjani,
The following section of the TinkerPop ref docs gives an example of how to reuse the output RDD of one job in a follow-up gremlin OLAP
|
By
hadoopmarc@...
·
#5910
·
|
|
Re: MapReduce reindexing with authentication
Hi Boxuan,
Yes, I did not finish my argument. What I tried to suggest: if the hadoop CLI command checks the GENERIC_OPTIONS env variable, then maybe also the mapreduce java client called by JanusGraph
Hi Boxuan,
Yes, I did not finish my argument. What I tried to suggest: if the hadoop CLI command checks the GENERIC_OPTIONS env variable, then maybe also the mapreduce java client called by JanusGraph
|
By
hadoopmarc@...
·
#5909
·
|
|
[Meetup] JanusGraph Meetup May 18 covering JG OLAP approaches
Hello,
We will be hosting a community meetup next week on Tuesday, May 18th at 9:30 central/10:30 eastern. We have a great set of speakers who will be discussing all things JanusGraph OLAP:
* Hadoop
Hello,
We will be hosting a community meetup next week on Tuesday, May 18th at 9:30 central/10:30 eastern. We have a great set of speakers who will be discussing all things JanusGraph OLAP:
* Hadoop
|
By
Ted Wilmes
·
#5908
·
|
|
Re: MapReduce reindexing with authentication
Hi Marc, you are right, we are indeed using this -files option :)
Hi Marc, you are right, we are indeed using this -files option :)
|
By
Boxuan Li
·
#5907
·
|
|
Re: MapReduce reindexing with authentication
Hi Boxuan,
Using existing mechanisms for configuring mapreduce would be nicer, indeed.
Upon reading this hadoop command, I see a GENERIC_OPTIONS env variable read by the mapreduce client, that can
Hi Boxuan,
Using existing mechanisms for configuring mapreduce would be nicer, indeed.
Upon reading this hadoop command, I see a GENERIC_OPTIONS env variable read by the mapreduce client, that can
|
By
hadoopmarc@...
·
#5906
·
|
|
MapReduce reindexing with authentication
We have been using a yarn cluster to run MapReduce reindexing (Cassandra + Elasticsearch) for a long time. Recently, we introduced Kerberos-based authentication to the Elasticsearch cluster, meaning
We have been using a yarn cluster to run MapReduce reindexing (Cassandra + Elasticsearch) for a long time. Recently, we introduced Kerberos-based authentication to the Elasticsearch cluster, meaning
|
By
Boxuan Li
·
#5905
·
|
|
Multiple entries with same key on mixed index
Hello,
I encounter the error describe in the issue #1916 (https://github.com/JanusGraph/janusgraph/issues/1916) on a mixed index (lucene). When I list property keys of the index, they are all
Hello,
I encounter the error describe in the issue #1916 (https://github.com/JanusGraph/janusgraph/issues/1916) on a mixed index (lucene). When I list property keys of the index, they are all
|
By
toom@...
·
#5904
·
|
|
Re: Support for DB cache for Multi Node Janus Server Setup
On Thu, May 6, 2021 at 11:36 PM, <hadoopmarc@...> wrote:
MarcHi Marc,
Thanks for the reply. Yeah, it's true that a multi-node setup uses the same storage backend. However, I am referring to here is
On Thu, May 6, 2021 at 11:36 PM, <hadoopmarc@...> wrote:
MarcHi Marc,
Thanks for the reply. Yeah, it's true that a multi-node setup uses the same storage backend. However, I am referring to here is
|
By
pasansumanathilake@...
·
#5903
·
|
|
Storing and reading connected component RDD through OutputFormatRDD & InputFormatRDD
Hi All,
I am using connected component vertex program to find all the connected nodes in graph and then using that RDD for further processing in graph. I want to store that RDD at some output location
Hi All,
I am using connected component vertex program to find all the connected nodes in graph and then using that RDD for further processing in graph. I want to store that RDD at some output location
|
By
anjanisingh22@...
·
#5902
·
Edited
|
|
Re: ID block allocation exception while creating edge
On Tue, May 11, 2021 at 04:56 PM, <hadoopmarc@...> wrote:
ids.num-partitionsThanks for help Marc, i will try updating value of ids.num-partitions = number of executors.
On Tue, May 11, 2021 at 04:56 PM, <hadoopmarc@...> wrote:
ids.num-partitionsThanks for help Marc, i will try updating value of ids.num-partitions = number of executors.
|
By
anjanisingh22@...
·
#5901
·
|
|
Re: ID block allocation exception while creating edge
Hi Anjani,
It is a while ago I did this myself. I interpret ids.num-partitions as a stock of reserved id blocks that can be delegated to a janugraph instance. It does not have a large value to not
Hi Anjani,
It is a while ago I did this myself. I interpret ids.num-partitions as a stock of reserved id blocks that can be delegated to a janugraph instance. It does not have a large value to not
|
By
hadoopmarc@...
·
#5900
·
|
|
Re: ID block allocation exception while creating edge
We have 250 parallel spark task running for creating node/edges.
I didn't get parallel tasks - (for setting ids.num-partitions)? Could you please help me on it?
We have 250 parallel spark task running for creating node/edges.
I didn't get parallel tasks - (for setting ids.num-partitions)? Could you please help me on it?
|
By
anjanisingh22@...
·
#5899
·
|
|
Re: ID block allocation exception while creating edge
What is the number of parallel tasks? (for setting ids.num-partitions)
You have the ids.authority.wait-time still on its default value of 300 ms, so that seems worthwhile experimenting with.
Best
What is the number of parallel tasks? (for setting ids.num-partitions)
You have the ids.authority.wait-time still on its default value of 300 ms, so that seems worthwhile experimenting with.
Best
|
By
hadoopmarc@...
·
#5898
·
|