[GitHub] flink pull request: [FLINK-1775] BarrierBuffer fix to avoid end of...

2015-03-23 Thread gyfora
Github user gyfora closed the pull request at: https://github.com/apache/flink/pull/526 --- 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 enabled and wishes so, or if the feature is enabl

[jira] [Commented] (FLINK-1775) BarrierBuffers don't correctly handle end of stream events

2015-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377380#comment-14377380 ] ASF GitHub Bot commented on FLINK-1775: --- Github user gyfora closed the pull request

[jira] [Assigned] (FLINK-1770) Rename the variable 'contentAdressable' to 'contentAddressable'

2015-03-23 Thread Sibao Hong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sibao Hong reassigned FLINK-1770: - Assignee: Sibao Hong > Rename the variable 'contentAdressable' to 'contentAddressable' >

[jira] [Assigned] (FLINK-1768) Fix the bug of BlobServerConnection's LOG.

2015-03-23 Thread Sibao Hong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sibao Hong reassigned FLINK-1768: - Assignee: Sibao Hong > Fix the bug of BlobServerConnection's LOG. > -

[jira] [Assigned] (FLINK-1766) Fix the bug of equals function of FSKey

2015-03-23 Thread Sibao Hong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sibao Hong reassigned FLINK-1766: - Assignee: Sibao Hong > Fix the bug of equals function of FSKey >

[GitHub] flink pull request: Adds akka configuration description

2015-03-23 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/flink/pull/527#issuecomment-85305797 +1 LGTM --- 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 enabled

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-23 Thread chiwanpark
Github user chiwanpark commented on the pull request: https://github.com/apache/flink/pull/426#issuecomment-85285193 @fhueske Hi, Thanks for your kindly advice! I will fix them soon. About the order of POJO fields, I think also that the option 3 is good. However, [FLINK-1665](

[jira] [Assigned] (FLINK-1739) Fix the bug of JobManager and TaskManager Port Check.

2015-03-23 Thread Sibao Hong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sibao Hong reassigned FLINK-1739: - Assignee: Sibao Hong > Fix the bug of JobManager and TaskManager Port Check. > --

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

2015-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377000#comment-14377000 ] ASF GitHub Bot commented on FLINK-1512: --- Github user fhueske commented on the pull r

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-23 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/426#issuecomment-85261367 Hi @chiwanpark, the PR improved a lot! Besides a few inline comments, the logic and test coverage looks pretty good. Unfortunately, the PR does not seem to build correctly

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/426#discussion_r26994167 --- Diff: flink-tests/src/test/java/org/apache/flink/test/io/CsvReaderWithPOJOITCase.java --- @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache Softwar

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/426#discussion_r26993897 --- Diff: flink-scala/src/main/scala/org/apache/flink/api/scala/ExecutionEnvironment.scala --- @@ -247,16 +252,27 @@ class ExecutionEnvironment(javaEnv: JavaE

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/426#discussion_r26993339 --- Diff: flink-scala/src/main/java/org/apache/flink/api/scala/operators/ScalaCsvInputFormat.java --- @@ -219,73 +92,24 @@ public OUT readRecord(OUT reuse, by

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/426#discussion_r26993011 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/io/CsvInputFormatTest.java --- @@ -684,4 +693,249 @@ private void testRemovingTrailingCR(String

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/426#discussion_r26992871 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/io/CsvInputFormatTest.java --- @@ -684,4 +693,249 @@ private void testRemovingTrailingCR(String

[jira] [Commented] (FLINK-1611) Rename classes and packages that contains Nephele

2015-03-23 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376913#comment-14376913 ] Stephan Ewen commented on FLINK-1611: - There should only be classes in flink-tests any

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/426#discussion_r26991431 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/io/CsvInputFormat.java --- @@ -234,9 +301,23 @@ public OUT readRecord(OUT reuse, byte[] bytes, int

[GitHub] flink pull request: Adds akka configuration description

2015-03-23 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/527 Adds akka configuration description Adds description of the akka configuration parameters to the configuration description. You can merge this pull request into a Git repository by running:

