[jira] [Commented] (FLINK-1537) GSoC project: Machine learning with Apache Flink

2015-03-07 Thread Sachin Goel (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351605#comment-14351605 ] Sachin Goel commented on FLINK-1537: Thanks Robert. GSoC project: Machine learning

[jira] [Commented] (FLINK-1536) GSoC project: Graph partitioning operators for Gelly

2015-03-07 Thread joey (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351669#comment-14351669 ] joey commented on FLINK-1536: - Hello, i am interested in this propose and I have knowledge in

[GitHub] flink pull request: [FLINK-1632][gelly] Deleted GraphUtils

2015-03-07 Thread andralungu
GitHub user andralungu opened a pull request: https://github.com/apache/flink/pull/462 [FLINK-1632][gelly] Deleted GraphUtils Made the Graph methods use DataSet's count() instead of GraphUtils.count. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (FLINK-1632) Use DataSet's count() and collect() to simplify Gelly methods

2015-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351671#comment-14351671 ] ASF GitHub Bot commented on FLINK-1632: --- GitHub user andralungu opened a pull

[jira] [Assigned] (FLINK-1547) Disable automated ApplicationMaster restart

2015-03-07 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned FLINK-1547: - Assignee: Robert Metzger Disable automated ApplicationMaster restart

[jira] [Resolved] (FLINK-1587) coGroup throws NoSuchElementException on iterator.next()

2015-03-07 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri resolved FLINK-1587. -- Resolution: Fixed coGroup throws NoSuchElementException on iterator.next()

[jira] [Commented] (FLINK-1587) coGroup throws NoSuchElementException on iterator.next()

2015-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351758#comment-14351758 ] ASF GitHub Bot commented on FLINK-1587: --- Github user asfgit closed the pull request

[jira] [Commented] (FLINK-1536) GSoC project: Graph partitioning operators for Gelly

2015-03-07 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351764#comment-14351764 ] Vasia Kalavri commented on FLINK-1536: -- Hi [~joey00!]! No algorithm is implemented

[GitHub] flink pull request: Fixed simple typos

2015-03-07 Thread akshaydixi
GitHub user akshaydixi opened a pull request: https://github.com/apache/flink/pull/463 Fixed simple typos Fixed a few typos I found while reviewing the programming guide. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (FLINK-1534) GSoC project: Distributed pattern matching over Flink streaming

2015-03-07 Thread Akshay Dixit (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351767#comment-14351767 ] Akshay Dixit commented on FLINK-1534: - Hi! I'm Akshay

[jira] [Commented] (FLINK-1537) GSoC project: Machine learning with Apache Flink

2015-03-07 Thread Sachin Goel (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351590#comment-14351590 ] Sachin Goel commented on FLINK-1537: Hi Robert My apologies. It was part of an

[jira] [Commented] (FLINK-1537) GSoC project: Machine learning with Apache Flink

2015-03-07 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351593#comment-14351593 ] Robert Metzger commented on FLINK-1537: --- No, no problem at all ;) You can find the

[jira] [Updated] (FLINK-1617) GSoC project: Query optimisation layer for Flink Streaming

2015-03-07 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-1617: -- Labels: gsoc2015 java streaming (was: gsoc2015) GSoC project: Query optimisation layer for Flink

[jira] [Commented] (FLINK-1528) Add local clustering coefficient library method and example

2015-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351547#comment-14351547 ] ASF GitHub Bot commented on FLINK-1528: --- Github user vasia commented on the pull

[GitHub] flink pull request: [FLINK-1528][Gelly] Added Local Clustering Coe...

2015-03-07 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/420#issuecomment-77687686 Hi @balidani! Thanks for the example :)) I'm a bit confused about the directed / undirected case. I tried testing with both a directed and an undirected input and both

[jira] [Commented] (FLINK-1537) GSoC project: Machine learning with Apache Flink

2015-03-07 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351589#comment-14351589 ] Robert Metzger commented on FLINK-1537: --- Hi Sachin, thank you for your interest in a

[jira] [Commented] (FLINK-1537) GSoC project: Machine learning with Apache Flink

2015-03-07 Thread Sachin Goel (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351604#comment-14351604 ] Sachin Goel commented on FLINK-1537: Thanks Robert. GSoC project: Machine learning

[jira] [Issue Comment Deleted] (FLINK-1537) GSoC project: Machine learning with Apache Flink

2015-03-07 Thread Sachin Goel (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Goel updated FLINK-1537: --- Comment: was deleted (was: Thanks Robert.) GSoC project: Machine learning with Apache Flink

[jira] [Commented] (FLINK-1528) Add local clustering coefficient library method and example

2015-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351544#comment-14351544 ] ASF GitHub Bot commented on FLINK-1528: --- Github user vasia commented on a diff in

[GitHub] flink pull request: [FLINK-1528][Gelly] Added Local Clustering Coe...

2015-03-07 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/420#discussion_r25995666 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example/LocalClusteringCoefficientExample.java --- @@ -0,0 +1,205 @@ +/* + *

[jira] [Commented] (FLINK-1587) coGroup throws NoSuchElementException on iterator.next()

2015-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351550#comment-14351550 ] ASF GitHub Bot commented on FLINK-1587: --- Github user vasia commented on the pull

[GitHub] flink pull request: [FLINK-1587][gelly] Added additional check for...

2015-03-07 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/440#issuecomment-77687765 Thanks for the updates @andralungu. I'll merge this today :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[jira] [Commented] (FLINK-1450) Add Fold operator to the Streaming api

2015-03-07 Thread Akshay Dixit (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351780#comment-14351780 ] Akshay Dixit commented on FLINK-1450: - Hi! I would like to take a stab at this too, so