[jira] [Updated] (FLINK-6621) Legal check for 1.3.0 RC01 Release

2017-05-17 Thread Xiaowei Jiang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaowei Jiang updated FLINK-6621: - Description: Do pre-checks for the following: Check if checksums and GPG files match the correspon

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117170779 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,488 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-6609) Wrong version assignment when multiple TAKEs transitions

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

[GitHub] flink pull request #3927: [FLINK-6609] Wrong version assignment when multipl...

2017-05-17 Thread dawidwys
Github user dawidwys closed the pull request at: https://github.com/apache/flink/pull/3927 --- 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 en

[jira] [Created] (FLINK-6621) Legal check for 1.3.0 RC01 Release

2017-05-17 Thread Xiaowei Jiang (JIRA)
Xiaowei Jiang created FLINK-6621: Summary: Legal check for 1.3.0 RC01 Release Key: FLINK-6621 URL: https://issues.apache.org/jira/browse/FLINK-6621 Project: Flink Issue Type: Bug Co

[jira] [Updated] (FLINK-6621) Legal check for 1.3.0 RC01 Release

2017-05-17 Thread Xiaowei Jiang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaowei Jiang updated FLINK-6621: - Issue Type: Test (was: Bug) > Legal check for 1.3.0 RC01 Release > --

[GitHub] flink issue #3915: [FLINK-6352] Support to use timestamp to set the initial ...

2017-05-17 Thread zjureel
Github user zjureel commented on the issue: https://github.com/apache/flink/pull/3915 Thank you for your suggestion. It sounds good and will be more friendly to users than throwing exception in `FlinkKafkaConsumerBase`. I'll fix it soon, thanks :) --- If your project is set up for i

[jira] [Commented] (FLINK-6352) FlinkKafkaConsumer should support to use timestamp to set up start offset

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

[jira] [Commented] (FLINK-6352) FlinkKafkaConsumer should support to use timestamp to set up start offset

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

[GitHub] flink issue #3915: [FLINK-6352] Support to use timestamp to set the initial ...

2017-05-17 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/3915 @zjureel For Kafka 0.11, I would expect it to just extend `FlinkKafkaConsumer010`. As you can see, that is also the case right now for 010; its extending `FlinkKafkaConsumer09` and not the base

[jira] [Commented] (FLINK-6221) Add Prometheus support to metrics

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

[GitHub] flink issue #3833: [FLINK-6221] Add PrometheusReporter

2017-05-17 Thread mbode
Github user mbode commented on the issue: https://github.com/apache/flink/pull/3833 @zentol Would you mind checking that I got the shading right? --- 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 ha

[jira] [Created] (FLINK-6620) Add KeyGroupCheckpointedOperator interface that works for checkpointing key-groups

2017-05-17 Thread Jingsong Lee (JIRA)
Jingsong Lee created FLINK-6620: --- Summary: Add KeyGroupCheckpointedOperator interface that works for checkpointing key-groups Key: FLINK-6620 URL: https://issues.apache.org/jira/browse/FLINK-6620 Projec

[jira] [Commented] (FLINK-6352) FlinkKafkaConsumer should support to use timestamp to set up start offset

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

[GitHub] flink pull request #3915: [FLINK-6352] Support to use timestamp to set the i...

2017-05-17 Thread zjureel
Github user zjureel commented on a diff in the pull request: https://github.com/apache/flink/pull/3915#discussion_r117162289 --- Diff: flink-connectors/flink-connector-kafka-0.10/pom.xml --- @@ -37,7 +37,7 @@ under the License. - 0.10.0.1 +

[jira] [Commented] (FLINK-6352) FlinkKafkaConsumer should support to use timestamp to set up start offset

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

[GitHub] flink issue #3915: [FLINK-6352] Support to use timestamp to set the initial ...

2017-05-17 Thread zjureel
Github user zjureel commented on the issue: https://github.com/apache/flink/pull/3915 @tzulitai Glad to hear from you. In fact I'm also entangled with whether to put the `setStartFromSpecificDate` method into `FlinkKafkaConsumerBase`, and I put it into `FlinkKafkaComsumerBase` finally

[jira] [Commented] (FLINK-6618) Fix GroupWindowStringExpressionTest testcase bug

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

[GitHub] flink pull request #3936: [FLINK-6618][table] Fix GroupWindowStringExpressio...

