[jira] [Commented] (FLINK-2283) Make grouped reduce/fold/aggregations stateful using Partitioned state

2015-06-29 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605416#comment-14605416 ] Stephan Ewen commented on FLINK-2283: - This would be a temporary solution that will

[GitHub] flink pull request: [FLINK-2138] Added custom partitioning to Data...

2015-06-29 Thread gaborhermann
Github user gaborhermann commented on the pull request: https://github.com/apache/flink/pull/872#issuecomment-116647912 By the way, in the Scala DataSet the user should specify the Java `Partitioner[K]` class. Wouldn't it be more convenient to wrap a function like `(K, Int) = Int`

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605571#comment-14605571 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33462036 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605612#comment-14605612 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33463484 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/clustering/Clustering.scala --- @@ -0,0 +1,256 @@ +/* --- End diff --

[jira] [Commented] (FLINK-2138) PartitionCustom for streaming

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605634#comment-14605634 ] ASF GitHub Bot commented on FLINK-2138: --- Github user gaborhermann commented on the

[jira] [Commented] (FLINK-2138) PartitionCustom for streaming

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605565#comment-14605565 ] ASF GitHub Bot commented on FLINK-2138: --- Github user gaborhermann commented on the

[jira] [Commented] (FLINK-2138) PartitionCustom for streaming

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605570#comment-14605570 ] ASF GitHub Bot commented on FLINK-2138: --- Github user StephanEwen commented on the

[GitHub] flink pull request: [FLINK-2138] Added custom partitioning to Data...