[jira] [Commented] (FLINK-1319) Add static code analysis for UDFs

2015-03-23 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376899#comment-14376899 ] Stephan Ewen commented on FLINK-1319: - Very nice result, a very much anticipated featu

[GitHub] flink pull request: Adds akka interal docs and configuration descr...

2015-03-23 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/512#issuecomment-85245168 Ok, I'll close this PR and open a new one only containing the respective configuration documentation. --- If your project is set up for it, you can reply to this ema

[GitHub] flink pull request: Adds akka interal docs and configuration descr...

2015-03-23 Thread tillrohrmann
Github user tillrohrmann closed the pull request at: https://github.com/apache/flink/pull/512 --- 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 enabled and wishes so, or if the feature is

[jira] [Commented] (FLINK-1650) Suppress Akka's Netty Shutdown Errors through the log config

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

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-23 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-85244078 +1 nice find --- 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 en

[jira] [Commented] (FLINK-1775) BarrierBuffers don't correctly handle end of stream events

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

[GitHub] flink pull request: [FLINK-1775] BarrierBuffer fix to avoid end of...

2015-03-23 Thread gyfora
GitHub user gyfora opened a pull request: https://github.com/apache/flink/pull/526 [FLINK-1775] BarrierBuffer fix to avoid end of stream deadlock You can merge this pull request into a Git repository by running: $ git pull https://github.com/mbalassi/flink FLINK-1775 Alternat

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-23 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-85239319 Great to hear that you figured out why we could not suppress this error :-) On Mon, Mar 23, 2015 at 8:33 PM, Robert Metzger wrote: > The build pa

[jira] [Commented] (FLINK-1650) Suppress Akka's Netty Shutdown Errors through the log config

2015-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376848#comment-14376848 ] ASF GitHub Bot commented on FLINK-1650: --- Github user tillrohrmann commented on the p

[jira] [Updated] (FLINK-1775) BarrierBuffers don't correctly handle end of stream events

2015-03-23 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-1775: -- Component/s: Streaming > BarrierBuffers don't correctly handle end of stream events > --

[jira] [Commented] (FLINK-1656) Filtered Semantic Properties for Operators with Iterators

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

[GitHub] flink pull request: [FLINK-1656] Filter ForwardedField properties ...

2015-03-23 Thread fhueske
GitHub user fhueske opened a pull request: https://github.com/apache/flink/pull/525 [FLINK-1656] Filter ForwardedField properties for group-at-a-time operators in Optimizer Restricts forward field information for group-wise operators. - For `GroupReduce`, `GroupCombine`, an

[GitHub] flink pull request: [Flink-1686] Streaming Iterations Slot Sharing...

2015-03-23 Thread senorcarbone
Github user senorcarbone commented on the pull request: https://github.com/apache/flink/pull/524#issuecomment-85223415 bad style habits ^^ thanks for reminding me. I also made a minor fix to the test too. --- If your project is set up for it, you can reply to this email and have y

[jira] [Commented] (FLINK-1472) Web frontend config overview shows wrong value

2015-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376698#comment-14376698 ] ASF GitHub Bot commented on FLINK-1472: --- Github user qmlmoon commented on the pull r

[GitHub] flink pull request: [FLINK-1472] Fixed Web frontend config overvie...

2015-03-23 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/439#issuecomment-85207647 The default key value pairs are added manually. It seems that some of the keys in `ConfigConstant` is deleted recently. --- If your project is set up for it, you can repl

[jira] [Commented] (FLINK-1726) Add Community Detection Library and Example

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

[GitHub] flink pull request: [FLINK-1726][gelly] Added Community Detection ...

2015-03-23 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/505#issuecomment-85194124 Leave it to @rmetzger to be uber meticulous :D I will add the bullet point! Thanks! --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink pull request: Make Expression API available to Java, Rename ...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/503#issuecomment-85188465 The code looks good. Impressive test coverage, some documentation, amazing feature. Once the political issues (name) are resolved, :+1: to merge. Do you think