2017-05-17 Thread sunjincheng121
GitHub user sunjincheng121 opened a pull request: https://github.com/apache/flink/pull/3936 [FLINK-6618][table] Fix GroupWindowStringExpressionTest test case bug In this PR. I had fix the `GroupWindowStringExpressionTest` test case bug - [x] General - The pull request refer

[jira] [Updated] (FLINK-6618) Fix GroupWindowStringExpressionTest testcase bug

2017-05-17 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-6618: --- Summary: Fix GroupWindowStringExpressionTest testcase bug (was: Fix `GroupWindow` JAVA logical plans

[jira] [Commented] (FLINK-6495) Migrate Akka configuration options

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

[GitHub] flink pull request #3935: [FLINK-6495] Migrate Akka configuration options

2017-05-17 Thread zjureel
GitHub user zjureel opened a pull request: https://github.com/apache/flink/pull/3935 [FLINK-6495] Migrate Akka configuration options Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your chang

[jira] [Updated] (FLINK-6618) Fix `GroupWindow` JAVA logical plans not consistent with SCALA logical plans.

2017-05-17 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-6618: --- Issue Type: Sub-task (was: Bug) Parent: FLINK-6619 > Fix `GroupWindow` JAVA logical plans not

[jira] [Created] (FLINK-6619) Check Table API & SQL support for 1.3.0 RC01 Release

2017-05-17 Thread sunjincheng (JIRA)
sunjincheng created FLINK-6619: -- Summary: Check Table API & SQL support for 1.3.0 RC01 Release Key: FLINK-6619 URL: https://issues.apache.org/jira/browse/FLINK-6619 Project: Flink Issue Type: Te

[jira] [Updated] (FLINK-6617) Improve JAVA and SCALA logical plans consistent test

2017-05-17 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-6617: --- Issue Type: Sub-task (was: Test) Parent: FLINK-6619 > Improve JAVA and SCALA logical plans co

[jira] [Updated] (FLINK-6618) Fix `GroupWindow` JAVA logical plans not consistent with SCALA logical plans.

2017-05-17 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-6618: --- Description: I find 2 bugs as follows: 1. {{GroupWindowStringExpressionTest}} testcase bug: {{Assert

[jira] [Updated] (FLINK-6618) Fix `GroupWindow` JAVA logical plans not consistent with SCALA logical plans.

2017-05-17 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-6618: --- Description: I find 2 bugs as follows: 1. {{GroupWindowStringExpressionTest}} testcase bug, {{Asse

[jira] [Created] (FLINK-6618) Fix `GroupWindow` JAVA logical plans not consistent with SCALA logical plans.

2017-05-17 Thread sunjincheng (JIRA)
sunjincheng created FLINK-6618: -- Summary: Fix `GroupWindow` JAVA logical plans not consistent with SCALA logical plans. Key: FLINK-6618 URL: https://issues.apache.org/jira/browse/FLINK-6618 Project: Flin

[jira] [Created] (FLINK-6617) Improve JAVA and SCALA logical plans consistent test

2017-05-17 Thread sunjincheng (JIRA)
sunjincheng created FLINK-6617: -- Summary: Improve JAVA and SCALA logical plans consistent test Key: FLINK-6617 URL: https://issues.apache.org/jira/browse/FLINK-6617 Project: Flink Issue Type: Te

[jira] [Commented] (FLINK-6608) Relax Kerberos login contexts parsing by trimming whitespaces in contexts list

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

[GitHub] flink pull request #3928: [FLINK-6608] [security, config] Relax Kerberos log...

2017-05-17 Thread sunjincheng121
Github user sunjincheng121 commented on a diff in the pull request: https://github.com/apache/flink/pull/3928#discussion_r117146767 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/security/SecurityUtils.java --- @@ -230,10 +230,15 @@ private void validate() {

[jira] [Commented] (FLINK-6075) Support Limit/Top(Sort) for Stream SQL

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

[GitHub] flink pull request #3889: [FLINK-6075] - Support Limit/Top(Sort) for Stream ...

2017-05-17 Thread rtudoran
Github user rtudoran commented on a diff in the pull request: https://github.com/apache/flink/pull/3889#discussion_r117146377 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/RowTimeSortProcessFunction.scala --- @@ -0,0 +1,169 @@ +/

[jira] [Commented] (FLINK-6608) Relax Kerberos login contexts parsing by trimming whitespaces in contexts list

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

[GitHub] flink pull request #3928: [FLINK-6608] [security, config] Relax Kerberos log...

2017-05-17 Thread EronWright
Github user EronWright commented on a diff in the pull request: https://github.com/apache/flink/pull/3928#discussion_r117144044 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/security/SecurityUtils.java --- @@ -230,10 +231,21 @@ private void validate() {

[jira] [Commented] (FLINK-6608) Relax Kerberos login contexts parsing by trimming whitespaces in contexts list

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

[GitHub] flink pull request #3928: [FLINK-6608] [security, config] Relax Kerberos log...

2017-05-17 Thread sunjincheng121
Github user sunjincheng121 commented on a diff in the pull request: https://github.com/apache/flink/pull/3928#discussion_r117142993 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/security/SecurityUtils.java --- @@ -230,10 +231,21 @@ private void validate() {

[jira] [Commented] (FLINK-6065) Make TransportClient for ES5 pluggable

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

[GitHub] flink issue #3934: [FLINK-6065] Add initClient method to ElasticsearchApiCal...

2017-05-17 Thread sschaef
Github user sschaef commented on the issue: https://github.com/apache/flink/pull/3934 The Java7 run failed because my solution uses Java8 features. I guess I have to find another way to fix this issue then. --- If your project is set up for it, you can reply to this email and have yo

[jira] [Commented] (FLINK-6578) SharedBuffer creates self-loops when having elements with same value/timestamp.

2017-05-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014903#comment-16014903 ] Ted Yu commented on FLINK-6578: --- SharedBuffer.java isn't shown in the PR, so allow me to com

[jira] [Commented] (FLINK-6604) Remove Java Serialization from the CEP library.

2017-05-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014894#comment-16014894 ] Ted Yu commented on FLINK-6604: --- I was talking about DeweyNumberSerializer in the above comm

[jira] [Commented] (FLINK-6604) Remove Java Serialization from the CEP library.

2017-05-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014893#comment-16014893 ] Ted Yu commented on FLINK-6604: --- equals() only checks the class. I think we'd better align w

[jira] [Commented] (FLINK-6583) Enable QueryConfig in count base GroupWindow

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

[GitHub] flink pull request #3919: [FLINK-6583][talbe]Enable QueryConfig in count bas...

2017-05-17 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3919#discussion_r117122323 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamGroupWindowAggregate.scala --- @@ -131,6 +135,19 @

[jira] [Commented] (FLINK-6583) Enable QueryConfig in count base GroupWindow

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

[GitHub] flink pull request #3919: [FLINK-6583][talbe]Enable QueryConfig in count bas...

2017-05-17 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3919#discussion_r117121382 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamGroupWindowAggregate.scala --- @@ -245,6 +264,7 @@

[jira] [Commented] (FLINK-6065) Make TransportClient for ES5 pluggable

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

[GitHub] flink pull request #3934: [FLINK-6065] Add initClient method to Elasticsearc...

2017-05-17 Thread sschaef
GitHub user sschaef opened a pull request: https://github.com/apache/flink/pull/3934 [FLINK-6065] Add initClient method to ElasticsearchApiCallBridge This adds the method `initClient` to `ElasticsearchApiCallBridge` in order to resolve FLINK-6065. This new method takes as argumen

[jira] [Commented] (FLINK-6613) OOM during reading big messages from Kafka

2017-05-17 Thread Andrey (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014647#comment-16014647 ] Andrey commented on FLINK-6613: --- Hi Dmytro. There are several problems still exist: 1) I wa

[jira] [Commented] (FLINK-6608) Relax Kerberos login contexts parsing by trimming whitespaces in contexts list

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

[GitHub] flink pull request #3928: [FLINK-6608] [security, config] Relax Kerberos log...

2017-05-17 Thread EronWright
Github user EronWright commented on a diff in the pull request: https://github.com/apache/flink/pull/3928#discussion_r117068349 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/security/SecurityUtils.java --- @@ -230,10 +231,21 @@ private void validate() {

[jira] [Commented] (FLINK-6606) Create checkpoint hook with user classloader

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

[GitHub] flink pull request #3933: [FLINK-6606] Create checkpoint hook with user clas...

2017-05-17 Thread EronWright
GitHub user EronWright opened a pull request: https://github.com/apache/flink/pull/3933 [FLINK-6606] Create checkpoint hook with user classloader - wrap calls to MasterTriggerRestoreHook (and its factory) such that the user classloader is applied You can merge this pull request in

[jira] [Commented] (FLINK-6613) OOM during reading big messages from Kafka

2017-05-17 Thread Dmytro Shkvyra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014357#comment-16014357 ] Dmytro Shkvyra commented on FLINK-6613: --- Hi [~dernasherbrezon], I have assumed that

[GitHub] flink pull request #3929: [FLINK-6543] [table] Deprecate toDataStream

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3929#discussion_r117045613 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/StreamTableEnvironment.scala --- @@ -144,13 +144,119 @@ class StreamTab

[GitHub] flink pull request #3929: [FLINK-6543] [table] Deprecate toDataStream

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3929#discussion_r117045701 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/StreamTableEnvironment.scala --- @@ -144,13 +144,119 @@ class StreamTab

[GitHub] flink pull request #3929: [FLINK-6543] [table] Deprecate toDataStream

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3929#discussion_r117050100 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/StreamTableEnvironment.scala --- @@ -144,13 +144,119 @@ class StreamTab

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

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

[GitHub] flink pull request #3929: [FLINK-6543] [table] Deprecate toDataStream

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3929#discussion_r117045675 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/StreamTableEnvironment.scala --- @@ -144,13 +144,119 @@ class StreamTab

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

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

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

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

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

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

[jira] [Commented] (FLINK-6616) Clarify provenance of official Docker images

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

[GitHub] flink pull request #3932: [FLINK-6616] [docs] Clarify provenance of official...

2017-05-17 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3932 [FLINK-6616] [docs] Clarify provenance of official Docker images Note that the official Docker images for Flink are community supported and not an official release of the Apache Flink PMC. You ca

[jira] [Created] (FLINK-6616) Clarify provenance of official Docker images

2017-05-17 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-6616: - Summary: Clarify provenance of official Docker images Key: FLINK-6616 URL: https://issues.apache.org/jira/browse/FLINK-6616 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-6031) Add parameter for per job yarn clusters to control whether the user code jar is included into the system classloader.

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

[GitHub] flink pull request #3931: [FLINK-6031][yarn] Add config parameter for user-j...

2017-05-17 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3931 [FLINK-6031][yarn] Add config parameter for user-jar inclusion in cla… This PR adds a config parameter to control how user-jars are being handled in regards ot the system class path for per-job yar

[jira] [Commented] (FLINK-6613) OOM during reading big messages from Kafka

2017-05-17 Thread Andrey (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014307#comment-16014307 ] Andrey commented on FLINK-6613: --- -Xmx2g and ParallelGC. Default for openjdk. > OOM during r

[jira] [Commented] (FLINK-4565) Support for SQL IN operator

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

[GitHub] flink issue #3502: [FLINK-4565] Support for SQL IN operator

2017-05-17 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3502 Hi @DmytroShkvyra, I'm sorry for the long time without response on this PR. We're currently in "testing & bugfix mode" for the 1.3 release and I'll be gone for two weeks in a few days. I'm sorry,

[jira] [Commented] (FLINK-6611) When TaskManager or JobManager restart after crash the PID file contain also the old PID

2017-05-17 Thread Mauro Cortellazzi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014268#comment-16014268 ] Mauro Cortellazzi commented on FLINK-6611: -- Thank you [~greghogan] for the answer

[jira] [Closed] (FLINK-6611) When TaskManager or JobManager restart after crash the PID file contain also the old PID

2017-05-17 Thread Mauro Cortellazzi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Cortellazzi closed FLINK-6611. Resolution: Not A Problem > When TaskManager or JobManager restart after crash the PID file

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117033348 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,468 @@ +/* + * Licensed to th

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117033149 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,468 @@ +/* + * Licensed to th

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117006282 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,488 @@ +/* + * Licensed to th

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117037366 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,468 @@ +/* + * Licensed to th

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117027410 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,468 @@ +/* + * Licensed to th

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117002279 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,468 @@ +/* + * Licensed to th

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117031586 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,468 @@ +/* + * Licensed to th

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117004436 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,468 @@ +/* + * Licensed to th

  1   2   3   >