[GitHub] flink pull request #3003: [Flink-5188] Create analog of RowCsvInputFormat in...

2016-12-13 Thread tonycox
GitHub user tonycox opened a pull request: https://github.com/apache/flink/pull/3003 [Flink-5188] Create analog of RowCsvInputFormat in java and adjust all the imports of Row and RowTypeInfo Thanks for contributing to Apache Flink. Before you open your pull request, please take the

[GitHub] flink pull request #3002: Fix typo in variable name

2016-12-13 Thread rboorgapally
GitHub user rboorgapally opened a pull request: https://github.com/apache/flink/pull/3002 Fix typo in variable name - Fixed a typo in the variable name - `mvn clean verify` has been executed successfully locally You can merge this pull request into a Git repository by run

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15747053#comment-15747053 ] ASF GitHub Bot commented on FLINK-4391: --- Github user bjlovegithub commented on a dif

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-12-13 Thread bjlovegithub
Github user bjlovegithub commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r92315209 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/async/RichAsyncFunction.java --- @@ -0,0 +1,58 @@ +/* + *

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15747043#comment-15747043 ] ASF GitHub Bot commented on FLINK-4391: --- Github user bjlovegithub commented on a dif

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-12-13 Thread bjlovegithub
Github user bjlovegithub commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r92314677 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/async/RichAsyncFunction.java --- @@ -0,0 +1,58 @@ +/* + *

[jira] [Commented] (FLINK-4821) Implement rescalable non-partitioned state for Kinesis Connector

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746999#comment-15746999 ] ASF GitHub Bot commented on FLINK-4821: --- GitHub user tony810430 opened a pull reques

[GitHub] flink pull request #3001: [FLINK-4821] [kinesis] Implement rescalable non-pa...

2016-12-13 Thread tony810430
GitHub user tony810430 opened a pull request: https://github.com/apache/flink/pull/3001 [FLINK-4821] [kinesis] Implement rescalable non-partitioned state for Kinesis Connector Implement ListCheckpointed interface on Kinesis Consumer As a reminder, I returned empty list inst

[jira] [Commented] (FLINK-5108) Remove ClientShutdownHook during job execution

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746832#comment-15746832 ] ASF GitHub Bot commented on FLINK-5108: --- Github user Renkai commented on the issue:

[GitHub] flink issue #2928: [FLINK-5108] Remove ClientShutdownHook during job executi...

2016-12-13 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2928 That is ok to close this issue. Max 于2016年12月14日周三 02:31写道: > There is one problem we overlooked. In detached mode we ensure cluster > shutdown through a message

[GitHub] flink issue #2982: [FLINK-4460] Side Outputs in Flink

2016-12-13 Thread chenqin
Github user chenqin commented on the issue: https://github.com/apache/flink/pull/2982 @aljoscha Thanks for your time. We can chat more after 1.2 release! I think it makes sense to extends Collector, even though we may not remove collect(T obj) due to API compability issue in 1

[jira] [Commented] (FLINK-4460) Side Outputs in Flink

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746680#comment-15746680 ] ASF GitHub Bot commented on FLINK-4460: --- Github user chenqin commented on the issue:

[GitHub] flink issue #2985: [FLINK-5104] Bipartite graph validation

2016-12-13 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2985 Hi @greghogan , Thank you for your feedback. I've updated the PR accordingly. The only thing that I did differently is that I've replaced projections and two `count()` executions with join

[jira] [Commented] (FLINK-5104) Implement BipartiteGraph validator

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746410#comment-15746410 ] ASF GitHub Bot commented on FLINK-5104: --- Github user mushketyk commented on the issu

[jira] [Commented] (FLINK-5104) Implement BipartiteGraph validator

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746405#comment-15746405 ] ASF GitHub Bot commented on FLINK-5104: --- Github user mushketyk commented on a diff i

[GitHub] flink pull request #2985: [FLINK-5104] Bipartite graph validation

2016-12-13 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2985#discussion_r92276412 --- Diff: flink-libraries/flink-gelly/src/main/java/org/apache/flink/graph/validation/InvalidBipartiteVertexIdsValidator.java --- @@ -0,0 +1,85 @@ +/*

[jira] [Commented] (FLINK-4861) Package optional project artifacts

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746359#comment-15746359 ] ASF GitHub Bot commented on FLINK-4861: --- Github user greghogan commented on the issu

[GitHub] flink issue #2664: [FLINK-4861] [build] Package optional project artifacts

2016-12-13 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2664 New implementation using maven-shade-plugin in #3000. --- 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 t

[jira] [Commented] (FLINK-4861) Package optional project artifacts

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

[GitHub] flink pull request #3000: [FLINK-4861] [build] Package optional project arti...

2016-12-13 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3000 [FLINK-4861] [build] Package optional project artifacts Package the Flink connectors, metrics, and libraries into subdirectories of a new opt directory in the release/snapshot tarballs. I

[jira] [Commented] (FLINK-5311) Write user documentation for BipartiteGraph

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746285#comment-15746285 ] ASF GitHub Bot commented on FLINK-5311: --- Github user mushketyk commented on the issu

[GitHub] flink issue #2984: [FLINK-5311] Add user documentation for bipartite graph

2016-12-13 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2984 Hi @vasia. Thank you for your comments. I've added the link to the doc and added the image (I tried to make it in the same style as other Gelly image). --- If your project is set up for it, you ca

[jira] [Comment Edited] (FLINK-5245) Add support for BipartiteGraph mutations

2016-12-13 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746163#comment-15746163 ] Ivan Mushketyk edited comment on FLINK-5245 at 12/13/16 8:23 PM: ---

[jira] [Commented] (FLINK-5245) Add support for BipartiteGraph mutations

2016-12-13 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746163#comment-15746163 ] Ivan Mushketyk commented on FLINK-5245: --- I got it now, sorry for the misunderstandin

[jira] [Commented] (FLINK-5332) Non-thread safe FileSystem::initOutPathLocalFS() can cause lost files/directories in local execution

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746126#comment-15746126 ] ASF GitHub Bot commented on FLINK-5332: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2999: [FLINK-5332] [core] Synchronize FileSystem::initOutPathLo...

2016-12-13 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2999 I think this should go into 1.2 - it is quite a bug for local testing. --- 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 proj

[jira] [Commented] (FLINK-5332) Non-thread safe FileSystem::initOutPathLocalFS() can cause lost files/directories in local execution

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746125#comment-15746125 ] ASF GitHub Bot commented on FLINK-5332: --- GitHub user StephanEwen opened a pull reque

[GitHub] flink pull request #2999: [FLINK-5332] [core] Synchronize FileSystem::initOu...

2016-12-13 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/2999 [FLINK-5332] [core] Synchronize FileSystem::initOutPathLocalFS() to prevent lost files/directories when called concurrently This is mainly relevant to tests and Local Mini Cluster executions.

[jira] [Commented] (FLINK-4798) CEPITCase.testSimpleKeyedPatternCEP test failure

2016-12-13 Thread Boris Osipov (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746119#comment-15746119 ] Boris Osipov commented on FLINK-4798: - Yes, it is. I've reproduced it several times wi

[GitHub] flink issue #2969: [FLINK-5289] Meaningful exception when using value state ...

2016-12-13 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2969 +1 looks good. Will put this into my merge pipeline --- 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 t

[jira] [Commented] (FLINK-5289) NPE when using value state on non-keyed stream

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746105#comment-15746105 ] ASF GitHub Bot commented on FLINK-5289: --- Github user StephanEwen commented on the is

[jira] [Issue Comment Deleted] (FLINK-4798) CEPITCase.testSimpleKeyedPatternCEP test failure

2016-12-13 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen updated FLINK-4798: Comment: was deleted (was: I think that FLINK-5332 is probably the root cause of this issue.) > CEP

[jira] [Commented] (FLINK-4798) CEPITCase.testSimpleKeyedPatternCEP test failure

2016-12-13 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746088#comment-15746088 ] Stephan Ewen commented on FLINK-4798: - I think that FLINK-5332 is probably the root ca

[jira] [Commented] (FLINK-4798) CEPITCase.testSimpleKeyedPatternCEP test failure

2016-12-13 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746086#comment-15746086 ] Stephan Ewen commented on FLINK-4798: - I think that FLINK-5332 is probably the root ca

[jira] [Resolved] (FLINK-5288) Flakey ConnectedComponentsITCase#testConnectedComponentsExample unit test

2016-12-13 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-5288. - Resolution: Duplicate > Flakey ConnectedComponentsITCase#testConnectedComponentsExample unit test

[jira] [Closed] (FLINK-5288) Flakey ConnectedComponentsITCase#testConnectedComponentsExample unit test

2016-12-13 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-5288. --- > Flakey ConnectedComponentsITCase#testConnectedComponentsExample unit test >

[jira] [Closed] (FLINK-5287) Test randomly fails with wrong result: testWithAtomic2[Execution mode = CLUSTER](org.apache.flink.api.scala.operators.JoinITCase)

2016-12-13 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-5287. --- > Test randomly fails with wrong result: testWithAtomic2[Execution mode = > CLUSTER](org.apache.flink.api

[jira] [Resolved] (FLINK-5287) Test randomly fails with wrong result: testWithAtomic2[Execution mode = CLUSTER](org.apache.flink.api.scala.operators.JoinITCase)

2016-12-13 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-5287. - Resolution: Duplicate > Test randomly fails with wrong result: testWithAtomic2[Execution mode = >

[jira] [Created] (FLINK-5332) Non-thread safe FileSystem::initOutPathLocalFS() can cause lost files/directories in local execution

2016-12-13 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-5332: --- Summary: Non-thread safe FileSystem::initOutPathLocalFS() can cause lost files/directories in local execution Key: FLINK-5332 URL: https://issues.apache.org/jira/browse/FLINK-5332

[jira] [Updated] (FLINK-5322) Clean up yarn configuration documentation

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-5322: Affects Version/s: 1.1.3 > Clean up yarn configuration documentation > -

[jira] [Updated] (FLINK-5322) Clean up yarn configuration documentation

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-5322: Description: The value I specified in flink-conf.yaml {code} yarn.taskmanager.env: MY_ENV

[jira] [Updated] (FLINK-5322) Clean up yarn configuration documentation

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-5322: Fix Version/s: (was: 1.1.3) 1.1.4 1.2.0 > Clean up

[jira] [Updated] (FLINK-5322) Clean up yarn configuration documentation

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-5322: Affects Version/s: 1.2.0 > Clean up yarn configuration documentation > -

[jira] [Updated] (FLINK-5322) Clean up yarn configuration documentation

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-5322: Description: The value I specified in flink-conf.yaml {code} yarn.taskmanager.env: MY_ENV

[jira] [Comment Edited] (FLINK-5322) Clean up yarn configuration documentation

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746029#comment-15746029 ] Chesnay Schepler edited comment on FLINK-5322 at 12/13/16 7:35 PM: -

[jira] [Updated] (FLINK-5322) Clean up yarn configuration documentation

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-5322: Summary: Clean up yarn configuration documentation (was: yarn.taskmanager.env value does no

[jira] [Comment Edited] (FLINK-5322) Clean up yarn configuration documentation

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746029#comment-15746029 ] Chesnay Schepler edited comment on FLINK-5322 at 12/13/16 7:32 PM: -

[jira] [Assigned] (FLINK-5322) yarn.taskmanager.env value does not appear in System.getenv

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler reassigned FLINK-5322: --- Assignee: Chesnay Schepler > yarn.taskmanager.env value does not appear in System.get

[jira] [Updated] (FLINK-5322) yarn.taskmanager.env value does not appear in System.getenv

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-5322: Component/s: Documentation > yarn.taskmanager.env value does not appear in System.getenv > -

[jira] [Updated] (FLINK-5322) yarn.taskmanager.env value does not appear in System.getenv

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-5322: Issue Type: Improvement (was: Bug) > yarn.taskmanager.env value does not appear in System.g

[jira] [Commented] (FLINK-5322) yarn.taskmanager.env value does not appear in System.getenv

2016-12-13 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746029#comment-15746029 ] Chesnay Schepler commented on FLINK-5322: - yes, we can adjust he configuration. >

[jira] [Commented] (FLINK-5322) yarn.taskmanager.env value does not appear in System.getenv

2016-12-13 Thread Shannon Carey (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746008#comment-15746008 ] Shannon Carey commented on FLINK-5322: -- Yes, that worked! Thanks! It becomes availabl

[jira] [Commented] (FLINK-5108) Remove ClientShutdownHook during job execution

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745856#comment-15745856 ] ASF GitHub Bot commented on FLINK-5108: --- Github user mxm commented on the issue:

[GitHub] flink issue #2928: [FLINK-5108] Remove ClientShutdownHook during job executi...

2016-12-13 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2928 There is one problem we overlooked. In detached mode we ensure cluster shutdown through a message sent by the client during job submission to tell the JobManager that this is going to be the last job it

[jira] [Updated] (FLINK-5108) Remove ClientShutdownHook during job execution

2016-12-13 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels updated FLINK-5108: -- Priority: Major (was: Blocker) > Remove ClientShutdownHook during job execution > -

[jira] [Commented] (FLINK-5051) Backwards compatibility for serializers in backend state

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745679#comment-15745679 ] ASF GitHub Bot commented on FLINK-5051: --- Github user StefanRRichter commented on a d

[GitHub] flink pull request #2962: [FLINK-5051] Backwards compatibility for serialize...

2016-12-13 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2962#discussion_r92220463 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/KeyedBackendSerializationProxy.java --- @@ -0,0 +1,219 @@ +/* + * License

[jira] [Commented] (FLINK-5290) Ensure backwards compatibility of the hashes used to generate JobVertexIds

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745665#comment-15745665 ] ASF GitHub Bot commented on FLINK-5290: --- Github user StefanRRichter commented on a d

[GitHub] flink pull request #2966: [FLINK-5290] Ensure backwards compatibility of the...

2016-12-13 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2966#discussion_r92219738 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraphHasherV2.java --- @@ -0,0 +1,319 @@ +/* + * Licen

[jira] [Commented] (FLINK-5189) Deprecate table.Row

2016-12-13 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745658#comment-15745658 ] Fabian Hueske commented on FLINK-5189: -- Given that we move all Table API classes anyw

[jira] [Commented] (FLINK-5325) Introduce interface for CloseableRegistry to separate user from system-facing functionality

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745654#comment-15745654 ] ASF GitHub Bot commented on FLINK-5325: --- Github user StefanRRichter commented on the

[GitHub] flink issue #2992: [FLINK-5325] Splitting user/system-facing API of Closeabl...

2016-12-13 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/2992 I made the interface generic and changed the hierarchy as suggested by @zentol. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[jira] [Updated] (FLINK-5331) PythonPlanBinderTest idling extremely long

2016-12-13 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-5331: - Attachment: Screen Shot 2016-12-13 at 16.36.38.png Activity monitor showing some of the python pro

[GitHub] flink issue #2958: [FLINK-4704] Move Table API to org.apache.flink.table

2016-12-13 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2958 Thanks for the PR @ex00! I would like to suggest to move a few more files: - move `flink-table` examples: `org/apache/flink/examples` -> `org/apache/flink/table/examples` (for Java and Scala)

[jira] [Commented] (FLINK-4704) Move Table API to org.apache.flink.table

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745638#comment-15745638 ] ASF GitHub Bot commented on FLINK-4704: --- Github user fhueske commented on the issue:

[jira] [Commented] (FLINK-5325) Introduce interface for CloseableRegistry to separate user from system-facing functionality

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745485#comment-15745485 ] ASF GitHub Bot commented on FLINK-5325: --- Github user StefanRRichter commented on a d

[GitHub] flink pull request #2992: [FLINK-5325] Splitting user/system-facing API of C...

2016-12-13 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2992#discussion_r92199074 --- Diff: flink-core/src/main/java/org/apache/flink/core/fs/CloseableRegistryImpl.java --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Soft

[jira] [Commented] (FLINK-3848) Add ProjectableTableSource interface and translation rule

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745481#comment-15745481 ] ASF GitHub Bot commented on FLINK-3848: --- Github user fhueske commented on the issue:

[GitHub] flink pull request #2971: [backport] [FLINK-5300] Add more gentle file delet...

2016-12-13 Thread tillrohrmann
Github user tillrohrmann closed the pull request at: https://github.com/apache/flink/pull/2971 --- 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 i

[GitHub] flink issue #2810: [FLINK-3848] Add ProjectableTableSource interface and tra...

2016-12-13 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2810 Thanks for asking @tonycox! FLINK-5188 is more urgent. We want to do the feature freeze by end of the week. Would be great if you could open a PR at Thursday the latest. If this is too soon, please l

[GitHub] flink issue #2971: [backport] [FLINK-5300] Add more gentle file deletion pro...

2016-12-13 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2971 Has been merged into the release-1.1 branch. --- 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 fe

[jira] [Commented] (FLINK-5300) FileStateHandle#discard & FsCheckpointStateOutputStream#close tries to delete non-empty directory

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745478#comment-15745478 ] ASF GitHub Bot commented on FLINK-5300: --- Github user tillrohrmann closed the pull re

[GitHub] flink pull request #2970: [FLINK-5300] Add more gentle file deletion procedu...

2016-12-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2970 --- 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 enab

[jira] [Commented] (FLINK-5300) FileStateHandle#discard & FsCheckpointStateOutputStream#close tries to delete non-empty directory

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745477#comment-15745477 ] ASF GitHub Bot commented on FLINK-5300: --- Github user tillrohrmann commented on the i

[jira] [Commented] (FLINK-5300) FileStateHandle#discard & FsCheckpointStateOutputStream#close tries to delete non-empty directory

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

[jira] [Closed] (FLINK-5300) FileStateHandle#discard & FsCheckpointStateOutputStream#close tries to delete non-empty directory

2016-12-13 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-5300. Resolution: Fixed Fixed in 1.2.0 via 8a7288ea9af6b6822ea1f4022bb08a10b7b82318 Fixed in 1.1.4 via f3d

[jira] [Created] (FLINK-5331) PythonPlanBinderTest idling extremely long

2016-12-13 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-5331: Summary: PythonPlanBinderTest idling extremely long Key: FLINK-5331 URL: https://issues.apache.org/jira/browse/FLINK-5331 Project: Flink Issue Type: Improvem

[jira] [Commented] (FLINK-5008) Update quickstart documentation

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745440#comment-15745440 ] ASF GitHub Bot commented on FLINK-5008: --- Github user NicoK commented on the issue:

[GitHub] flink issue #2764: [FLINK-5008] Update quickstart documentation

2016-12-13 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/2764 I wasn't able to test the Scala SBT path though, so this may need some additional love by someone with a working SBT environment --- If your project is set up for it, you can reply to this email and h

[GitHub] flink issue #2764: [FLINK-5008] Update quickstart documentation

2016-12-13 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/2764 Developing Flink programs still works with Eclipse (tested with Eclipse 4.6.1 and Scala IDE 4.4.1 for Scala 2.11). Alongside testing the quickstarts, I also updated them as promised and made a switch f

[jira] [Commented] (FLINK-5008) Update quickstart documentation

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745429#comment-15745429 ] ASF GitHub Bot commented on FLINK-5008: --- Github user NicoK commented on the issue:

[jira] [Commented] (FLINK-5325) Introduce interface for CloseableRegistry to separate user from system-facing functionality

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745414#comment-15745414 ] ASF GitHub Bot commented on FLINK-5325: --- Github user tillrohrmann commented on the i

[GitHub] flink issue #2992: [FLINK-5325] Splitting user/system-facing API of Closeabl...

2016-12-13 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2992 Changes look good to me. But I think that @zentol is right that `AbstractCloseableRegistry` should probably implement the `CloseableRegistry` interface from an OOP point of view. --- If your

[jira] [Commented] (FLINK-4861) Package optional project artifacts

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745409#comment-15745409 ] ASF GitHub Bot commented on FLINK-4861: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2664: [FLINK-4861] [build] Package optional project artifacts

2016-12-13 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2664 @greghogan I think that when an immediate dependency is "provided", then its transitive dependencies are not pulled. If a user adds a "provided" `flink-streaming-connector-kafka-0.9_2.10`, then n

[GitHub] flink issue #2664: [FLINK-4861] [build] Package optional project artifacts

2016-12-13 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2664 @StephanEwen @rmetzger, as I revisit this, I'm still questioning the viability of shading an uber jar. For example, a user depending on a Kafka connector. Normally the dependency would be packaged

[jira] [Commented] (FLINK-4861) Package optional project artifacts

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745338#comment-15745338 ] ASF GitHub Bot commented on FLINK-4861: --- Github user greghogan commented on the issu

[GitHub] flink pull request #2998: [FLINK-5330] [tests] Harden KafkaConsumer08Test to...

2016-12-13 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/2998 [FLINK-5330] [tests] Harden KafkaConsumer08Test to fail reliably with unknown host exception Using static mocking to reliably fail the InetAddress.getByName call with an UnknowHostException.

[jira] [Commented] (FLINK-5330) Harden KafkaConsumer08Test

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745330#comment-15745330 ] ASF GitHub Bot commented on FLINK-5330: --- GitHub user tillrohrmann opened a pull requ

[GitHub] flink issue #2810: [FLINK-3848] Add ProjectableTableSource interface and tra...

2016-12-13 Thread tonycox
Github user tonycox commented on the issue: https://github.com/apache/flink/pull/2810 Hi @fhueske , what should I finish first, this PR or FLINK-5188 ? --- 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] [Commented] (FLINK-3848) Add ProjectableTableSource interface and translation rule

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745324#comment-15745324 ] ASF GitHub Bot commented on FLINK-3848: --- Github user tonycox commented on the issue:

[jira] [Created] (FLINK-5330) Harden KafkaConsumer08Test

2016-12-13 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-5330: Summary: Harden KafkaConsumer08Test Key: FLINK-5330 URL: https://issues.apache.org/jira/browse/FLINK-5330 Project: Flink Issue Type: Bug Components

[GitHub] flink issue #2982: [FLINK-4460] Side Outputs in Flink

2016-12-13 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2982 @chenqin I had a quick look at the implementation and it looks quite good. I'll look at it in more detail once the 1.2 release is out and then I'll also have more thorough comments. These a

[jira] [Commented] (FLINK-4460) Side Outputs in Flink

2016-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745298#comment-15745298 ] ASF GitHub Bot commented on FLINK-4460: --- Github user aljoscha commented on the issue

[jira] [Commented] (FLINK-5240) Properly Close StateBackend in StreamTask when closing/canceling

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

[GitHub] flink pull request #2997: [FLINK-5240][tests] ensure state backends are prop...

2016-12-13 Thread mxm
GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2997 [FLINK-5240][tests] ensure state backends are properly closed This adds additional test cases to verify the state backends are closed properly upon the end of a task. The state backends should always

[jira] [Closed] (FLINK-5223) Add documentation of UDTF in Table API & SQL

2016-12-13 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-5223. Resolution: Done Fix Version/s: 1.2.0 Done with 5c86efbb449c631aea0b1b490cec706ad7596b44 > A

[jira] [Closed] (FLINK-5304) Change method name from crossApply to join in Table API

2016-12-13 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-5304. Resolution: Done Fix Version/s: 1.2.0 Done with da4af1259ae750953ca2e7a3ecec342d9eb77bac > C

[jira] [Commented] (FLINK-5223) Add documentation of UDTF in Table API & SQL

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

[jira] [Commented] (FLINK-5220) Flink SQL projection pushdown

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

  1   2   3   >