[GitHub] flink pull request: Make Expression API available to Java, Rename ...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/503#discussion_r26977728 --- Diff: flink-staging/flink-table/src/test/java/org/apache/flink/api/java/table/test/AggregationsITCase.java --- @@ -0,0 +1,210 @@ +/* + * Licensed

[GitHub] flink pull request: Make Expression API available to Java, Rename ...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/503#discussion_r26975267 --- Diff: flink-staging/flink-table/src/main/java/org/apache/flink/api/java/table/package-info.java --- @@ -0,0 +1,66 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request: Make Expression API available to Java, Rename ...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/503#discussion_r26975057 --- Diff: docs/linq.md --- @@ -23,58 +23,91 @@ under the License. * This will be replaced by the TOC {:toc} -**Language-Integrated Queries

[GitHub] flink pull request: Make Expression API available to Java, Rename ...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/503#discussion_r26974901 --- Diff: docs/linq.md --- @@ -23,58 +23,91 @@ under the License. * This will be replaced by the TOC {:toc} -**Language-Integrated Queries

[GitHub] flink pull request: Make Expression API available to Java, Rename ...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/503#discussion_r26974798 --- Diff: docs/linq.md --- @@ -23,58 +23,91 @@ under the License. * This will be replaced by the TOC {:toc} -**Language-Integrated Queries

[GitHub] flink pull request: Make Expression API available to Java, Rename ...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/503#discussion_r26974832 --- Diff: docs/linq.md --- @@ -23,58 +23,91 @@ under the License. * This will be replaced by the TOC {:toc} -**Language-Integrated Queries

[jira] [Commented] (FLINK-1726) Add Community Detection Library and Example

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

[GitHub] flink pull request: [FLINK-1726][gelly] Added Community Detection ...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/505#issuecomment-85173349 I didn't see a bigger issue in the code, but @vasia is the authority on this ;) It would be nice to add at least another bullet to this list: http://ci.apache.org/pro

[jira] [Commented] (FLINK-1472) Web frontend config overview shows wrong value

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

[GitHub] flink pull request: [FLINK-1472] Fixed Web frontend config overvie...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/439#issuecomment-85170765 According to travis, the code doesn't seem to build. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] flink pull request: Adds akka interal docs and configuration descr...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/512#issuecomment-85169924 +1 for updating the configuration guide with the Akka variables. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (FLINK-1770) Rename the variable 'contentAdressable' to 'contentAddressable'

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

[GitHub] flink pull request: [FLINK-1770]Rename the variable 'contentAdress...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/515#issuecomment-85169638 LGTM --- 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 enabled an

[jira] [Commented] (FLINK-1650) Suppress Akka's Netty Shutdown Errors through the log config

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

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-85160071 The build passed in my travis: https://travis-ci.org/rmetzger/flink/builds/55487319 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink pull request: [FLINK-1595] [streaming] Complex integration t...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/520#issuecomment-85159538 +1 for more streaming tests ;) (... and apparently, they seem to help finding bugs ;) ) Btw, you don't have to use marton's github repository to open pull reques

[jira] [Commented] (FLINK-1595) Add a complex integration test for Streaming API

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

[jira] [Commented] (FLINK-1595) Add a complex integration test for Streaming API

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

[GitHub] flink pull request: [FLINK-1595] [streaming] Complex integration t...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/520#discussion_r26969917 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/complex/ComplexIntegrationTest.java --- @@ -0,0 +1,

[GitHub] flink pull request: [FLINK-1595] [streaming] Complex integration t...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/520#discussion_r26969789 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/complex/ComplexIntegrationTest.java --- @@ -0,0 +1,

[jira] [Commented] (FLINK-1595) Add a complex integration test for Streaming API

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

[jira] [Commented] (FLINK-1687) Streaming file source/sink API is not in sync with the batch API

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

[GitHub] flink pull request: [FLINK-1687] [streaming] Syncing streaming sou...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/521#issuecomment-85154634 Ah, it would also be good to rebase this PR to the current master to get some feedback from travis --- If your project is set up for it, you can reply to this email and

