[jira] [Commented] (FLINK-5753) CEP timeout handler.

2017-05-12 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007743#comment-16007743 ] Michał Jurkiewicz commented on FLINK-5753: -- [~kkl0u], My job is operating is eve

[jira] [Updated] (FLINK-6563) Expose time indicator attributes in the KafkaTableSource

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-6563: - Fix Version/s: 1.3.0 > Expose time indicator attributes in the KafkaTableSource >

[jira] [Updated] (FLINK-6543) Deprecate toDataStream

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-6543: - Issue Type: Task (was: Improvement) > Deprecate toDataStream > -- > >

[GitHub] flink pull request #3873: [FLINK-6555] [futures] Generalize ConjunctFuture t...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/3873#discussion_r116169564 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/FutureUtils.java --- @@ -163,26 +165,31 @@ public static ConjunctFuture combi

[jira] [Updated] (FLINK-6517) Support multiple consecutive windows

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-6517: - Priority: Critical (was: Major) > Support multiple consecutive windows >

[jira] [Updated] (FLINK-6542) Non-keyed, non-windowed aggregation fails

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-6542: - Fix Version/s: 1.3.0 > Non-keyed, non-windowed aggregation fails > ---

[jira] [Updated] (FLINK-6517) Support multiple consecutive windows

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-6517: - Fix Version/s: 1.3.0 > Support multiple consecutive windows >

[jira] [Commented] (FLINK-6555) Generalize ConjunctFuture

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

[jira] [Updated] (FLINK-6543) Deprecate toDataStream

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-6543: - Fix Version/s: 1.3.0 > Deprecate toDataStream > -- > > Key: FL

[jira] [Updated] (FLINK-6542) Non-keyed, non-windowed aggregation fails

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-6542: - Priority: Critical (was: Major) > Non-keyed, non-windowed aggregation fails > ---

[jira] [Updated] (FLINK-6462) Add requiresOver interface for AggregateFunction

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-6462: - Fix Version/s: 1.3.0 > Add requiresOver interface for AggregateFunction > ---

[GitHub] flink pull request #3870: [Flink 6537] Fixes and improvements for incrementa...

2017-05-12 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3870#discussion_r116172093 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -18,91 +18,137 @@ package org.apache.fli

[jira] [Commented] (FLINK-6534) SharedStateRegistry is disposing state handles from main thread

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

[jira] [Created] (FLINK-6565) Improve error messages for state restore failures

2017-05-12 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-6565: -- Summary: Improve error messages for state restore failures Key: FLINK-6565 URL: https://issues.apache.org/jira/browse/FLINK-6565 Project: Flink I

[GitHub] flink issue #3859: [FLINK-6504] [FLINK-6467] [checkpoints] Add needed synchr...

2017-05-12 Thread shixiaogang
Github user shixiaogang commented on the issue: https://github.com/apache/flink/pull/3859 I noticed that FLINK-6504 is also fixed in https://github.com/apache/flink/pull/3870 , close this pr and let us address all problems of incremental checkpointing there. --- If your project is s

[GitHub] flink pull request #3859: [FLINK-6504] [FLINK-6467] [checkpoints] Add needed...

2017-05-12 Thread shixiaogang
Github user shixiaogang closed the pull request at: https://github.com/apache/flink/pull/3859 --- 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-6504) Lack of synchronization on materializedSstFiles in RocksDBKEyedStateBackend

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

[jira] [Commented] (FLINK-6504) Lack of synchronization on materializedSstFiles in RocksDBKEyedStateBackend

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007782#comment-16007782 ] ASF GitHub Bot commented on FLINK-6504: --- Github user shixiaogang closed the pull req

[GitHub] flink pull request #3870: [Flink 6537] Fixes and improvements for incrementa...

2017-05-12 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/3870#discussion_r116174101 --- Diff: flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBIncrementalKeyedStateHandle.java ---

[jira] [Created] (FLINK-6566) Narrow down interface for compatibility hook method in VersionedIOReadableWritable

2017-05-12 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-6566: -- Summary: Narrow down interface for compatibility hook method in VersionedIOReadableWritable Key: FLINK-6566 URL: https://issues.apache.org/jira/browse/FLINK-6566

[jira] [Updated] (FLINK-6566) Narrow down interface for compatibility hook method in VersionedIOReadableWritable

2017-05-12 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-6566: --- Affects Version/s: 1.3.0 > Narrow down interface for compatibility hook method in > V

[jira] [Commented] (FLINK-6545) Make incremental checkpoints externalizable

