[jira] [Commented] (FLINK-6767) Cannot load user class on local environment

2017-11-05 Thread AJ (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16240007#comment-16240007 ] AJ commented on FLINK-6767: --- I found the root cause, I feel error message is bit misleading. Th

[jira] [Commented] (FLINK-7652) Port CurrentJobIdsHandler to new REST endpoint

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

[GitHub] flink issue #4734: [FLINK-7652] [flip6] Port CurrentJobIdsHandler to new RES...

2017-11-05 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/4734 Yes, I'll rebase this now. ---

[GitHub] flink pull request #4949: [FLINK-7866] [runtime] Weigh list of preferred loc...

2017-11-05 Thread sihuazhou
GitHub user sihuazhou opened a pull request: https://github.com/apache/flink/pull/4949 [FLINK-7866] [runtime] Weigh list of preferred locations for scheduling ## What is the purpose of the change This PR fixs [FLINK-7866](https://issues.apache.org/jira/browse/FLINK-7866). C

[jira] [Commented] (FLINK-7866) Weigh list of preferred locations for scheduling

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

[jira] [Created] (FLINK-7987) Use RexBuilder when converting Expression to RexNode

2017-11-05 Thread Kurt Young (JIRA)
Kurt Young created FLINK-7987: - Summary: Use RexBuilder when converting Expression to RexNode Key: FLINK-7987 URL: https://issues.apache.org/jira/browse/FLINK-7987 Project: Flink Issue Type: Impr

[jira] [Commented] (FLINK-6022) Improve support for Avro GenericRecord

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

[GitHub] flink issue #4943: [FLINK-6022] [avro] Use Avro to serialize Avro in flight ...

2017-11-05 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/4943 Thanks for the review, addressing the comments. I found the problem with the backwards compatibility: It is the Avro version upgrade. Avro types generated with Avro 1.7.7 (Flink 1.3)

[jira] [Commented] (FLINK-6022) Improve support for Avro GenericRecord

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

[GitHub] flink pull request #4943: [FLINK-6022] [avro] Use Avro to serialize Avro in ...

2017-11-05 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/4943#discussion_r148977803 --- Diff: flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/typeutils/BackwardsCompatibleAvroSerializer.java --- @@ -0,0 +1,215 @@

[jira] [Commented] (FLINK-6022) Improve support for Avro GenericRecord

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

[jira] [Commented] (FLINK-6022) Improve support for Avro GenericRecord

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

[GitHub] flink pull request #4943: [FLINK-6022] [avro] Use Avro to serialize Avro in ...

2017-11-05 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/4943#discussion_r148977780 --- Diff: flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/typeutils/BackwardsCompatibleAvroSerializer.java --- @@ -0,0 +1,215 @@

[GitHub] flink pull request #4943: [FLINK-6022] [avro] Use Avro to serialize Avro in ...

2017-11-05 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/4943#discussion_r148977758 --- Diff: flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/typeutils/AvroSerializer.java --- @@ -153,111 +146,215 @@ public T deseri

[jira] [Commented] (FLINK-7847) Fix typo in flink-avro shading pattern

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

[GitHub] flink pull request #4835: [FLINK-7847][avro] Fix typo in jackson shading pat...

2017-11-05 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/4835 ---