[jira] [Commented] (FLINK-1687) Streaming file source/sink API is not in sync with the batch API

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

[GitHub] flink pull request: [FLINK-1687] [streaming] Syncing streaming sou...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/521#issuecomment-85154551 Would it make sense to add a API completeness checker between the streaming and batch java API (similar to the java/scala API completeness checker?) The whitelist is prob

[jira] [Commented] (FLINK-1687) Streaming file source/sink API is not in sync with the batch API

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

[GitHub] flink pull request: [FLINK-1687] [streaming] Syncing streaming sou...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/521#discussion_r26968237 --- Diff: flink-staging/flink-streaming/flink-streaming-examples/src/main/java/org/apache/flink/streaming/examples/ReadFileExample.java --- @@ -0,0 +1,37 @@

[jira] [Updated] (FLINK-1774) Remove the redundant code in try{} block

2015-03-23 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-1774: -- Assignee: Sibao Hong > Remove the redundant code in try{} block > --

[GitHub] flink pull request: Introduced CentralActiveTrigger with GroupedAc...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/523#issuecomment-85145673 Great, 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 featu

[jira] [Commented] (FLINK-1774) Remove the redundant code in try{} block

2015-03-23 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376407#comment-14376407 ] Robert Metzger commented on FLINK-1774: --- Hi [~matadorhong], I gave you "Contributor"

[GitHub] flink pull request: Introduced CentralActiveTrigger with GroupedAc...

2015-03-23 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/523#issuecomment-85144869 Thanks :) I can modify the windowing integation tests slightly to also test this feature. (Some of them already test it) And I will make the fixes of course.

[GitHub] flink pull request: Introduced CentralActiveTrigger with GroupedAc...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/523#issuecomment-85143338 Very cool feature ;) I know its annoying, but it would be great if you could quickly mention it in the documentation and add at least one test for it. --- If your pr

[GitHub] flink pull request: Introduced CentralActiveTrigger with GroupedAc...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/523#discussion_r26967296 --- Diff: flink-staging/flink-streaming/flink-streaming-examples/src/main/java/org/apache/flink/streaming/examples/windowing/SessionWindowing.java --- @@ -0,

[GitHub] flink pull request: Introduced CentralActiveTrigger with GroupedAc...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/523#discussion_r26966979 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/main/java/org/apache/flink/streaming/api/windowing/policy/CentralActiveTrigger.java --- @@ -

[jira] [Commented] (FLINK-1773) Add interface for grouped policies to broadcast information to other groups

2015-03-23 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376379#comment-14376379 ] Gyula Fora commented on FLINK-1773: --- Thanks, I forgot :) > Add interface for grouped po

[GitHub] flink pull request: Introduced CentralActiveTrigger with GroupedAc...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/523#discussion_r26966951 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/main/java/org/apache/flink/streaming/api/windowing/policy/CentralActiveTrigger.java --- @@ -

[jira] [Commented] (FLINK-1773) Add interface for grouped policies to broadcast information to other groups

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

[jira] [Updated] (FLINK-1773) Add interface for grouped policies to broadcast information to other groups

2015-03-23 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-1773: -- Assignee: Gyula Fora > Add interface for grouped policies to broadcast information to other grou

[GitHub] flink pull request: Introduced CentralActiveTrigger with GroupedAc...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/523#issuecomment-85140059 I'm assigning you to the JIRA: https://issues.apache.org/jira/browse/FLINK-1773 --- If your project is set up for it, you can reply to this email and have your reply app

[jira] [Updated] (FLINK-1773) Add interface for grouped policies to broadcast information to other groups

2015-03-23 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-1773: -- Affects Version/s: 0.9 > Add interface for grouped policies to broadcast information to other gr

[jira] [Updated] (FLINK-1773) Add interface for grouped policies to broadcast information to other groups

2015-03-23 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-1773: -- Component/s: Streaming > Add interface for grouped policies to broadcast information to other gr

[GitHub] flink pull request: [Flink-1686] Streaming Iterations Slot Sharing...

