[GitHub] flink pull request #3016: [FLINK-5344] Fixed the dockerized doc build, which...

2016-12-16 Thread alpinegizmo
GitHub user alpinegizmo opened a pull request: https://github.com/apache/flink/pull/3016 [FLINK-5344] Fixed the dockerized doc build, which has been broken fo… I believe this resolves all of the open issues involving building the docs: The dockerized build needs different

[jira] [Commented] (FLINK-5344) docs don't build in dockerized jekyll; -p option is broken

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

[jira] [Assigned] (FLINK-4683) Add SlideRow row-windows for batch tables

2016-12-16 Thread Anton Solovev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Solovev reassigned FLINK-4683: Assignee: Anton Solovev > Add SlideRow row-windows for batch tables > -

[jira] [Assigned] (FLINK-4682) Add TumbleRow row-windows for batch tables.

2016-12-16 Thread Anton Solovev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Solovev reassigned FLINK-4682: Assignee: Anton Solovev > Add TumbleRow row-windows for batch tables. > ---

[jira] [Assigned] (FLINK-4681) Add SessionRow row-windows for batch tables.

2016-12-16 Thread Anton Solovev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Solovev reassigned FLINK-4681: Assignee: Anton Solovev > Add SessionRow row-windows for batch tables. > --

[jira] [Assigned] (FLINK-4683) Add SlideRow row-windows for batch tables

2016-12-16 Thread Anton Solovev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Solovev reassigned FLINK-4683: Assignee: (was: Anton Solovev) > Add SlideRow row-windows for batch tables > --

[jira] [Assigned] (FLINK-4681) Add SessionRow row-windows for batch tables.

2016-12-16 Thread Anton Solovev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Solovev reassigned FLINK-4681: Assignee: (was: Anton Solovev) > Add SessionRow row-windows for batch tables. > ---

[jira] [Commented] (FLINK-4682) Add TumbleRow row-windows for batch tables.

2016-12-16 Thread Anton Solovev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753830#comment-15753830 ] Anton Solovev commented on FLINK-4682: -- Does this just throw exception in validation?

[jira] [Assigned] (FLINK-5336) Make Path immutable

2016-12-16 Thread Anton Solovev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Solovev reassigned FLINK-5336: Assignee: Anton Solovev > Make Path immutable > --- > > Key

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

2016-12-16 Thread vasia
Github user vasia commented on the issue: https://github.com/apache/flink/pull/2984 Thank you @mushketyk. That's OK. I'm 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

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

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

[GitHub] flink issue #2723: [FLINK-3617] Fixed NPE from CaseClassSerializer

2016-12-16 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2723 Null is not specific to any type - everything can be null. The approach you suggest leads to a bad design. Many types just cannot simply encode null themselves without overhead and allowi

[jira] [Commented] (FLINK-3617) NPE from CaseClassSerializer when dealing with null Option field

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

[jira] [Created] (FLINK-5350) Don't overwrite existing Jaas config property

2016-12-16 Thread Maximilian Michels (JIRA)
Maximilian Michels created FLINK-5350: - Summary: Don't overwrite existing Jaas config property Key: FLINK-5350 URL: https://issues.apache.org/jira/browse/FLINK-5350 Project: Flink Issue T

[jira] [Commented] (FLINK-5350) Don't overwrite existing Jaas config property

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

[GitHub] flink pull request #3018: [FLINK-5336] Remove IOReadableWritable interface f...

2016-12-16 Thread tonycox
GitHub user tonycox opened a pull request: https://github.com/apache/flink/pull/3018 [FLINK-5336] Remove IOReadableWritable interface from Path Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If

[jira] [Commented] (FLINK-5336) Make Path immutable

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

[GitHub] flink pull request #3017: [FLINK-5350] don't overwrite an existing JAAS conf...

2016-12-16 Thread mxm
GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/3017 [FLINK-5350] don't overwrite an existing JAAS config Users may want to use SASL/PLAIN https://tools.ietf.org/html/rfc4616 without Kerberos. You can merge this pull request into a Git repository by runn

