[jira] [Created] (FLINK-4096) Nested FileOutputStream is not closed in JarFileCreator

2016-06-20 Thread Ted Yu (JIRA)
Ted Yu created FLINK-4096: - Summary: Nested FileOutputStream is not closed in JarFileCreator Key: FLINK-4096 URL: https://issues.apache.org/jira/browse/FLINK-4096 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-4094) Off heap memory deallocation might not properly work

2016-06-20 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15340447#comment-15340447 ] Anıl Chalil commented on FLINK-4094: https://github.com/capacman/flinkoffheaptest Above github

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-06-20 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @kl0u I've updated my PR to use FilePathFilter abstract class. I had to move it to flink-core to avoid circular dependency between packages. --- If your project is set up for it, you can reply to

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

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

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

2016-06-20 Thread Robert Thorman (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15340352#comment-15340352 ] Robert Thorman commented on FLINK-3319: --- Below is a test case I wrote which passes with a new

[jira] [Commented] (FLINK-4017) [py] Add Aggregation support to Python API

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

[GitHub] flink issue #2115: [FLINK-4017] [py] Add Aggregation support to Python API

2016-06-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2115 Thank you for your contribution, I will review this tomorrow :) --- 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

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

2016-06-20 Thread Robert Thorman (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Thorman reassigned FLINK-3319: - Assignee: Robert Thorman > Add or operator to CEP's pattern API >

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

2016-06-20 Thread Robert Thorman (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15340176#comment-15340176 ] Robert Thorman commented on FLINK-3320: --- Seems like the same situation as the OR operator. I this

[jira] [Commented] (FLINK-3318) Add support for quantifiers to CEP's pattern API

2016-06-20 Thread Robert Thorman (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15340166#comment-15340166 ] Robert Thorman commented on FLINK-3318: --- So would the idea here be something like the following?

[jira] [Comment Edited] (FLINK-3318) Add support for quantifiers to CEP's pattern API

2016-06-20 Thread Robert Thorman (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15340166#comment-15340166 ] Robert Thorman edited comment on FLINK-3318 at 6/20/16 6:50 PM: So would

[GitHub] flink issue #2075: [FLINK-3867] Provide Vagrant/Ansible based VMs to easily ...

2016-06-20 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2075 Thanks a lot for opening a pull request for this. I like having virtual machines and deployment available for new projects, so in general I like the idea a lot. However, I wonder if the

[jira] [Commented] (FLINK-3626) zipWithIndex in Python API

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

[GitHub] flink pull request #2136: [FLINK-3626] [py] zipWithIndex in Python API

2016-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2136#discussion_r67720631 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/functions/CoGroupFunction.py --- @@ -25,13 +25,13 @@ def

[jira] [Commented] (FLINK-3626) zipWithIndex in Python API

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

[GitHub] flink issue #2136: [FLINK-3626] [py] zipWithIndex in Python API

2016-06-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2136 Very nice work, only had a few minor comments :) --- 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

[jira] [Commented] (FLINK-3626) zipWithIndex in Python API

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

[GitHub] flink pull request #2136: [FLINK-3626] [py] zipWithIndex in Python API

2016-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2136#discussion_r67720542 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/plan/DataSet.py --- @@ -572,6 +572,41 @@ def set_parallelism(self,

[jira] [Commented] (FLINK-3626) zipWithIndex in Python API

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

[GitHub] flink pull request #2136: [FLINK-3626] [py] zipWithIndex in Python API

2016-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2136#discussion_r67720318 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/functions/CoGroupFunction.py --- @@ -25,13 +25,13 @@ def

[jira] [Commented] (FLINK-3626) zipWithIndex in Python API

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

[GitHub] flink pull request #2136: [FLINK-3626] [py] zipWithIndex in Python API

2016-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2136#discussion_r67719598 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/plan/DataSet.py --- @@ -572,6 +572,41 @@ def set_parallelism(self,

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

2016-06-20 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/2131 The ManualExactlyOnceTest and ManualExactlyOnceWithStreamReshardingTest is a bit buggy, fixing with a follow-up commit ... --- If your project is set up for it, you can reply to this email and

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

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

[GitHub] flink issue #2138: [FLINK-3757] clarify JavaDoc for addAccumulator method

2016-06-20 Thread knaufk
Github user knaufk commented on the issue: https://github.com/apache/flink/pull/2138 What about: Add this accumulator. Throws an exception if the accumulator already exists in the *same* Task. Note that the namespace of Accumulators is scoped to the Flink Job, and adding

[GitHub] flink pull request #:

2016-06-20 Thread mxm
Github user mxm commented on the pull request: https://github.com/apache/flink/commit/c8fed99e3e85a4d27c6134cfa3e07fb3a8e1da2a#commitcomment-17936226 In pom.xml: In pom.xml on line 972: It does work fine for most cases. However, there are rare race conditions which render our

[GitHub] flink pull request #2139: [FLINK-3838] Upgrade commons-cli to fix parsing of...

2016-06-20 Thread mxm
GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2139 [FLINK-3838] Upgrade commons-cli to fix parsing of jar args The jar arguments were not parsed correctly if options were present. For example, in `./flink run file.jar -arg value` the jar

[jira] [Commented] (FLINK-3838) CLI parameter parser is munging application params

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

[jira] [Commented] (FLINK-3757) addAccumulator does not throw Exception on duplicate accumulator name

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

[jira] [Closed] (FLINK-3105) Submission in per job YARN cluster mode reuses properties file of long-lived session

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed FLINK-3105. - Resolution: Fixed Fix Version/s: 1.1.0 > Submission in per job YARN cluster mode

[jira] [Reopened] (FLINK-3105) Submission in per job YARN cluster mode reuses properties file of long-lived session

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels reopened FLINK-3105: --- > Submission in per job YARN cluster mode reuses properties file of long-lived > session

[GitHub] flink pull request #:

2016-06-20 Thread vijikarthi
Github user vijikarthi commented on the pull request: https://github.com/apache/flink/commit/c8fed99e3e85a4d27c6134cfa3e07fb3a8e1da2a#commitcomment-17935989 In pom.xml: In pom.xml on line 972: This version (2.18.1) has some issues running scoped test case. For example it does

[jira] [Commented] (FLINK-3757) addAccumulator does not throw Exception on duplicate accumulator name

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339749#comment-15339749 ] Maximilian Michels commented on FLINK-3757: --- Does the pull request improve the documentation? >

[jira] [Commented] (FLINK-3757) addAccumulator does not throw Exception on duplicate accumulator name

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

[GitHub] flink pull request #2138: [FLINK-3757] clarify JavaDoc for addAccumulator me...

2016-06-20 Thread mxm
GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2138 [FLINK-3757] clarify JavaDoc for addAccumulator method You can merge this pull request into a Git repository by running: $ git pull https://github.com/mxm/flink FLINK-3757 Alternatively you can

[jira] [Commented] (FLINK-3757) addAccumulator does not throw Exception on duplicate accumulator name

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339744#comment-15339744 ] Maximilian Michels commented on FLINK-3757: --- It does throw an exception if you previously added

[jira] [Resolved] (FLINK-3380) Unstable Test: JobSubmissionFailsITCase

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels resolved FLINK-3380. --- Resolution: Fixed Fix Version/s: 1.1.0 Resolving for now. > Unstable Test:

[jira] [Commented] (FLINK-3757) addAccumulator does not throw Exception on duplicate accumulator name

2016-06-20 Thread Konstantin Knauf (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339724#comment-15339724 ] Konstantin Knauf commented on FLINK-3757: - Thank you for looking into it. I find the javadoc,

[jira] [Closed] (FLINK-4095) Add configDir argument to shell scripts

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed FLINK-4095. - Resolution: Fixed Seems like custom config dirs are highly request now :) This duplicates

[jira] [Reopened] (FLINK-4095) Add configDir argument to shell scripts

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels reopened FLINK-4095: --- > Add configDir argument to shell scripts > --- > >

[jira] [Closed] (FLINK-4095) Add configDir argument to shell scripts

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed FLINK-4095. - Resolution: Duplicate > Add configDir argument to shell scripts >

[jira] [Commented] (FLINK-4090) Close of OutputStream should be in finally clause in FlinkYarnSessionCli#writeYarnProperties()

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

[GitHub] flink pull request #2132: [FLINK-4090] Close of OutputStream should be in fi...

2016-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2132 --- 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] [Closed] (FLINK-4090) Close of OutputStream should be in finally clause in FlinkYarnSessionCli#writeYarnProperties()

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed FLINK-4090. - Resolution: Fixed Fixed with f2e9c521aa4e0cbc14b71c561b8c5dd46201a45a > Close of

[jira] [Assigned] (FLINK-4090) Close of OutputStream should be in finally clause in FlinkYarnSessionCli#writeYarnProperties()

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels reassigned FLINK-4090: - Assignee: Maximilian Michels > Close of OutputStream should be in finally clause

[jira] [Updated] (FLINK-4090) Close of OutputStream should be in finally clause in FlinkYarnSessionCli#writeYarnProperties()

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels updated FLINK-4090: -- Fix Version/s: 1.1.0 > Close of OutputStream should be in finally clause in >

[jira] [Commented] (FLINK-4090) Close of OutputStream should be in finally clause in FlinkYarnSessionCli#writeYarnProperties()

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

[GitHub] flink issue #2132: [FLINK-4090] Close of OutputStream should be in finally c...

2016-06-20 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2132 Merging with a slight change to use the `Closeable` feature: ```java try (final OutputStream out = new FileOutputStream(propertiesFile)) {

[jira] [Commented] (FLINK-4090) Close of OutputStream should be in finally clause in FlinkYarnSessionCli#writeYarnProperties()

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

[GitHub] flink issue #2132: [FLINK-4090] Close of OutputStream should be in finally c...

2016-06-20 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2132 Thank you for the pull request! --- 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

[jira] [Commented] (FLINK-4089) Ineffective null check in YarnClusterClient#getApplicationStatus()

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339677#comment-15339677 ] Maximilian Michels commented on FLINK-4089: --- Thank you for reporting! > Ineffective null check

[jira] [Closed] (FLINK-4089) Ineffective null check in YarnClusterClient#getApplicationStatus()

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed FLINK-4089. - Resolution: Fixed Assignee: Maximilian Michels Fix Version/s: 1.0.4

[jira] [Updated] (FLINK-4089) Ineffective null check in YarnClusterClient#getApplicationStatus()

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels updated FLINK-4089: -- Fix Version/s: 1.1.0 > Ineffective null check in

[jira] [Commented] (FLINK-4084) Add configDir parameter to CliFrontend and flink shell script

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339654#comment-15339654 ] Maximilian Michels commented on FLINK-4084: --- Yes, please go ahead. I'll assign the issue to you.

[jira] [Updated] (FLINK-4084) Add configDir parameter to CliFrontend and flink shell script

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels updated FLINK-4084: -- Assignee: Andrea Sella > Add configDir parameter to CliFrontend and flink shell script

[jira] [Commented] (FLINK-4041) Failure while asking ResourceManager for RegisterResource

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

[jira] [Assigned] (FLINK-4041) Failure while asking ResourceManager for RegisterResource

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels reassigned FLINK-4041: - Assignee: Maximilian Michels > Failure while asking ResourceManager for

[GitHub] flink pull request #2137: [FLINK-4041] reduce log level for JobManager->Reso...

2016-06-20 Thread mxm
GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2137 [FLINK-4041] reduce log level for JobManager->ResourceManager timeouts These timeouts can be recovered and don't have to be logged as error with an Exception. You can merge this pull request into a

[jira] [Commented] (FLINK-4084) Add configDir parameter to CliFrontend and flink shell script

2016-06-20 Thread Andrea Sella (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339627#comment-15339627 ] Andrea Sella commented on FLINK-4084: - If no one is already working on it, I am available to do it.

[jira] [Assigned] (FLINK-3752) Add Per-Kafka-Partition Watermark Generation to the docs

2016-06-20 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas reassigned FLINK-3752: - Assignee: Kostas Kloudas > Add Per-Kafka-Partition Watermark Generation to the docs >

[jira] [Commented] (FLINK-3752) Add Per-Kafka-Partition Watermark Generation to the docs

2016-06-20 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339619#comment-15339619 ] Kostas Kloudas commented on FLINK-3752: --- Should the documentation for that be under the link

[jira] [Commented] (FLINK-4041) Failure while asking ResourceManager for RegisterResource

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339620#comment-15339620 ] Maximilian Michels commented on FLINK-4041: --- This happens when a TaskManager registers during

[jira] [Commented] (FLINK-3964) Job submission times out with recursive.file.enumeration

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339541#comment-15339541 ] Maximilian Michels commented on FLINK-3964: --- Thanks for reporting! Have you tried {{bin/flink

[jira] [Closed] (FLINK-4078) Use ClosureCleaner for CoGroup where

2016-06-20 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi closed FLINK-4078. -- Resolution: Fixed Fixed in 78d3c61 (master). > Use ClosureCleaner for CoGroup where >

[jira] [Commented] (FLINK-3626) zipWithIndex in Python API

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

[GitHub] flink pull request #2136: [FLINK-3626] [py] zipWithIndex in Python API

2016-06-20 Thread GEOFBOT
GitHub user GEOFBOT opened a pull request: https://github.com/apache/flink/pull/2136 [FLINK-3626] [py] zipWithIndex in Python API Implement zip_with_index in the Python API along with relevant tests and documentation. You can merge this pull request into a Git repository by

[jira] [Closed] (FLINK-4083) Use ClosureCleaner for Join where and equalTo

2016-06-20 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi closed FLINK-4083. -- Resolution: Fixed Fix Version/s: 1.1.0 Fixed in 6a1144e (master). > Use ClosureCleaner for Join

[jira] [Commented] (FLINK-4078) Use ClosureCleaner for CoGroup where

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

[GitHub] flink pull request #2116: [FLINK-4078] [java, DataSet] Introduce missing cal...

2016-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2116 --- 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-4083) Use ClosureCleaner for Join where and equalTo

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

[GitHub] flink pull request #2117: [FLINK-4083] [java,DataSet] Introduce closure clea...

2016-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2117 --- 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-3395) Polishing the web UI

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

[GitHub] flink issue #2092: [FLINK-3395] [build] Make test utils properly available a...

2016-06-20 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2092 I quickly looked through the changed files. I think the changes are okay. However, it seems that the the pull request doesn't build (and merge with master). I've started addressing those issues

[jira] [Commented] (FLINK-3395) Polishing the web UI

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

[GitHub] flink pull request #2092: [FLINK-3395] [build] Make test utils properly avai...

2016-06-20 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2092#discussion_r67688097 --- Diff: flink-scala-shell/pom.xml --- @@ -70,27 +71,19 @@ under the License. scala-library ${scala.version}

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-06-20 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @kl0u Thank you for your comment. I'll update my PR. Do you have any thoughts regarding questions raised by @zentol ? Specifically how to provide include/exclude patterns? --- If your project

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

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

[jira] [Commented] (FLINK-3838) CLI parameter parser is munging application params

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339413#comment-15339413 ] Maximilian Michels commented on FLINK-3838: --- Issue is fixed in common-cli 1.3.1 > CLI parameter

[jira] [Commented] (FLINK-3838) CLI parameter parser is munging application params

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339411#comment-15339411 ] Maximilian Michels commented on FLINK-3838: --- A workaround is to use {{./flink run -- }} The

[jira] [Created] (FLINK-4095) Add configDir argument to shell scripts

2016-06-20 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-4095: -- Summary: Add configDir argument to shell scripts Key: FLINK-4095 URL: https://issues.apache.org/jira/browse/FLINK-4095 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-3838) CLI parameter parser is munging application params

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339405#comment-15339405 ] Maximilian Michels commented on FLINK-3838: --- Occurs whenever args are present before the jar

[jira] [Commented] (FLINK-3311) Add a connector for streaming data into Cassandra

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

[GitHub] flink issue #1771: [FLINK-3311/FLINK-3332] Add Cassandra connector

2016-06-20 Thread f1yegor
Github user f1yegor commented on the issue: https://github.com/apache/flink/pull/1771 Could somebody point to a documentation how we could manage state (pool of connections) when Sink works inside single JVM. --- If your project is set up for it, you can reply to this email and have

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

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

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

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

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

2016-06-20 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/2127 --- 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

[GitHub] flink issue #2127: [FLINK-4087] [metrics] Improved JMX port handling

2016-06-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2127 closing this for now as there are a few PowerMock issues. --- 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

[jira] [Commented] (FLINK-4094) Off heap memory deallocation might not properly work

2016-06-20 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339332#comment-15339332 ] ramkrishna.s.vasudevan commented on FLINK-4094: --- So if the direct memory cannot be reused

[jira] [Commented] (FLINK-4094) Off heap memory deallocation might not properly work

2016-06-20 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339331#comment-15339331 ] ramkrishna.s.vasudevan commented on FLINK-4094: --- Offheap direct memory cannot be cleared

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

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

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-06-20 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/2109 Recently we added the FilePathFilter abstract class that is now used by some user-facing functions for exactly the same reason. I would suggest that this abstraction is also used by this PR, so that we

[jira] [Updated] (FLINK-4094) Off heap memory deallocation might not properly work

2016-06-20 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4094: - Summary: Off heap memory deallocation might not properly work (was: Off heap memory deallocation

[jira] [Created] (FLINK-4094) Off heap memory deallocation might not work properly

2016-06-20 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4094: Summary: Off heap memory deallocation might not work properly Key: FLINK-4094 URL: https://issues.apache.org/jira/browse/FLINK-4094 Project: Flink Issue

[jira] [Commented] (FLINK-3311) Add a connector for streaming data into Cassandra

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

[jira] [Commented] (FLINK-3838) CLI parameter parser is munging application params

2016-06-20 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339280#comment-15339280 ] Maximilian Michels commented on FLINK-3838: --- Seems like this only occurs when running on Yarn,

[GitHub] flink issue #1771: [FLINK-3311/FLINK-3332] Add Cassandra connector

2016-06-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/1771 You are correct that every CassandraSink instance opens a separate connection to the cluster. I don't see how we could avoid this without using Singletons, which should be avoided. --- If your

[GitHub] flink pull request #2135: [hotfix] [metrics] Prevent log flooding from colli...

2016-06-20 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/2135 [hotfix] [metrics] Prevent log flooding from collisions This is a small change that reduces clutter due to naming collisions when registering metrics. It now only logs stacktraces when the logging

[jira] [Commented] (FLINK-4091) flink-connector-cassandra has conflicting guava version

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

[jira] [Commented] (FLINK-4091) flink-connector-cassandra has conflicting guava version

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

[GitHub] flink issue #2133: [FLINK-4091] Fix Guava shading in Cassandra connector

2016-06-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2133 *now --- 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

  1   2   >