2015-06-29 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/872#issuecomment-116649358 In the batch API, equality of the partitioners is used to determine compatibility of the partitioning. This may at some point become interesting for the streaming

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605613#comment-14605613 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33463634 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/clustering/Clustering.scala --- @@ -0,0 +1,256 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on the pull request: https://github.com/apache/flink/pull/700#issuecomment-116669400 Another note: It should not be necessary for the user to provide the initial centroids, those should be possible to generated from the algorithm itself, ideally with a

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33460336 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33461173 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33463192 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605607#comment-14605607 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605627#comment-14605627 ] ASF GitHub Bot commented on FLINK-1731: --- Github user peedeeX21 commented on a diff

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread peedeeX21
Github user peedeeX21 commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33465223 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/clustering/Clustering.scala --- @@ -0,0 +1,256 @@ +/* --- End diff --

[GitHub] flink pull request: [FLINK-2138] Added custom partitioning to Data...

2015-06-29 Thread gaborhermann
Github user gaborhermann commented on the pull request: https://github.com/apache/flink/pull/872#issuecomment-116671285 I'd prefer the function implementation (like `(K, Int) = Int`), but it should stay consistent with the batch API. I don't see why the wrapping would effect the

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605573#comment-14605573 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33460529 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605585#comment-14605585 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605598#comment-14605598 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33462286 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-2008) PersistentKafkaSource is sometimes emitting tuples multiple times

2015-06-29 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605544#comment-14605544 ] Robert Metzger commented on FLINK-2008: --- I'm looking into these issues now ...

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605595#comment-14605595 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605615#comment-14605615 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on the pull

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread thvasilo
Github user thvasilo commented on the pull request: https://github.com/apache/flink/pull/700#issuecomment-116662421 Hello I've left some initial comments. Once those have been addressed I'll try to do some more integration testing and then pass the review over to a commiter. --- If

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605638#comment-14605638 ] ASF GitHub Bot commented on FLINK-1731: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-2200) Flink API with Scala 2.11 - Maven Repository

2015-06-29 Thread Chiwan Park (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605502#comment-14605502 ] Chiwan Park commented on FLINK-2200: Hi, I'm working on this issue. I found there is a

[jira] [Commented] (FLINK-2289) Make JobManager highly available

2015-06-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605534#comment-14605534 ] Till Rohrmann commented on FLINK-2289: -- Sorry, I didn't see your issue. Will do.

[jira] [Commented] (FLINK-2284) Confusing/inconsistent PartitioningStrategy

2015-06-29 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605353#comment-14605353 ] Matthias J. Sax commented on FLINK-2284: It is documented in

[jira] [Assigned] (FLINK-2290) CoRecordReader Does Not Read Events From Both Inputs When No Elements Arrive

2015-06-29 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek reassigned FLINK-2290: --- Assignee: Aljoscha Krettek CoRecordReader Does Not Read Events From Both Inputs

[jira] [Created] (FLINK-2291) Use ZooKeeper to elect JobManager leader and send information to TaskManagers

2015-06-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-2291: Summary: Use ZooKeeper to elect JobManager leader and send information to TaskManagers Key: FLINK-2291 URL: https://issues.apache.org/jira/browse/FLINK-2291 Project:

[jira] [Commented] (FLINK-2283) Make grouped reduce/fold/aggregations stateful using Partitioned state

2015-06-29 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605357#comment-14605357 ] Gyula Fora commented on FLINK-2283: --- I would use stateful java maps using

[jira] [Closed] (FLINK-2289) Make JobManager highly available

2015-06-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-2289. Resolution: Duplicate See FLINK-2287 Make JobManager highly available

[jira] [Commented] (FLINK-2285) Active policy emits elements of the last window twice

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605340#comment-14605340 ] ASF GitHub Bot commented on FLINK-2285: --- GitHub user mbalassi opened a pull request:

[GitHub] flink pull request: [FLINK-2285] [streaming] Removed duplicate cal...

2015-06-29 Thread mbalassi
GitHub user mbalassi opened a pull request: https://github.com/apache/flink/pull/873 [FLINK-2285] [streaming] Removed duplicate call in close from GroupedActiveDiscretizer You can merge this pull request into a Git repository by running: $ git pull

[jira] [Updated] (FLINK-2291) Use ZooKeeper to elect JobManager leader and send information to TaskManagers

2015-06-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-2291: - Description: Use ZooKeeper to determine the leader of a set of {{JobManager}} s which will act

[jira] [Updated] (FLINK-2291) Use ZooKeeper to elect JobManager leader and send information to TaskManagers

2015-06-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-2291: - Description: Use ZooKeeper to determine the leader of a set of {{JobManagers}} which will act as

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread peedeeX21
Github user peedeeX21 commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33469076 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread peedeeX21
Github user peedeeX21 commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33476507 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2138] Added custom partitioning to Data...

2015-06-29 Thread gaborhermann
Github user gaborhermann commented on the pull request: https://github.com/apache/flink/pull/872#issuecomment-116736041 Sorry for not making myself clear. I would actually go for 4. Only the Scala function (both in the streaming and batch API) I don't understand

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605726#comment-14605726 ] ASF GitHub Bot commented on FLINK-1731: --- Github user peedeeX21 commented on a diff

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605752#comment-14605752 ] ASF GitHub Bot commented on FLINK-1731: --- Github user peedeeX21 commented on a diff

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread peedeeX21
Github user peedeeX21 commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33475298 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-2138) PartitionCustom for streaming

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605774#comment-14605774 ] ASF GitHub Bot commented on FLINK-2138: --- Github user gaborhermann commented on the

[jira] [Commented] (FLINK-2138) PartitionCustom for streaming

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605711#comment-14605711 ] ASF GitHub Bot commented on FLINK-2138: --- Github user StephanEwen commented on the

[GitHub] flink pull request: [FLINK-2138] Added custom partitioning to Data...

2015-06-29 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/872#issuecomment-116710090 I am confused now, what is it going to be? 1. Overloading, such that it is Scala function and Partitioner, at the cost of redundant APIs. 2. Only

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread peedeeX21
Github user peedeeX21 commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33471983 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread peedeeX21
Github user peedeeX21 commented on a diff in the pull request: https://github.com/apache/flink/pull/700#discussion_r33475321 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala --- @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605753#comment-14605753 ] ASF GitHub Bot commented on FLINK-1731: --- Github user peedeeX21 commented on a diff

[jira] [Commented] (FLINK-2138) PartitionCustom for streaming

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605818#comment-14605818 ] ASF GitHub Bot commented on FLINK-2138: --- Github user StephanEwen commented on the

[GitHub] flink pull request: [FLINK-2138] Added custom partitioning to Data...

2015-06-29 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/872#issuecomment-116745707 The partitioner function in Scala was simply added as a mirror of the Java API. The batch API is stable, that means at most we can add a Scala function and

[jira] [Commented] (FLINK-2138) PartitionCustom for streaming

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605880#comment-14605880 ] ASF GitHub Bot commented on FLINK-2138: --- Github user gaborhermann commented on the

[GitHub] flink pull request: [FLINK-2138] Added custom partitioning to Data...

2015-06-29 Thread gaborhermann
Github user gaborhermann commented on the pull request: https://github.com/apache/flink/pull/872#issuecomment-116755999 Okay, then I will * deprecate the partitioner implementation in the batch API * add the function implementation to the batch API * add the function

[jira] [Commented] (FLINK-2282) Deprecate non-grouped stream reduce/fold/aggregations for 0.9.1

2015-06-29 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605335#comment-14605335 ] Gyula Fora commented on FLINK-2282: --- Okay Deprecate non-grouped stream

[jira] [Closed] (FLINK-2282) Deprecate non-grouped stream reduce/fold/aggregations for 0.9.1

2015-06-29 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-2282. - Resolution: Not A Problem Deprecate non-grouped stream reduce/fold/aggregations for 0.9.1

[GitHub] flink pull request: [FLINK-1731] [ml] Implementation of Feature K-...

2015-06-29 Thread peedeeX21
Github user peedeeX21 commented on the pull request: https://github.com/apache/flink/pull/700#issuecomment-116850459 I am having some trouble to fit our predictor into the new API. The problem is, that with `PredictOperation` the type of the model has to be defined. A `DataSet`

[jira] [Updated] (FLINK-2066) Make delay between execution retries configurable

2015-06-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-2066: - Assignee: Nuno Miguel Marques dos Santos Make delay between execution retries configurable

[jira] [Commented] (FLINK-2282) Deprecate non-grouped stream reduce/fold/aggregations for 0.9.1

2015-06-29 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605297#comment-14605297 ] Stephan Ewen commented on FLINK-2282: - Minor versions are bug-fix versions, major

[jira] [Created] (FLINK-2289) Make JobManager highly available

2015-06-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-2289: Summary: Make JobManager highly available Key: FLINK-2289 URL: https://issues.apache.org/jira/browse/FLINK-2289 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-2283) Make grouped reduce/fold/aggregations stateful using Partitioned state

2015-06-29 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605298#comment-14605298 ] Stephan Ewen commented on FLINK-2283: - Are these again implemented in java maps, or

[jira] [Commented] (FLINK-2282) Deprecate non-grouped stream reduce/fold/aggregations for 0.9.1

2015-06-29 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605330#comment-14605330 ] Stephan Ewen commented on FLINK-2282: - Since the API is labeled beta, it is okay to do

[jira] [Created] (FLINK-2284) Confusing/inconsistent PartitioningStrategy

2015-06-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2284: --- Summary: Confusing/inconsistent PartitioningStrategy Key: FLINK-2284 URL: https://issues.apache.org/jira/browse/FLINK-2284 Project: Flink Issue Type: Bug

[jira] [Comment Edited] (FLINK-2282) Deprecate non-grouped stream reduce/fold/aggregations for 0.9.1

2015-06-29 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605297#comment-14605297 ] Stephan Ewen edited comment on FLINK-2282 at 6/29/15 8:48 AM: --

[jira] [Created] (FLINK-2286) Window ParallelMerge sometimes swallows elements of the last window

2015-06-29 Thread JIRA
Márton Balassi created FLINK-2286: - Summary: Window ParallelMerge sometimes swallows elements of the last window Key: FLINK-2286 URL: https://issues.apache.org/jira/browse/FLINK-2286 Project: Flink

[jira] [Commented] (FLINK-2289) Make JobManager highly available

2015-06-29 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605308#comment-14605308 ] Ufuk Celebi commented on FLINK-2289: Issue creation race... ;) Can you copy your text

[jira] [Assigned] (FLINK-2285) Active policy emits elements of the last window twice

2015-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi reassigned FLINK-2285: - Assignee: Márton Balassi Active policy emits elements of the last window twice

[jira] [Created] (FLINK-2285) Active policy emits elements of the last window twice

2015-06-29 Thread JIRA
Márton Balassi created FLINK-2285: - Summary: Active policy emits elements of the last window twice Key: FLINK-2285 URL: https://issues.apache.org/jira/browse/FLINK-2285 Project: Flink Issue

[jira] [Commented] (FLINK-2284) Confusing/inconsistent PartitioningStrategy

2015-06-29 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605312#comment-14605312 ] Gyula Fora commented on FLINK-2284: --- We took these names from Storm which we saw at that

[GitHub] flink pull request: [FLINK-1735] Feature Hasher

2015-06-29 Thread ChristophAl
Github user ChristophAl commented on the pull request: https://github.com/apache/flink/pull/665#issuecomment-116517528 Hi, after I rebased it on master and implemented the new pipeline interface, I have some followup questions regarding the types we should accept for feature

[jira] [Created] (FLINK-2287) Implement JobManager high availability

2015-06-29 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2287: -- Summary: Implement JobManager high availability Key: FLINK-2287 URL: https://issues.apache.org/jira/browse/FLINK-2287 Project: Flink Issue Type: Improvement

[GitHub] flink pull request: [FLINK-2230] handling null values for TupleSer...

2015-06-29 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/867#issuecomment-116520207 @Shiti No need to apologize, that is all right. We are discussing a tricky thing here... It is true, right now, one needs to be aware of missing values in

[jira] [Commented] (FLINK-2138) PartitionCustom for streaming

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605296#comment-14605296 ] ASF GitHub Bot commented on FLINK-2138: --- Github user StephanEwen commented on the

[jira] [Closed] (FLINK-2281) Allow chaining of operators with multiple inputs

2015-06-29 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-2281. - Resolution: Later Allow chaining of operators with multiple inputs

[jira] [Commented] (FLINK-2281) Allow chaining of operators with multiple inputs

2015-06-29 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605323#comment-14605323 ] Gyula Fora commented on FLINK-2281: --- After a second thought, this will introduce a very

[jira] [Commented] (FLINK-2281) Allow chaining of operators with multiple inputs

2015-06-29 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605261#comment-14605261 ] Stephan Ewen commented on FLINK-2281: - Nice idea, but probably not very critical. I

[jira] [Commented] (FLINK-1735) Add FeatureHasher to machine learning library

2015-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605260#comment-14605260 ] ASF GitHub Bot commented on FLINK-1735: --- Github user ChristophAl commented on the

[jira] [Created] (FLINK-2288) Setup ZooKeeper for distributed coordination

2015-06-29 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2288: -- Summary: Setup ZooKeeper for distributed coordination Key: FLINK-2288 URL: https://issues.apache.org/jira/browse/FLINK-2288 Project: Flink Issue Type: Sub-task

[jira] [Commented] (FLINK-2282) Deprecate non-grouped stream reduce/fold/aggregations for 0.9.1

2015-06-29 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605319#comment-14605319 ] Gyula Fora commented on FLINK-2282: --- You are right we should have thought about this