[GitHub] flink pull request #3019: [FLINK-4255] Unstable test WebRuntimeMonitorITCase...

2016-12-16 Thread BorisOsipov
GitHub user BorisOsipov opened a pull request: https://github.com/apache/flink/pull/3019 [FLINK-4255] Unstable test WebRuntimeMonitorITCase.testNoEscape Fix two issues: [FLINK-4255] Unstable test WebRuntimeMonitorITCase.testNoEscape [FLINK-3746] WebRuntimeMonitorITCase.testNo

[GitHub] flink pull request #3020: [FLINK-5348] [core] Support custom field names for...

2016-12-16 Thread wuchong
GitHub user wuchong opened a pull request: https://github.com/apache/flink/pull/3020 [FLINK-5348] [core] Support custom field names for RowTypeInfo Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration.

[jira] [Commented] (FLINK-5348) Support custom field names for RowTypeInfo

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

[jira] [Commented] (FLINK-4255) Unstable test WebRuntimeMonitorITCase.testNoEscape

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

[GitHub] flink issue #2723: [FLINK-3617] Fixed NPE from CaseClassSerializer

2016-12-16 Thread chermenin
Github user chermenin commented on the issue: https://github.com/apache/flink/pull/2723 Okay, we can add a null encoding support for serializers of containing types, and it will be done at this weekends. But even in this case we must save a null encoding support for serializing the co

[jira] [Commented] (FLINK-3617) NPE from CaseClassSerializer when dealing with null Option field

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

[GitHub] flink issue #2723: [FLINK-3617] Fixed NPE from CaseClassSerializer

2016-12-16 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2723 A quick info, before you jump into this: We cannot simply alter the serializers right now, because that breaks the savepoint compatibility. There are some first steps in the 1.2 release to help g

[jira] [Commented] (FLINK-3617) NPE from CaseClassSerializer when dealing with null Option field

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

[jira] [Updated] (FLINK-5294) Make the WindowOperator backwards compatible.

2016-12-16 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-5294: Issue Type: Sub-task (was: Bug) Parent: FLINK-5292 > Make the WindowOperator backwa

[jira] [Updated] (FLINK-5295) Migrate the AlignedWindowOperators to the WindowOperator and make it backwards compatible.

2016-12-16 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-5295: Issue Type: Sub-task (was: Bug) Parent: FLINK-5292 > Migrate the AlignedWindowOpera

[GitHub] flink pull request #2842: [FLINK-5097][gelly] Add missing input type informa...

2016-12-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2842 --- 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-5311) Write user documentation for BipartiteGraph

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

[GitHub] flink pull request #2984: [FLINK-5311] Add user documentation for bipartite ...

2016-12-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2984 --- 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-5097) The TypeExtractor is missing input type information in some Graph methods

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

[jira] [Commented] (FLINK-3617) NPE from CaseClassSerializer when dealing with null Option field

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

[GitHub] flink issue #2723: [FLINK-3617] Fixed NPE from CaseClassSerializer

2016-12-16 Thread chermenin
Github user chermenin commented on the issue: https://github.com/apache/flink/pull/2723 Well, sure, I understand you. Let's discuss all aspects of a improvement of a serialization model (include `null`'s processing, of course) in mailing list and will implement everything after that?

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

2016-12-16 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri resolved FLINK-5311. -- Resolution: Fixed Fix Version/s: 1.2.0 > Write user documentation for BipartiteGraph > --

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

2016-12-16 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri updated FLINK-5311: - Issue Type: Improvement (was: Bug) > Write user documentation for BipartiteGraph > --

[jira] [Resolved] (FLINK-5097) The TypeExtractor is missing input type information in some Graph methods

2016-12-16 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri resolved FLINK-5097. -- Resolution: Fixed Fix Version/s: 1.2.0 > The TypeExtractor is missing input type informat

[jira] [Created] (FLINK-5351) Make the TypeExtractor support functions with more than 2 inputs

2016-12-16 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-5351: Summary: Make the TypeExtractor support functions with more than 2 inputs Key: FLINK-5351 URL: https://issues.apache.org/jira/browse/FLINK-5351 Project: Flink

