[jira] [Created] (FLINK-29578) Multiple executions of `runVertexCentricIteration` cause memory errors (flink gelly)

2022-10-11 Thread Shunyang Li (Jira)
Shunyang Li created FLINK-29578: --- Summary: Multiple executions of `runVertexCentricIteration` cause memory errors (flink gelly) Key: FLINK-29578 URL: https://issues.apache.org/jira/browse/FLINK-29578

Re: Error with Flink-Gelly, lastJobExecutionResult is null

2020-08-11 Thread Robert Metzger
I'm pulling in Aljoscha, Klou and Tison who worked on this > > feature. I believe they can propose a fix for the problem. > > > > [1] https://issues.apache.org/jira/browse/FLINK-15116 > > > > On Sun, Aug 2, 2020 at 11:28 AM Xia Rui wrote: > > > >

Re: Error with Flink-Gelly, lastJobExecutionResult is null

2020-08-03 Thread Aljoscha Krettek
Hello, everyone. I am using Flink-Gelly. I got an error when running the example code of Gelly-example. I have reported the problem in Stackoverflow, and this is the link ( https://stackoverflow.com/questions/63211746/error-with-flink-gelly-lastjob executionresult-is-null-for-executionenvironment &

Re: Error with Flink-Gelly, lastJobExecutionResult is null

2020-08-03 Thread Till Rohrmann
correctly. I'm pulling in Aljoscha, Klou and Tison who worked on this feature. I believe they can propose a fix for the problem. [1] https://issues.apache.org/jira/browse/FLINK-15116 On Sun, Aug 2, 2020 at 11:28 AM Xia Rui wrote: > Hello, everyone. > > I am using Flink-Gelly. I got

Error with Flink-Gelly, lastJobExecutionResult is null

2020-08-02 Thread Xia Rui
Hello, everyone. I am using Flink-Gelly. I got an error when running the example code of Gelly-example. I have reported the problem in Stackoverflow, and this is the link (https://stackoverflow.com/questions/63211746/error-with-flink-gelly-lastjob executionresult-is-null-for-executionenvironment

[jira] [Created] (FLINK-10048) Migrate module flink-gelly-examples to flink-examples and rename it

2018-08-03 Thread vinoyang (JIRA)
vinoyang created FLINK-10048: Summary: Migrate module flink-gelly-examples to flink-examples and rename it Key: FLINK-10048 URL: https://issues.apache.org/jira/browse/FLINK-10048 Project: Flink

[jira] [Created] (FLINK-8403) Flink Gelly examples hanging without returning result

2018-01-10 Thread flora karniav (JIRA)
flora karniav created FLINK-8403: Summary: Flink Gelly examples hanging without returning result Key: FLINK-8403 URL: https://issues.apache.org/jira/browse/FLINK-8403 Project: Flink Issue

[jira] [Created] (FLINK-6393) Add Evenly Graph Generator to Flink Gelly

2017-04-27 Thread FlorianFan (JIRA)
FlorianFan created FLINK-6393: - Summary: Add Evenly Graph Generator to Flink Gelly Key: FLINK-6393 URL: https://issues.apache.org/jira/browse/FLINK-6393 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-6372) change-scala-version.sh does not change version for flink-gelly-examples

2017-04-24 Thread vishnu viswanath (JIRA)
vishnu viswanath created FLINK-6372: --- Summary: change-scala-version.sh does not change version for flink-gelly-examples Key: FLINK-6372 URL: https://issues.apache.org/jira/browse/FLINK-6372 Project

[jira] [Created] (FLINK-6360) Failed to create assembly for Scala 2.11 due to tools/change-scala-version.sh not changing flink-gelly-examples_2.10

2017-04-22 Thread Jacek Laskowski (JIRA)
Jacek Laskowski created FLINK-6360: -- Summary: Failed to create assembly for Scala 2.11 due to tools/change-scala-version.sh not changing flink-gelly-examples_2.10 Key: FLINK-6360 URL: https://issues.apache.org

Aw: Re: Re: Re: Flink Gelly

2016-10-07 Thread dfki
ot; Betreff: Re: Re: Re: Flink Gelly Hi, the exception > java.lang.RuntimeException: Memory ran out. Compaction failed. says that the hash table ran out of memory. Gelly is implemented on top of Flink's DataSet API. So this would rather be a problem with DataSet than Gelly. I think Vas

Re: Re: Re: Flink Gelly

2016-10-07 Thread Fabian Hueske
RAM by > the JVM and it does not go beyond 3gb at all. > > I still don't think that the memory is the propblem. For me it looks like > an internal > problem with Gelly. > > Best, > Dennis > > > Gesendet: Freitag, 07. Oktober 2016 um 12:29 Uhr > Von: "Vas

Aw: Re: Re: Flink Gelly

2016-10-07 Thread dfki
like an internal problem with Gelly.  Best, Dennis    Gesendet: Freitag, 07. Oktober 2016 um 12:29 Uhr Von: "Vasiliki Kalavri" An: dev@flink.apache.org Betreff: Re: Re: Flink Gelly Hi Dennis, On 7 October 2016 at 11:29, wrote: > Hi Vasia, > > thanks for your reply. > >

Re: Re: Flink Gelly

2016-10-07 Thread Vasiliki Kalavri
} > } > } > multiPaths.put(oriDest, tempList); > } > > > // The combined paths are also saved into a HashMap which is > additionally set as a Vertex Value > // Later the paths