2017-05-12 Thread Xiaogang Shi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007785#comment-16007785 ] Xiaogang Shi commented on FLINK-6545: - I prefer not to use `SavepointSerializer` to se

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread ramkrish86
GitHub user ramkrish86 opened a pull request: https://github.com/apache/flink/pull/3881 FLINK-6284 Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore ZooKeeperCompletedCheckpointStore Thanks for contributing to Apache Flink. Before you open your

[GitHub] flink pull request #3870: [Flink 6537] Fixes and improvements for incrementa...

2017-05-12 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/3870#discussion_r116175297 --- Diff: flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBIncrementalKeyedStateHandle.java ---

[jira] [Commented] (FLINK-6545) Make incremental checkpoints externalizable

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

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[GitHub] flink issue #3873: [FLINK-6555] [futures] Generalize ConjunctFuture to retur...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3873 You're right with the thread safety. I will change it. I will introduce a `WaitingFuture` which will simply wait on the completion of all its futures and discard all future values, thus, returni

[jira] [Commented] (FLINK-6555) Generalize ConjunctFuture

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

[GitHub] flink pull request #3870: [Flink 6537] Fixes and improvements for incrementa...

2017-05-12 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/3870#discussion_r116179467 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -18,91 +18,137 @@ package org.apache.

[jira] [Commented] (FLINK-6534) SharedStateRegistry is disposing state handles from main thread

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

[jira] [Commented] (FLINK-6542) Non-keyed, non-windowed aggregation fails

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007811#comment-16007811 ] Fabian Hueske commented on FLINK-6542: -- Thanks for looking into this [~xccui]! I thin

[jira] [Resolved] (FLINK-6542) Non-keyed, non-windowed aggregation fails

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske resolved FLINK-6542. -- Resolution: Not A Problem > Non-keyed, non-windowed aggregation fails >

[jira] [Updated] (FLINK-6552) Ambiguous error message when retrieving multiple side-outputs

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-6552: Component/s: (was: Streaming) DataStream API > Ambiguous error message

[GitHub] flink issue #3873: [FLINK-6555] [futures] Generalize ConjunctFuture to retur...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3873 Updated the PR to incorporate the PR review. Thanks for the review @StephanEwen. --- 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-6550) Calling ctx.collect with a null OutputTag should log a warning or throw an exception

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-6550: Component/s: (was: Streaming) DataStream API > Calling ctx.collect with

[jira] [Commented] (FLINK-6555) Generalize ConjunctFuture

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

[jira] [Updated] (FLINK-6551) OutputTag name should not be empty

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-6551: Component/s: (was: Streaming) DataStream API > OutputTag name should no

[jira] [Commented] (FLINK-6549) Improve error message for type mismatches with side outputs

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007833#comment-16007833 ] Aljoscha Krettek commented on FLINK-6549: - I think there might be a typo in the de

[jira] [Commented] (FLINK-6552) Ambiguous error message when retrieving multiple side-outputs

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007838#comment-16007838 ] Aljoscha Krettek commented on FLINK-6552: - Absolutely right, the message should be

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/3881#discussion_r116185935 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStore.java --- @@ -346,11 +346,7 @@ public int exists(Stri

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[jira] [Assigned] (FLINK-6554) CompatibilityResult should contain a notCompatible() option

2017-05-12 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai reassigned FLINK-6554: -- Assignee: Tzu-Li (Gordon) Tai > CompatibilityResult should contain a notCompati

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3881#discussion_r116188234 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStore.java --- @@ -346,11 +346,7 @@ public int exists(String

[jira] [Commented] (FLINK-6554) CompatibilityResult should contain a notCompatible() option

2017-05-12 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007862#comment-16007862 ] Tzu-Li (Gordon) Tai commented on FLINK-6554: Discussed this with [~Zentol] off

[jira] [Comment Edited] (FLINK-6554) CompatibilityResult should contain a notCompatible() option

2017-05-12 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007862#comment-16007862 ] Tzu-Li (Gordon) Tai edited comment on FLINK-6554 at 5/12/17 9:31 AM: ---

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[jira] [Comment Edited] (FLINK-6564) Build fails on file systems that do not distinguish between upper and lower case

2017-05-12 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007870#comment-16007870 ] Robert Metzger edited comment on FLINK-6564 at 5/12/17 9:38 AM:

[jira] [Commented] (FLINK-6564) Build fails on file systems that do not distinguish between upper and lower case

2017-05-12 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007870#comment-16007870 ] Robert Metzger commented on FLINK-6564: --- I wonder if we could just rename the {{LICE

[jira] [Commented] (FLINK-6514) Cannot start Flink Cluster in standalone mode

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

[GitHub] flink pull request #3876: [FLINK-6514] [build] Create a proper separate Hado...