[GitHub] flink issue #3020: [FLINK-5348] [core] Support custom field names for RowTyp...

2016-12-16 Thread tonycox
Github user tonycox commented on the issue: https://github.com/apache/flink/pull/3020 Hi @wuchong , in this case I think you should adapt `getFieldIndex` --- 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 doe

[GitHub] flink pull request #2723: [FLINK-3617] Fixed NPE from CaseClassSerializer

2016-12-16 Thread chermenin
Github user chermenin closed the pull request at: https://github.com/apache/flink/pull/2723 --- 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 e

[jira] [Commented] (FLINK-5348) Support custom field names for RowTypeInfo

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

[jira] [Commented] (FLINK-3617) NPE from CaseClassSerializer when dealing with null Option field

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

[GitHub] flink issue #3008: [FLINK-4973] Let LatencyMarksEmitter use StreamTask's Pro...

2016-12-16 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3008 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 wishes so,

[jira] [Commented] (FLINK-4973) Flakey Yarn tests due to recently added latency marker

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

[GitHub] flink issue #3020: [FLINK-5348] [core] Support custom field names for RowTyp...

2016-12-16 Thread wuchong
Github user wuchong commented on the issue: https://github.com/apache/flink/pull/3020 Hi @tonycox , the field names of RowTypeInfo are guaranteed to be unique. So I think `getFieldIndex ` is fine with it. Do you have special case which `getFieldIndex` give a wrong result ? --- If

[jira] [Commented] (FLINK-5348) Support custom field names for RowTypeInfo

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

[GitHub] flink issue #2723: [FLINK-3617] Fixed NPE from CaseClassSerializer

2016-12-16 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2723 Thanks for understanding. I think starting a mailing list discussion, or even a FLIP on upgrading serializers is a good thing. The serializer upgrade path is becoming an important thing, also to

[jira] [Commented] (FLINK-3617) NPE from CaseClassSerializer when dealing with null Option field

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

[jira] [Commented] (FLINK-5336) Make Path immutable

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

[GitHub] flink issue #3018: [FLINK-5336] Remove IOReadableWritable interface from Pat...

2016-12-16 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3018 Unfortunately, this breaks the API's binary compatibility. That's why the issue is also a sub-issue of the Flink 2.0 breaking changes. I think we need to delay this until we start the 2.0 branch.

[jira] [Created] (FLINK-5352) Restore RocksDB 1.1.3 memory behavior

2016-12-16 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-5352: --- Summary: Restore RocksDB 1.1.3 memory behavior Key: FLINK-5352 URL: https://issues.apache.org/jira/browse/FLINK-5352 Project: Flink Issue Type: Bug C

[GitHub] flink issue #3020: [FLINK-5348] [core] Support custom field names for RowTyp...

2016-12-16 Thread tonycox
Github user tonycox commented on the issue: https://github.com/apache/flink/pull/3020 @wuchong sorry, my fault, didn't spot duplicate field names checkers. What about cases, Is flink-table case-sensitive? --- If your project is set up for it, you can reply to this email and have your

[jira] [Commented] (FLINK-5348) Support custom field names for RowTypeInfo

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

[GitHub] flink pull request #3021: [FLINK-3617] Prevent NPE in CaseClassSerializer an...

2016-12-16 Thread chermenin
GitHub user chermenin opened a pull request: https://github.com/apache/flink/pull/3021 [FLINK-3617] Prevent NPE in CaseClassSerializer and informative error message. To not to change current implementation of serialization now just NullFieldException has been added. You can merge

[jira] [Commented] (FLINK-3617) NPE from CaseClassSerializer when dealing with null Option field

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

[jira] [Issue Comment Deleted] (FLINK-4330) Consider removing min()/minBy()/max()/maxBy()/sum() utility methods from the DataStream API