Aw: Re: Flink Gelly

2016-10-07 Thread dfki
exValue(testTuple3);         }     }     Let me know if you need any further information. Thanks in advance.   All the best,  Dennis     Gesendet: Donnerstag, 06. Oktober 2016 um 15:22 Uhr Von: "Vasiliki Kalavri" An: dev@flink.apache.org Betreff: Re: Flink Gelly Hi Dennis, can you give

Re: Flink Gelly

2016-10-06 Thread Vasiliki Kalavri
Hi Dennis, can you give us some details about your setup? e.g. where you are running your job, your input size, the configured memory, etc. It would also be helpful if you could share your code. Getting an out of memory error with just 100 nodes seems weird. Best, -Vasia. On 6 October 2016 at 13

Flink Gelly

2016-10-06 Thread dfki
Dear ladies and gentlemen,    I got a problem using Gelly in Flink. Currently I am loading a Virtuoso Graph into  Flink's Gelly and I want to  analyze it for the different paths one can take to link the different nodes. Therefore I am using the ScatterGatherIteration. However, my code just works

[jira] [Created] (FLINK-3819) Replace Guava Preconditions usage in flink-gelly-scala

2016-04-26 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-3819: --- Summary: Replace Guava Preconditions usage in flink-gelly-scala Key: FLINK-3819 URL: https://issues.apache.org/jira/browse/FLINK-3819 Project: Flink

[jira] [Created] (FLINK-3818) Remove Guava dependency from flink-gelly-examples

2016-04-26 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-3818: --- Summary: Remove Guava dependency from flink-gelly-examples Key: FLINK-3818 URL: https://issues.apache.org/jira/browse/FLINK-3818 Project: Flink Issue

[jira] [Created] (FLINK-3815) Replace Guava Preconditions usage in flink-gelly

2016-04-26 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-3815: --- Summary: Replace Guava Preconditions usage in flink-gelly Key: FLINK-3815 URL: https://issues.apache.org/jira/browse/FLINK-3815 Project: Flink Issue

[jira] [Created] (FLINK-3532) Flink-gelly-examples jar contains an underscore instead of an hyphen

2016-02-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-3532: Summary: Flink-gelly-examples jar contains an underscore instead of an hyphen Key: FLINK-3532 URL: https://issues.apache.org/jira/browse/FLINK-3532 Project: Flink

[jira] [Created] (FLINK-2941) Implement a neo4j - Flink/Gelly connector

2015-10-29 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-2941: Summary: Implement a neo4j - Flink/Gelly connector Key: FLINK-2941 URL: https://issues.apache.org/jira/browse/FLINK-2941 Project: Flink Issue Type: New

Re: Graph.fromDataSet function calls: flink-gelly

2015-08-22 Thread Sachin Goel
Hi Vasia In that case, we might as well change it. getExecutionEnvironment actually goes through the contextFactory, and it then depends on this contextFactory how it generates new environments. For example, all the Test Environments currently are shared, i.e., the factory returns the same object

Re: Graph.fromDataSet function calls: flink-gelly

2015-08-22 Thread Vasiliki Kalavri
Hi Sachin, I was actually under the impression that ExecutionEnvironment.getExecutionEnvironment() returns the current environment, if one has already been created. I don't think that creating a second one is intentional there and if that's the case, we should change it. Cheers, Vasia. On 21 Aug

Graph.fromDataSet function calls: flink-gelly

2015-08-21 Thread Sachin Goel
Hi I was going through the two files VertexCentricIteration and GatherSumApplyIteration, and noticed that when the graph is constructed from the edge and vertex data set, a new execution environment is passed. As in, Graph graph = Graph.fromDataSet(vertexDataSet, edgeDataSet, ExecutionEnviro