2017-05-12 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/3876#discussion_r116190819 --- Diff: flink-dist/pom.xml --- @@ -403,15 +403,6 @@ under the License. -

[jira] [Assigned] (FLINK-6544) Expose Backend State Interface for UDAGG

2017-05-12 Thread Shaoxuan Wang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaoxuan Wang reassigned FLINK-6544: Assignee: Kaibo Zhou > Expose Backend State Interface for UDAGG > -

[jira] [Updated] (FLINK-6544) Expose State Backend Interface for UDAGG

2017-05-12 Thread Shaoxuan Wang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaoxuan Wang updated FLINK-6544: - Summary: Expose State Backend Interface for UDAGG (was: Expose Backend State Interface for UDAGG)

[jira] [Commented] (FLINK-6542) Non-keyed, non-windowed aggregation fails

2017-05-12 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007895#comment-16007895 ] Timo Walther commented on FLINK-6542: - Sorry for the confusion [~xccui] [~fhueske]. It

[GitHub] flink issue #3876: [FLINK-6514] [build] Create a proper separate Hadoop uber...

2017-05-12 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/3876 The change looks good for me. I'll verify it with my Cloudera VM to make sure it works with provided hadoop versions as well. --- If your project is set up for it, you can reply to this email a

[jira] [Commented] (FLINK-6541) Jar upload directory not created

