[jira] [Commented] (FLINK-2209) Document how to use TableAPI, Gelly and FlinkML, StreamingConnectors on a cluster

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585458#comment-14585458 ] ASF GitHub Bot commented on FLINK-2209: --- Github user rmetzger commented on a diff in

[GitHub] flink pull request: [FLINK-2209] Document linking with jars not in...

2015-06-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/835#discussion_r32392995 --- Diff: docs/apis/cluster_execution.md --- @@ -80,67 +80,73 @@ Note that the program contains custom user code and hence requires a JAR file wi the cla

[GitHub] flink pull request: Flink Storm compatibility

2015-06-14 Thread mbalassi
Github user mbalassi commented on the pull request: https://github.com/apache/flink/pull/573#issuecomment-111878533 Did a final pass and a rebase, code now looks good. There is one little issue with the tests that I need to check again tomorrow morning then I'm merging it. :+1: ---

[GitHub] flink pull request: [FLINK-2209] Document linking with jars not in...

2015-06-14 Thread mbalassi
GitHub user mbalassi opened a pull request: https://github.com/apache/flink/pull/835 [FLINK-2209] Document linking with jars not in the binary dist You can merge this pull request into a Git repository by running: $ git pull https://github.com/mbalassi/flink flink-2209 Altern

[jira] [Commented] (FLINK-2209) Document how to use TableAPI, Gelly and FlinkML, StreamingConnectors on a cluster

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

[jira] [Commented] (FLINK-2209) Document how to use TableAPI, Gelly and FlinkML, StreamingConnectors on a cluster

2015-06-14 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585246#comment-14585246 ] Márton Balassi commented on FLINK-2209: --- I think this is more cluster execution than

[jira] [Closed] (FLINK-2002) Iterative test fails when ran with other tests in the same environment

2015-06-14 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi closed FLINK-2002. - Resolution: Fixed Fix Version/s: 0.9 > Iterative test fails when ran with other tests in th

[jira] [Commented] (FLINK-2210) Table API aggregate by ignoring null values

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585201#comment-14585201 ] ASF GitHub Bot commented on FLINK-2210: --- GitHub user Shiti opened a pull request:

[GitHub] flink pull request: [FLINK-2210] Table API support for aggregation...

2015-06-14 Thread Shiti
GitHub user Shiti opened a pull request: https://github.com/apache/flink/pull/834 [FLINK-2210] Table API support for aggregation on columns with null When a value is null, the AggregationFunction's aggregate method is not called. You can merge this pull request into a Git reposito