2016-12-16 Thread Anton Mushin (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Mushin updated FLINK-4330: Comment: was deleted (was: Hi everyone. Components name in this issue confuse me. I don't see min()

[jira] [Commented] (FLINK-4905) Kafka test instability IllegalStateException: Client is not started

2016-12-16 Thread Andrew Efimov (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754286#comment-15754286 ] Andrew Efimov commented on FLINK-4905: -- Hi team, Thanks for replay. Sorry, I had a h

[jira] [Commented] (FLINK-4255) Unstable test WebRuntimeMonitorITCase.testNoEscape

2016-12-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754309#comment-15754309 ] ASF GitHub Bot commented on FLINK-4255: --- Github user zentol commented on a diff in t

[GitHub] flink pull request #3019: [FLINK-4255] Unstable test WebRuntimeMonitorITCase...

2016-12-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3019#discussion_r92804170 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitorITCase.java --- @@ -262,8 +247,8 @@ public void testRedirectToL

[GitHub] flink pull request #3019: [FLINK-4255] Unstable test WebRuntimeMonitorITCase...

2016-12-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3019#discussion_r92803960 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitorITCase.java --- @@ -491,6 +445,37 @@ public void testNoCopyFrom

[GitHub] flink pull request #3019: [FLINK-4255] Unstable test WebRuntimeMonitorITCase...

2016-12-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3019#discussion_r92803992 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitorITCase.java --- @@ -75,32 +78,14 @@ public void testSta

[jira] [Commented] (FLINK-4255) Unstable test WebRuntimeMonitorITCase.testNoEscape

2016-12-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754308#comment-15754308 ] ASF GitHub Bot commented on FLINK-4255: --- Github user zentol commented on a diff in t

[GitHub] flink issue #1668: [FLINK-3257] Add Exactly-Once Processing Guarantees for I...

2016-12-16 Thread senorcarbone
Github user senorcarbone commented on the issue: https://github.com/apache/flink/pull/1668 Working on it atm . I decided to make the following optimisations but want to very quickly make sure that async checkpointing works the way I believe it does: - Most importantly, I am changi

[jira] [Commented] (FLINK-3257) Add Exactly-Once Processing Guarantees in Iterative DataStream Jobs

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

[jira] [Commented] (FLINK-4255) Unstable test WebRuntimeMonitorITCase.testNoEscape

2016-12-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754310#comment-15754310 ] ASF GitHub Bot commented on FLINK-4255: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-5256) Extend DataSetSingleRowJoin to support Left and Right joins

2016-12-16 Thread Alexander Shoshin (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754325#comment-15754325 ] Alexander Shoshin commented on FLINK-5256: -- Sorry, I won't be able to work on thi

[jira] [Updated] (FLINK-5256) Extend DataSetSingleRowJoin to support Left and Right joins

2016-12-16 Thread Alexander Shoshin (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Shoshin updated FLINK-5256: - Assignee: (was: Alexander Shoshin) > Extend DataSetSingleRowJoin to support Left and R

[GitHub] flink issue #2836: [FLINK-5092] Add maven profile with code coverage report ...

2016-12-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2836 I will try this out on the weekend and report back :) --- 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-5092) Add integration with Sonarqube and code coverage

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

[GitHub] flink issue #3015: [FLINK-5349] Fix typos in Twitter connector code sample

2016-12-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3015 +1, merging. --- 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

[jira] [Commented] (FLINK-5349) Fix code sample for Twitter connector

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

[GitHub] flink issue #3006: [FLINK-5323] CheckpointNotifier should be removed from do...

2016-12-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3006 merging. --- 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 fea

[jira] [Commented] (FLINK-5323) CheckpointNotifier should be removed from docs

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

[jira] [Created] (FLINK-5353) Elasticsearch Sink loses well-formed documents when there are malformed documents

2016-12-16 Thread Flavio Pompermaier (JIRA)
Flavio Pompermaier created FLINK-5353: - Summary: Elasticsearch Sink loses well-formed documents when there are malformed documents Key: FLINK-5353 URL: https://issues.apache.org/jira/browse/FLINK-5353

[jira] [Commented] (FLINK-5353) Elasticsearch Sink loses well-formed documents when there are malformed documents

2016-12-16 Thread Flavio Pompermaier (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754350#comment-15754350 ] Flavio Pompermaier commented on FLINK-5353: --- The ES connector should be made tol

[GitHub] flink pull request #3019: [FLINK-4255] Unstable test WebRuntimeMonitorITCase...

2016-12-16 Thread BorisOsipov
Github user BorisOsipov commented on a diff in the pull request: https://github.com/apache/flink/pull/3019#discussion_r92807445 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitorITCase.java --- @@ -262,8 +247,8 @@ public void testRedire

[jira] [Commented] (FLINK-4255) Unstable test WebRuntimeMonitorITCase.testNoEscape

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

[GitHub] flink issue #2836: [FLINK-5092] Add maven profile with code coverage report ...

2016-12-16 Thread BorisOsipov
Github user BorisOsipov commented on the issue: https://github.com/apache/flink/pull/2836 Pay attention that Jacoco does not support parallel test execution. Your experiment will be longer than usual full tests execution --- If your project is set up for it, you can reply to this ema

[jira] [Commented] (FLINK-5092) Add integration with Sonarqube and code coverage

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

[GitHub] flink issue #2917: [FLINK-2821] use custom Akka build to listen on all inter...

2016-12-16 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2917 Looks good to me now, +1 to merge this --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[jira] [Commented] (FLINK-2821) Change Akka configuration to allow accessing actors from different URLs

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

[GitHub] flink issue #2917: [FLINK-2821] use custom Akka build to listen on all inter...

2016-12-16 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2917 Thank you, will go ahead and merge then. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[jira] [Commented] (FLINK-2821) Change Akka configuration to allow accessing actors from different URLs

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

[jira] [Resolved] (FLINK-3661) Make Scala 2.11.x the default Scala version

2016-12-16 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels resolved FLINK-3661. --- Resolution: Later > Make Scala 2.11.x the default Scala version >

[jira] [Closed] (FLINK-5352) Restore RocksDB 1.1.3 memory behavior

2016-12-16 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi closed FLINK-5352. -- Resolution: Fixed Fixed in a8b415f, a874ad8 (release-1.1). > Restore RocksDB 1.1.3 memory behavior > --

[jira] [Resolved] (FLINK-3662) Bump Akka version to 2.4.x for Scala 2.11.x

2016-12-16 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels resolved FLINK-3662. --- Resolution: Later > Bump Akka version to 2.4.x for Scala 2.11.x >

[jira] [Closed] (FLINK-3661) Make Scala 2.11.x the default Scala version

2016-12-16 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed FLINK-3661. - This is delayed in favor of the custom Akka build. > Make Scala 2.11.x the default Scala vers

[jira] [Closed] (FLINK-3662) Bump Akka version to 2.4.x for Scala 2.11.x

2016-12-16 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed FLINK-3662. - Assignee: Maximilian Michels Delayed until we move to Java 8. > Bump Akka version to 2.4.

[jira] [Commented] (FLINK-5350) Don't overwrite existing Jaas config property

2016-12-16 Thread Dominik Bruhn (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754488#comment-15754488 ] Dominik Bruhn commented on FLINK-5350: -- I was running into this bug because I needed

[GitHub] flink issue #3017: [FLINK-5350] don't overwrite an existing JAAS config

2016-12-16 Thread theomega
Github user theomega commented on the issue: https://github.com/apache/flink/pull/3017 Tested: Works and fixes the underlying issue that one cannot use its own JAAS configuration file. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[jira] [Commented] (FLINK-5350) Don't overwrite existing Jaas config property

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

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

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

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

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

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

2016-12-16 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2958 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 wishes so, or if

[GitHub] flink issue #3009: [FLINK-5255] Improve single row check in DataSetSingleRow...

2016-12-16 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3009 Merging --- 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 fea

[GitHub] flink issue #3011: [FLINK-5343] [table] Add support to overwrite files with ...

2016-12-16 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3011 Merging --- 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 fea

[jira] [Commented] (FLINK-5343) Add more option to CsvTableSink

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

[jira] [Commented] (FLINK-5255) Improve single row check in DataSetSingleRowJoinRule

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

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

2016-12-16 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/3014 @StephanEwen or @rmetzger would you be able to review before today's code freeze? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

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

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

  1   2   >