[jira] [Commented] (FLINK-4098) Iteration support in Python API

2016-06-23 Thread Geoffrey Mon (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15347577#comment-15347577 ] Geoffrey Mon commented on FLINK-4098: - Thanks for the {{sys.stdout.flush()}} tip. After adding more

[jira] [Commented] (FLINK-4109) Change the name of ternary condition operator 'eval' to '?'

2016-06-23 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15347564#comment-15347564 ] Jark Wu commented on FLINK-4109: [~vkalavri] [~chengxiang li] [~rmetzger] what do you think ? > Change

[GitHub] flink pull request #2157: [FLINK-4115] FsStateBackend filesystem verificatio...

2016-06-23 Thread jfg9
GitHub user jfg9 opened a pull request: https://github.com/apache/flink/pull/2157 [FLINK-4115] FsStateBackend filesystem verification can cause classpath exceptions There are two changes to FsStateBackend to avoid classpath exceptions when submitting a job from a Flink client

[jira] [Commented] (FLINK-4115) FsStateBackend filesystem verification can cause classpath exceptions

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15347390#comment-15347390 ] ASF GitHub Bot commented on FLINK-4115: --- GitHub user jfg9 opened a pull request:

[jira] [Commented] (FLINK-3962) JMXReporter doesn't properly register/deregister metrics

2016-06-23 Thread vishnu viswanath (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15347222#comment-15347222 ] vishnu viswanath commented on FLINK-3962: - I am getting this exception in Local execution aswell.

[jira] [Updated] (FLINK-3898) Adamic-Adar Similarity

2016-06-23 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan updated FLINK-3898: -- Fix Version/s: 1.1.0 > Adamic-Adar Similarity > -- > > Key:

[jira] [Updated] (FLINK-4115) FsStateBackend filesystem verification can cause classpath exceptions

2016-06-23 Thread Josh Forman-Gornall (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Forman-Gornall updated FLINK-4115: --- Component/s: (was: Core) Local Runtime > FsStateBackend

[jira] [Updated] (FLINK-4115) FsStateBackend filesystem verification can cause classpath exceptions

2016-06-23 Thread Josh Forman-Gornall (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Forman-Gornall updated FLINK-4115: --- Description: In the constructor of FsStateBackend, the FileSystem for the checkpoint

[jira] [Created] (FLINK-4115) FsStateBackend filesystem verification can cause classpath exceptions

2016-06-23 Thread Josh Forman-Gornall (JIRA)
Josh Forman-Gornall created FLINK-4115: -- Summary: FsStateBackend filesystem verification can cause classpath exceptions Key: FLINK-4115 URL: https://issues.apache.org/jira/browse/FLINK-4115

[jira] [Created] (FLINK-4114) Need a way to manage multiple named, long-lived jobs on a single YARN cluster in an automated manner

2016-06-23 Thread Chris Hogue (JIRA)
Chris Hogue created FLINK-4114: -- Summary: Need a way to manage multiple named, long-lived jobs on a single YARN cluster in an automated manner Key: FLINK-4114 URL: https://issues.apache.org/jira/browse/FLINK-4114

[jira] [Commented] (FLINK-4113) Always copy first value in ChainedAllReduceDriver

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15347023#comment-15347023 ] ASF GitHub Bot commented on FLINK-4113: --- GitHub user greghogan opened a pull request:

[GitHub] flink pull request #2156: [FLINK-4113] [runtime] Always copy first value in ...

2016-06-23 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/2156 [FLINK-4113] [runtime] Always copy first value in ChainedAllReduceDriver You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-23 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346899#comment-15346899 ] Greg Hogan commented on FLINK-3879: --- [~vkalavri] here are the timings I get on an AWS c4.2xlarge using

[jira] [Commented] (FLINK-4098) Iteration support in Python API

2016-06-23 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346881#comment-15346881 ] Chesnay Schepler commented on FLINK-4098: - At that point it is completely normal for the java side

[jira] [Commented] (FLINK-3231) Handle Kinesis-side resharding in Kinesis streaming consumer

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346830#comment-15346830 ] ASF GitHub Bot commented on FLINK-3231: --- Github user tzulitai commented on the issue:

[GitHub] flink issue #2131: [FLINK-3231][streaming-connectors] FlinkKinesisConsumer r...

2016-06-23 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/2131 @rmetzger tagging just to make sure you're notified of this PR :) When will you be free to review? Just for my own time allocation for when to continue working on the Kinesis connector. If

[jira] [Commented] (FLINK-4110) Provide testing skeleton in quickstarts

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346794#comment-15346794 ] ASF GitHub Bot commented on FLINK-4110: --- Github user tzulitai commented on the issue:

[jira] [Commented] (FLINK-4110) Provide testing skeleton in quickstarts

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346793#comment-15346793 ] ASF GitHub Bot commented on FLINK-4110: --- Github user tzulitai commented on a diff in the pull

[GitHub] flink issue #2153: [FLINK-4110] Add testing skeleton to quickstart

2016-06-23 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/2153 This will be very helpful! 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

[GitHub] flink pull request #2153: [FLINK-4110] Add testing skeleton to quickstart

2016-06-23 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/2153#discussion_r68276459 --- Diff: flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/test/java/TestSkeleton.java --- @@ -0,0 +1,184 @@ +/* +

[jira] [Commented] (FLINK-4110) Provide testing skeleton in quickstarts

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346750#comment-15346750 ] ASF GitHub Bot commented on FLINK-4110: --- Github user tzulitai commented on a diff in the pull

[GitHub] flink pull request #2153: [FLINK-4110] Add testing skeleton to quickstart

2016-06-23 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/2153#discussion_r68272113 --- Diff: flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/test/java/TestSkeleton.java --- @@ -0,0 +1,184 @@ +/* +

[GitHub] flink issue #2147: [FLINK-1946] reduce verbosity of Yarn cluster setup

2016-06-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2147 +1 --- 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

[jira] [Commented] (FLINK-1946) Make yarn tests logging less verbose

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346735#comment-15346735 ] ASF GitHub Bot commented on FLINK-1946: --- Github user zentol commented on the issue:

[GitHub] flink pull request #2147: [FLINK-1946] reduce verbosity of Yarn cluster setu...

2016-06-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2147#discussion_r68269922 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java --- @@ -750,13 +751,16 @@ protected YarnClusterClient

[jira] [Commented] (FLINK-1946) Make yarn tests logging less verbose

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346726#comment-15346726 ] ASF GitHub Bot commented on FLINK-1946: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink issue #2151: [hotfix][docs] Add warning to Cassandra documentation

2016-06-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2151 +1 --- 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

[jira] [Commented] (FLINK-4098) Iteration support in Python API

2016-06-23 Thread Geoffrey Mon (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346713#comment-15346713 ] Geoffrey Mon commented on FLINK-4098: - After adding some more print statements in different places, I

[jira] [Created] (FLINK-4113) Always copy first value in ChainedAllReduceDriver

2016-06-23 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-4113: - Summary: Always copy first value in ChainedAllReduceDriver Key: FLINK-4113 URL: https://issues.apache.org/jira/browse/FLINK-4113 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-4093) Expose metric interfaces

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346712#comment-15346712 ] ASF GitHub Bot commented on FLINK-4093: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2134: [FLINK-4093] Expose metric interfaces

2016-06-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2134#discussion_r68268650 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/groups/AbstractMetricGroup.java --- @@ -146,7 +147,16 @@ public Counter counter(int name) {

[jira] [Commented] (FLINK-4093) Expose metric interfaces

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346686#comment-15346686 ] ASF GitHub Bot commented on FLINK-4093: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2134: [FLINK-4093] Expose metric interfaces

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2134#discussion_r68265180 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/groups/AbstractMetricGroup.java --- @@ -146,7 +147,16 @@ public Counter counter(int name) {

[jira] [Closed] (FLINK-3800) ExecutionGraphs can become orphans

2016-06-23 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-3800. Resolution: Fixed Fixed via 6420c1c264ed3ce0c32ba164c2cdb85ccdccf265 > ExecutionGraphs can become

[GitHub] flink pull request #2096: [FLINK-3800] [runtime] Introduce SUSPENDED job sta...

2016-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2096 --- 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-3800) ExecutionGraphs can become orphans

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346669#comment-15346669 ] ASF GitHub Bot commented on FLINK-3800: --- Github user asfgit closed the pull request at:

[jira] [Issue Comment Deleted] (FLINK-4098) Iteration support in Python API

2016-06-23 Thread Geoffrey Mon (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Mon updated FLINK-4098: Comment: was deleted (was: Maybe it would be simpler to implement iterations in Python similar to

[jira] [Commented] (FLINK-4098) Iteration support in Python API

2016-06-23 Thread Geoffrey Mon (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346664#comment-15346664 ] Geoffrey Mon commented on FLINK-4098: - Maybe it would be simpler to implement iterations in Python

[jira] [Updated] (FLINK-4061) about flink jdbc connect oracle db exists a crital bug

2016-06-23 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-4061: -- Priority: Major (was: Blocker) > about flink jdbc connect oracle db exists a crital bug >

[jira] [Commented] (FLINK-4112) Replace SuppressRestartException with disabling RestartStrategy

2016-06-23 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346638#comment-15346638 ] Chesnay Schepler commented on FLINK-4112: - Does this entail removing the SuppressRestartException

[jira] [Commented] (FLINK-4098) Iteration support in Python API

2016-06-23 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346634#comment-15346634 ] Chesnay Schepler commented on FLINK-4098: - print statements should appear in the taskmanager.out

[jira] [Commented] (FLINK-4093) Expose metric interfaces

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346611#comment-15346611 ] ASF GitHub Bot commented on FLINK-4093: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2134: [FLINK-4093] Expose metric interfaces

2016-06-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2134#discussion_r68256978 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/groups/AbstractMetricGroup.java --- @@ -146,7 +147,16 @@ public Counter counter(int name) {

[jira] [Comment Edited] (FLINK-4098) Iteration support in Python API

2016-06-23 Thread Geoffrey Mon (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346600#comment-15346600 ] Geoffrey Mon edited comment on FLINK-4098 at 6/23/16 3:26 PM: -- I wasn't sure

[jira] [Commented] (FLINK-4098) Iteration support in Python API

2016-06-23 Thread Geoffrey Mon (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346600#comment-15346600 ] Geoffrey Mon commented on FLINK-4098: - Here's a jobmanager log for a simple Python iteration program

[jira] [Commented] (FLINK-4093) Expose metric interfaces

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346598#comment-15346598 ] ASF GitHub Bot commented on FLINK-4093: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2134: [FLINK-4093] Expose metric interfaces

2016-06-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2134#discussion_r68255328 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/groups/AbstractMetricGroup.java --- @@ -146,7 +147,16 @@ public Counter counter(int name) {

[jira] [Commented] (FLINK-3319) Add or operator to CEP's pattern API

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346584#comment-15346584 ] ASF GitHub Bot commented on FLINK-3319: --- GitHub user thormanrd opened a pull request:

[GitHub] flink pull request #2155: [FLINK-3319] Added Or function for where clause in...

2016-06-23 Thread thormanrd
GitHub user thormanrd opened a pull request: https://github.com/apache/flink/pull/2155 [FLINK-3319] Added Or function for where clause in CEP Pattern Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration.

[jira] [Commented] (FLINK-4093) Expose metric interfaces

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346547#comment-15346547 ] ASF GitHub Bot commented on FLINK-4093: --- Github user tillrohrmann commented on the issue:

[GitHub] flink issue #2134: [FLINK-4093] Expose metric interfaces

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2134 The changes look good to me. +1 for merging. Good work @zentol. I only had a question concerning the use of generic parameters which is not really necessary, imo. --- If your project is set

[jira] [Commented] (FLINK-4093) Expose metric interfaces

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346545#comment-15346545 ] ASF GitHub Bot commented on FLINK-4093: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2134: [FLINK-4093] Expose metric interfaces

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2134#discussion_r68248549 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/groups/AbstractMetricGroup.java --- @@ -146,7 +147,16 @@ public Counter counter(int name) {

[GitHub] flink pull request #2105: [FLINK-4074] Make metric reporters less blocking

2016-06-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2105#discussion_r68247987 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/MetricRegistry.java --- @@ -118,40 +120,38 @@ public MetricRegistry(Configuration config) {

[jira] [Commented] (FLINK-4074) Reporter can block TaskManager shutdown

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346541#comment-15346541 ] ASF GitHub Bot commented on FLINK-4074: --- Github user zentol commented on a diff in the pull request:

[jira] [Commented] (FLINK-3974) enableObjectReuse fails when an operator chains to multiple downstream operators

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346488#comment-15346488 ] ASF GitHub Bot commented on FLINK-3974: --- Github user tillrohrmann commented on the issue:

[GitHub] flink issue #2110: [FLINK-3974] Fix object reuse with multi-chaining

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2110 Excellent work @aljoscha. Great fix for the problem and it's also really nice that we could get rid of the IT case :-) +1 for merging after addressing my minor comments. --- If your project

[jira] [Commented] (FLINK-3974) enableObjectReuse fails when an operator chains to multiple downstream operators

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346486#comment-15346486 ] ASF GitHub Bot commented on FLINK-3974: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2110: [FLINK-3974] Fix object reuse with multi-chaining

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2110#discussion_r68241018 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/ChainingITCase.java --- @@ -0,0 +1,354 @@ +/* + *

[GitHub] flink pull request #2105: [FLINK-4074] Make metric reporters less blocking

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2105#discussion_r68238993 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/MetricRegistry.java --- @@ -118,40 +120,38 @@ public MetricRegistry(Configuration config) {

[jira] [Commented] (FLINK-4062) Update Windowing Documentation

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346465#comment-15346465 ] ASF GitHub Bot commented on FLINK-4062: --- GitHub user aljoscha opened a pull request:

[jira] [Commented] (FLINK-3974) enableObjectReuse fails when an operator chains to multiple downstream operators

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346484#comment-15346484 ] ASF GitHub Bot commented on FLINK-3974: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2110: [FLINK-3974] Fix object reuse with multi-chaining

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2110#discussion_r68240257 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java --- @@ -386,4 +402,23 @@ public void close() {

[GitHub] flink pull request #2110: [FLINK-3974] Fix object reuse with multi-chaining

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2110#discussion_r68239970 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/collector/selector/CopyingDirectedOutput.java --- @@ -0,0 +1,51 @@ +/*

[jira] [Commented] (FLINK-3974) enableObjectReuse fails when an operator chains to multiple downstream operators

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346476#comment-15346476 ] ASF GitHub Bot commented on FLINK-3974: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2154: [FLINK-4062] Update Windowing Documentation

2016-06-23 Thread aljoscha
GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/2154 [FLINK-4062] Update Windowing Documentation R: @uce and @kl0u for review You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/flink

[jira] [Commented] (FLINK-4074) Reporter can block TaskManager shutdown

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346469#comment-15346469 ] ASF GitHub Bot commented on FLINK-4074: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4087) JMXReporter can't handle port conflicts

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346461#comment-15346461 ] ASF GitHub Bot commented on FLINK-4087: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2145: [FLINK-4087] [metrics] Improved JMX port handling

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2145#discussion_r68238504 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/reporter/JMXReporter.java --- @@ -73,10 +86,61 @@ public JMXReporter() { //

[jira] [Commented] (FLINK-4087) JMXReporter can't handle port conflicts

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346459#comment-15346459 ] ASF GitHub Bot commented on FLINK-4087: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2145: [FLINK-4087] [metrics] Improved JMX port handling

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2145#discussion_r68238384 --- Diff: flink-core/src/main/java/org/apache/flink/metrics/reporter/JMXReporter.java --- @@ -265,4 +329,72 @@ public Object getValue() {

[jira] [Commented] (FLINK-4110) Provide testing skeleton in quickstarts

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346457#comment-15346457 ] ASF GitHub Bot commented on FLINK-4110: --- GitHub user rmetzger opened a pull request:

[GitHub] flink pull request #2153: [FLINK-4110] Add testing skeleton to quickstart

2016-06-23 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/2153 [FLINK-4110] Add testing skeleton to quickstart With this change, our quickstart archetypes will also contain some sample code for bringing up an embedded server for testing purposes. You can

[GitHub] flink pull request #2152: [FLINK-3920] Distributed Linear Algebra: block-bas...

2016-06-23 Thread chobeat
GitHub user chobeat opened a pull request: https://github.com/apache/flink/pull/2152 [FLINK-3920] Distributed Linear Algebra: block-based matrix Second part of the distributed linear algebra contribution. This PR introduces block-partitioned matrices, operations on them

[jira] [Commented] (FLINK-3920) Distributed Linear Algebra: block-based matrix

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346435#comment-15346435 ] ASF GitHub Bot commented on FLINK-3920: --- GitHub user chobeat opened a pull request:

[GitHub] flink issue #2096: [FLINK-3800] [runtime] Introduce SUSPENDED job status

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2096 Will be merging this PR. --- 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

[GitHub] flink issue #2096: [FLINK-3800] [runtime] Introduce SUSPENDED job status

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2096 Thanks for your thorough review @uce. - We have talked offline concerning the status in the web interface and it turned out to be not a problem since the jobs are directly removed from

[jira] [Commented] (FLINK-3800) ExecutionGraphs can become orphans

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346404#comment-15346404 ] ASF GitHub Bot commented on FLINK-3800: --- Github user tillrohrmann commented on the issue:

[jira] [Commented] (FLINK-3800) ExecutionGraphs can become orphans

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346399#comment-15346399 ] ASF GitHub Bot commented on FLINK-3800: --- Github user tillrohrmann commented on the issue:

[jira] [Created] (FLINK-4112) Replace SuppressRestartException with disabling RestartStrategy

2016-06-23 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4112: Summary: Replace SuppressRestartException with disabling RestartStrategy Key: FLINK-4112 URL: https://issues.apache.org/jira/browse/FLINK-4112 Project: Flink

[jira] [Commented] (FLINK-3965) Delegating GraphAlgorithm

2016-06-23 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346395#comment-15346395 ] Vasia Kalavri commented on FLINK-3965: -- The functionality is much needed in my opinion. My concern is

[jira] [Commented] (FLINK-3647) Change StreamSource to use Processing-Time Clock Service

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346364#comment-15346364 ] ASF GitHub Bot commented on FLINK-3647: --- Github user aljoscha commented on a diff in the pull

[GitHub] flink pull request #2124: [FLINK-3647] Change StreamSource to use Processing...

2016-06-23 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2124#discussion_r68227329 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing/triggers/ContinuousProcessingTimeTrigger.java --- @@ -27,10 +27,12 @@

[jira] [Commented] (FLINK-3647) Change StreamSource to use Processing-Time Clock Service

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346360#comment-15346360 ] ASF GitHub Bot commented on FLINK-3647: --- Github user aljoscha commented on a diff in the pull

[jira] [Commented] (FLINK-3647) Change StreamSource to use Processing-Time Clock Service

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346356#comment-15346356 ] ASF GitHub Bot commented on FLINK-3647: --- Github user aljoscha commented on a diff in the pull

[GitHub] flink pull request #2124: [FLINK-3647] Change StreamSource to use Processing...

2016-06-23 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2124#discussion_r68227049 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing/assigners/WindowAssignerContext.java --- @@ -0,0 +1,37 @@ +/*

[GitHub] flink pull request #2124: [FLINK-3647] Change StreamSource to use Processing...

2016-06-23 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2124#discussion_r68226912 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/testutils/MockRuntimeContext.java ---

[jira] [Commented] (FLINK-3974) enableObjectReuse fails when an operator chains to multiple downstream operators

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346340#comment-15346340 ] ASF GitHub Bot commented on FLINK-3974: --- Github user aljoscha commented on the issue:

[GitHub] flink issue #2110: [FLINK-3974] Fix object reuse with multi-chaining

2016-06-23 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2110 @tillrohrmann I pushed a commit that removes the per-operator object-reuse setting, refactors broadcasting and direct outputs and changes the ITCase to a test case. Happy reviewing. 😃 --- If

[jira] [Commented] (FLINK-4046) Failing a restarting job can get stuck in JobStatus.FAILING

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346325#comment-15346325 ] ASF GitHub Bot commented on FLINK-4046: --- Github user uce commented on the issue:

[GitHub] flink issue #2095: [FLINK-4046] [runtime] Add direct state transition from R...

2016-06-23 Thread uce
Github user uce commented on the issue: https://github.com/apache/flink/pull/2095 Agreed. I had the same thought regarding checking for any final state right after posting this. ;) +1 to merge. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Created] (FLINK-4111) Flink Table & SQL doesn't work in very simple example

2016-06-23 Thread Jark Wu (JIRA)
Jark Wu created FLINK-4111: -- Summary: Flink Table & SQL doesn't work in very simple example Key: FLINK-4111 URL: https://issues.apache.org/jira/browse/FLINK-4111 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-3800) ExecutionGraphs can become orphans

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346322#comment-15346322 ] ASF GitHub Bot commented on FLINK-3800: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2096: [FLINK-3800] [runtime] Introduce SUSPENDED job sta...

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2096#discussion_r68222088 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java --- @@ -1029,21 +1061,25 @@ else if (current ==

[jira] [Commented] (FLINK-3800) ExecutionGraphs can become orphans

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346319#comment-15346319 ] ASF GitHub Bot commented on FLINK-3800: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-3800) ExecutionGraphs can become orphans

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346318#comment-15346318 ] ASF GitHub Bot commented on FLINK-3800: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2096: [FLINK-3800] [runtime] Introduce SUSPENDED job sta...

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2096#discussion_r68221836 --- Diff: docs/internals/job_scheduling.md --- @@ -74,7 +74,28 @@ Besides the vertices, the ExecutionGraph also contains the {% gh_link /flink-run

[GitHub] flink pull request #2096: [FLINK-3800] [runtime] Introduce SUSPENDED job sta...

2016-06-23 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2096#discussion_r68221848 --- Diff: flink-runtime/src/test/resources/log4j-test.properties --- @@ -16,7 +16,7 @@ # limitations under the License.

[GitHub] flink pull request #2095: [FLINK-4046] [runtime] Add direct state transition...

2016-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2095 --- 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-4046) Failing a restarting job can get stuck in JobStatus.FAILING

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346317#comment-15346317 ] ASF GitHub Bot commented on FLINK-4046: --- Github user asfgit closed the pull request at:

  1   2   >