[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-14 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/832#issuecomment-111856162 +1 to merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585155#comment-14585155 ] ASF GitHub Bot commented on FLINK-2152: --- Github user rmetzger commented on the pull

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-06-14 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/833#issuecomment-111855825 I think this pull request is disabling the CPU utilization monitoring because the check whether the `getProcessCpuLoad()` exists will always be false (even though we are

[jira] [Commented] (FLINK-2208) Build error for Java IBM

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585153#comment-14585153 ] ASF GitHub Bot commented on FLINK-2208: --- Github user rmetzger commented on the pull

[jira] [Commented] (FLINK-2208) Build error for Java IBM

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585150#comment-14585150 ] ASF GitHub Bot commented on FLINK-2208: --- Github user rmetzger commented on a diff in

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-06-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/833#discussion_r32382202 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala --- @@ -1784,7 +1784,7 @@ object TaskManager { * @retur

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-06-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/833#discussion_r32382190 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala --- @@ -1765,7 +1765,7 @@ object TaskManager { overr

[jira] [Commented] (FLINK-2208) Build error for Java IBM

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585149#comment-14585149 ] ASF GitHub Bot commented on FLINK-2208: --- Github user rmetzger commented on a diff in

[GitHub] flink pull request: [scripts] remove quickstart scripts

2015-06-14 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/822#issuecomment-111852934 Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature ena

[GitHub] flink pull request: [scripts] remove quickstart scripts

2015-06-14 Thread mxm
Github user mxm commented on the pull request: https://github.com/apache/flink/pull/822#issuecomment-111852542 Right you are. I have pushed a fix to the release-0.8 branch. Like in the current master, the script will always point to the website's script. --- If your project is set up

[jira] [Updated] (FLINK-2211) Generalize ALS API

2015-06-14 Thread Felix Neutatz (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Neutatz updated FLINK-2211: - Issue Type: Improvement (was: Bug) > Generalize ALS API > -- > >

[jira] [Created] (FLINK-2211) Generalize ALS API

2015-06-14 Thread JIRA
Ronny Bräunlich created FLINK-2211: -- Summary: Generalize ALS API Key: FLINK-2211 URL: https://issues.apache.org/jira/browse/FLINK-2211 Project: Flink Issue Type: Bug Components: Ma

[GitHub] flink pull request: Flink Storm compatibility

2015-06-14 Thread mbalassi
Github user mbalassi commented on the pull request: https://github.com/apache/flink/pull/573#issuecomment-111848332 Hey @mjsax, thanks for the cleanup. I was focused on the release during the week, I'm doing the merge this evening. --- If your project is set up for it, you can reply

[jira] [Commented] (FLINK-2208) Build error for Java IBM

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585085#comment-14585085 ] ASF GitHub Bot commented on FLINK-2208: --- GitHub user FelixNeutatz opened a pull requ

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-06-14 Thread FelixNeutatz
GitHub user FelixNeutatz opened a pull request: https://github.com/apache/flink/pull/833 [FLINK-2208] Fix IBM Java integration bug You can merge this pull request into a Git repository by running: $ git pull https://github.com/FelixNeutatz/incubator-flink FLINK_2208_IBM_JAVA

[GitHub] flink pull request: [FLINK-2178][gelly] Fixed groupReduceOnNeighbo...

2015-06-14 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/799#issuecomment-111811473 PR updated. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] flink pull request: [FLINK-2149][gelly] Simplified Jaccard Example

2015-06-14 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/770#issuecomment-111807874 PR updated. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[jira] [Assigned] (FLINK-2208) Build error for Java IBM

2015-06-14 Thread Felix Neutatz (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Neutatz reassigned FLINK-2208: Assignee: Felix Neutatz > Build error for Java IBM > > >

[jira] [Created] (FLINK-2210) Compute aggregations by ignoring null values

2015-06-14 Thread Shiti Saxena (JIRA)
Shiti Saxena created FLINK-2210: --- Summary: Compute aggregations by ignoring null values Key: FLINK-2210 URL: https://issues.apache.org/jira/browse/FLINK-2210 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-1818) Provide API to cancel running job

2015-06-14 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585064#comment-14585064 ] Matthias J. Sax commented on FLINK-1818: Nice! :) > Provide API to cancel running

[jira] [Updated] (FLINK-2210) Table API aggregate by ignoring null values

2015-06-14 Thread Shiti Saxena (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiti Saxena updated FLINK-2210: Summary: Table API aggregate by ignoring null values (was: Compute aggregations by ignoring null va

[jira] [Commented] (FLINK-2208) Build error for Java IBM

2015-06-14 Thread Felix Neutatz (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585045#comment-14585045 ] Felix Neutatz commented on FLINK-2208: -- Thanks, that solved the issue :) I will push

[jira] [Commented] (FLINK-2178) groupReduceOnNeighbors throws NoSuchElementException

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585030#comment-14585030 ] ASF GitHub Bot commented on FLINK-2178: --- Github user andralungu commented on the pul

[jira] [Commented] (FLINK-2149) Simplify Gelly Jaccard similarity example

2015-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585019#comment-14585019 ] ASF GitHub Bot commented on FLINK-2149: --- Github user andralungu commented on the pul

[jira] [Updated] (FLINK-2210) Table API aggregate by ignoring null values

2015-06-14 Thread Shiti Saxena (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiti Saxena updated FLINK-2210: Description: Attempting to aggregate on columns which may have null values results in NullPointerExc