2015-03-23 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/524#discussion_r26966049 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/IterateTest.java --- @@ -87,7 +90,10 @@ public void

[GitHub] flink pull request: [Flink-1686] Streaming Iterations Slot Sharing...

2015-03-23 Thread senorcarbone
GitHub user senorcarbone opened a pull request: https://github.com/apache/flink/pull/524 [Flink-1686] Streaming Iterations Slot Sharing Fix Iteration head instances were using the same identifier for slot sharing which resulted into incorrect execution for streaming iterations. I h

[jira] [Commented] (FLINK-1659) Rename classes and packages that contains Pact

2015-03-23 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376226#comment-14376226 ] Henry Saputra commented on FLINK-1659: -- Hi [~StephanEwen], I am assign this to you so

[jira] [Updated] (FLINK-1659) Rename classes and packages that contains Pact

2015-03-23 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Saputra updated FLINK-1659: - Assignee: Stephan Ewen (was: Henry Saputra) > Rename classes and packages that contains Pact > --

[jira] [Updated] (FLINK-1611) Rename classes and packages that contains Nephele

2015-03-23 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Saputra updated FLINK-1611: - Description: We have several classes and packages names that have Nephele names: ./flink-tests/sr

[jira] [Reopened] (FLINK-1611) Rename classes and packages that contains Nephele

2015-03-23 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Saputra reopened FLINK-1611: -- Looks like FLINK-441 only covers the compiler/ optimizer scenario > Rename classes and packages tha

[jira] [Assigned] (FLINK-1659) Rename classes and packages that contains Pact

2015-03-23 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Saputra reassigned FLINK-1659: Assignee: Henry Saputra > Rename classes and packages that contains Pact >

[jira] [Commented] (FLINK-1693) Deprecate the Spargel API

2015-03-23 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376211#comment-14376211 ] Henry Saputra commented on FLINK-1693: -- Ok, assign it to me now. LMK if anyone wants

[jira] [Assigned] (FLINK-1693) Deprecate the Spargel API

2015-03-23 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Saputra reassigned FLINK-1693: Assignee: Henry Saputra > Deprecate the Spargel API > - > >

[jira] [Resolved] (FLINK-1767) StreamExecutionEnvironment's execute should return JobExecutionResult

2015-03-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi resolved FLINK-1767. --- Resolution: Implemented Fix Version/s: 0.9 Thanks, Gabor. Implemented via e83d1ec. > S

[jira] [Created] (FLINK-1776) APIs provide invalid Semantic Properties for Operators with SelectorFunction keys

2015-03-23 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-1776: Summary: APIs provide invalid Semantic Properties for Operators with SelectorFunction keys Key: FLINK-1776 URL: https://issues.apache.org/jira/browse/FLINK-1776 Proje

[jira] [Commented] (FLINK-1767) StreamExecutionEnvironment's execute should return JobExecutionResult

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

[GitHub] flink pull request: [FLINK-1767] [streaming] Make StreamExecutionE...

2015-03-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/516 --- 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 enabled and wishes so, or if the feature is enabl

[jira] [Assigned] (FLINK-1775) BarrierBuffers don't correctly handle end of stream events

2015-03-23 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora reassigned FLINK-1775: - Assignee: Gyula Fora > BarrierBuffers don't correctly handle end of stream events > -

[jira] [Created] (FLINK-1775) BarrierBuffers don't correctly handle end of stream events

2015-03-23 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-1775: - Summary: BarrierBuffers don't correctly handle end of stream events Key: FLINK-1775 URL: https://issues.apache.org/jira/browse/FLINK-1775 Project: Flink Issue Type

[GitHub] flink pull request: Introduced CentralActiveTrigger with GroupedAc...

2015-03-23 Thread gyfora
GitHub user gyfora opened a pull request: https://github.com/apache/flink/pull/523 Introduced CentralActiveTrigger with GroupedActiveDiscretizer You can merge this pull request into a Git repository by running: $ git pull https://github.com/mbalassi/flink session Alternativel

  1   2   >