2017-05-12 Thread Andrey (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007905#comment-16007905 ] Andrey commented on FLINK-6541: --- Hi! Sure, I would love to provide pull request. However du

[jira] [Commented] (FLINK-6514) Cannot start Flink Cluster in standalone mode

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

[jira] [Updated] (FLINK-6549) Improve error message for type mismatches with side outputs

2017-05-12 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-6549: Description: A type mismatch when using side outputs causes a ClassCastException to be thro

[jira] [Commented] (FLINK-6549) Improve error message for type mismatches with side outputs

2017-05-12 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007946#comment-16007946 ] Chesnay Schepler commented on FLINK-6549: - yes there's a type, different types but

[jira] [Comment Edited] (FLINK-6549) Improve error message for type mismatches with side outputs

2017-05-12 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007946#comment-16007946 ] Chesnay Schepler edited comment on FLINK-6549 at 5/12/17 10:54 AM: -

[jira] [Commented] (FLINK-6552) Ambiguous error message when retrieving multiple side-outputs

2017-05-12 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007957#comment-16007957 ] Chesnay Schepler commented on FLINK-6552: - Here's a minimal self-contained example

[GitHub] flink pull request #3882: [FLINK-6565] Fail memory-backed state restores wit...

2017-05-12 Thread tzulitai
GitHub user tzulitai opened a pull request: https://github.com/apache/flink/pull/3882 [FLINK-6565] Fail memory-backed state restores with meaningful message if previous serializer is unavailable Currently, without eager state registration, if on restore of memory-backed states (`De

[jira] [Commented] (FLINK-6565) Improve error messages for state restore failures

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

[GitHub] flink issue #3879: [FLINK-6562] Support implicit table references for nested...

2017-05-12 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3879 Thanks for the PR @haohui. Looks good to me. I'll replace the test and extend `CompositeAccessTest` before merging. --- If your project is set up for it, you can reply to this email and have you

[jira] [Commented] (FLINK-6562) Support implicit table references for nested fields in SQL

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

[jira] [Commented] (FLINK-6514) Cannot start Flink Cluster in standalone mode

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

[GitHub] flink issue #3876: [FLINK-6514] [build] Create a proper separate Hadoop uber...

2017-05-12 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/3876 This PR works in my VM. There's just some weird behavior when starting Flink on YARN. I'll cross check with AWS EMR to see if its a YARN or a VM/Cloudera issue. I wanted to check on EMR

[jira] [Assigned] (FLINK-1750) Add canonical correlation analysis (CCA) to machine learning library

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske reassigned FLINK-1750: Assignee: Alex De Castro > Add canonical correlation analysis (CCA) to machine learning lib

[jira] [Commented] (FLINK-6563) Expose time indicator attributes in the KafkaTableSource

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007997#comment-16007997 ] Fabian Hueske commented on FLINK-6563: -- Actually, the missing {{DefinedProctimeAttrib

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/3881#discussion_r116208844 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStore.java --- @@ -346,17 +346,20 @@ public int exists(Str

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/3881#discussion_r116207779 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStore.java --- @@ -346,17 +346,20 @@ public int exists(Str

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/3881#discussion_r116207072 --- Diff: pom.xml --- @@ -101,7 +101,8 @@ under the License. 0.7.4 5.0.4 3.4.6 - 2.12.0

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3881#discussion_r116211032 --- Diff: pom.xml --- @@ -101,7 +101,8 @@ under the License. 0.7.4 5.0.4 3.4.6 - 2.12.0 +

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3881#discussion_r116211132 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStore.java --- @@ -346,17 +346,20 @@ public int exists(Strin

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[GitHub] flink pull request #3881: FLINK-6284 Incorrect sorting of completed checkpoi...

2017-05-12 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3881#discussion_r116211254 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStore.java --- @@ -346,17 +346,20 @@ public int exists(Strin

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[GitHub] flink issue #3673: [FLINK-5256] Extend DataSetSingleRowJoin to support Left ...

2017-05-12 Thread DmytroShkvyra
Github user DmytroShkvyra commented on the issue: https://github.com/apache/flink/pull/3673 Hi @fhueske I have fixed all your notes and build almost green. :( I have got only yarn test fail: ``` Failed tests: YARNSessionFIFOITCase.testJavaAPI:249 Error while deploying

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

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008018#comment-16008018 ] ASF GitHub Bot commented on FLINK-5256: --- Github user DmytroShkvyra commented on the

[jira] [Assigned] (FLINK-6564) Build fails on file systems that do not distinguish between upper and lower case

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske reassigned FLINK-6564: Assignee: Fabian Hueske > Build fails on file systems that do not distinguish between upper

[jira] [Commented] (FLINK-6564) Build fails on file systems that do not distinguish between upper and lower case

2017-05-12 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008027#comment-16008027 ] Fabian Hueske commented on FLINK-6564: -- Will rename the `license` folder to `licenses

[GitHub] flink pull request #3883: [FLINK-6566] [core] More restricted interface for ...

2017-05-12 Thread tzulitai
GitHub user tzulitai opened a pull request: https://github.com/apache/flink/pull/3883 [FLINK-6566] [core] More restricted interface for VersionedIOReadableWritable hooks This PR makes the method hooks for defining compatible serialization versions of `VersionedIOReadableWritable

[GitHub] flink issue #3673: [FLINK-5256] Extend DataSetSingleRowJoin to support Left ...

2017-05-12 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3673 Thanks for the update @DmytroShkvyra! --- 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 enable

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

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

[jira] [Commented] (FLINK-6566) Narrow down interface for compatibility hook method in VersionedIOReadableWritable

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

[GitHub] flink issue #3673: [FLINK-5256] Extend DataSetSingleRowJoin to support Left ...

2017-05-12 Thread DmytroShkvyra
Github user DmytroShkvyra commented on the issue: https://github.com/apache/flink/pull/3673 Thanks a lot Fabian! --- 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 wish

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

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008035#comment-16008035 ] ASF GitHub Bot commented on FLINK-5256: --- Github user DmytroShkvyra commented on the

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[GitHub] flink issue #3881: FLINK-6284 Incorrect sorting of completed checkpoints in ...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3881 Hi @ramkrish86, I might have found an easy way to solve the problem. Take a look at https://github.com/tillrohrmann/flink/commit/5bd499329d68c6f3236b4e89ba25fdb9acb7e422. If this solves the pro

[GitHub] flink pull request #3884: [FLINK-6284] Correct sorting of completed checkpoi...

2017-05-12 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/3884 [FLINK-6284] Correct sorting of completed checkpoints in ZooKeeperStateHandleStore In order to store completed checkpoints in an increasing order in ZooKeeper, the paths for the completed c

[jira] [Commented] (FLINK-6284) Incorrect sorting of completed checkpoints in ZooKeeperCompletedCheckpointStore

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

[jira] [Assigned] (FLINK-6552) Ambiguous error message when retrieving multiple side-outputs

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek reassigned FLINK-6552: --- Assignee: Aljoscha Krettek > Ambiguous error message when retrieving multiple side-ou

[jira] [Updated] (FLINK-6552) Side outputs don't allow differing output types

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-6552: Summary: Side outputs don't allow differing output types (was: Ambiguous error message when

[jira] [Commented] (FLINK-6552) Side outputs don't allow differing output types

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008051#comment-16008051 ] Aljoscha Krettek commented on FLINK-6552: - Congratulations, you found a bug! 😅 I

[GitHub] flink pull request #3885: [FLINK-6552] Allow differing types for side output...

2017-05-12 Thread aljoscha
GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/3885 [FLINK-6552] Allow differing types for side outputs R: @zentol You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/flink jira-6552-fix-sid

[jira] [Commented] (FLINK-6552) Side outputs don't allow differing output types

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

[jira] [Updated] (FLINK-6552) Side outputs don't allow differing output types

2017-05-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-6552: Priority: Blocker (was: Major) > Side outputs don't allow differing output types >

  1   2   3   >