[jira] [Created] (FLINK-12610) Introduce planner rules about aggregate

2019-05-23 Thread godfrey he (JIRA)
godfrey he created FLINK-12610: -- Summary: Introduce planner rules about aggregate Key: FLINK-12610 URL: https://issues.apache.org/jira/browse/FLINK-12610 Project: Flink Issue Type: New Feature

Re: [VOTE] Release flink-shaded 7.0, release candidate 2

2019-05-23 Thread jincheng sun
I found we should also add the `slf4j-api` as a `provided` dependency for `flink-shaded-hadoop-2`. @Nico, Thanks for your check, and the https://issues.apache.org/jira/browse/ FLINK-12598 is not the blocker. @Chesnay, I remember where we already discussed this issue, the problems caused by

[jira] [Created] (FLINK-12609) Align the data types of Python with Java

2019-05-23 Thread Dian Fu (JIRA)
Dian Fu created FLINK-12609: --- Summary: Align the data types of Python with Java Key: FLINK-12609 URL: https://issues.apache.org/jira/browse/FLINK-12609 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-12608) Add getVertexOrThrow(ExecutionVertexID) to SchedulingTopology

2019-05-23 Thread BoWang (JIRA)
BoWang created FLINK-12608: -- Summary: Add getVertexOrThrow(ExecutionVertexID) to SchedulingTopology Key: FLINK-12608 URL: https://issues.apache.org/jira/browse/FLINK-12608 Project: Flink Issue

[jira] [Created] (FLINK-12607) Introduce a REST API that returns the maxParallelism of a job

2019-05-23 Thread Akshay Kanfade (JIRA)
Akshay Kanfade created FLINK-12607: -- Summary: Introduce a REST API that returns the maxParallelism of a job Key: FLINK-12607 URL: https://issues.apache.org/jira/browse/FLINK-12607 Project: Flink

Re: [SURVEY] Usage of flink-ml and [DISCUSS] Delete flink-ml

2019-05-23 Thread Rong Rong
+1 for the deletion. Also I think it also might be a good idea to update the roadmap for the plan of removal/development since we've reached the consensus on FLIP-39. Thanks, Rong On Wed, May 22, 2019 at 8:26 AM Shaoxuan Wang wrote: > Hi Chesnay, > Yes, you are right. There is not any active

[jira] [Created] (FLINK-12606) Move SourceFunction to flink-core

2019-05-23 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-12606: Summary: Move SourceFunction to flink-core Key: FLINK-12606 URL: https://issues.apache.org/jira/browse/FLINK-12606 Project: Flink Issue Type:

[jira] [Created] (FLINK-12605) Describe new contribution process

2019-05-23 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-12605: -- Summary: Describe new contribution process Key: FLINK-12605 URL: https://issues.apache.org/jira/browse/FLINK-12605 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-12604) Register TableSource/Sink as CatalogTable

2019-05-23 Thread Dawid Wysakowicz (JIRA)
Dawid Wysakowicz created FLINK-12604: Summary: Register TableSource/Sink as CatalogTable Key: FLINK-12604 URL: https://issues.apache.org/jira/browse/FLINK-12604 Project: Flink Issue

[jira] [Created] (FLINK-12603) Remove getOwningTaskName method from InputGate

2019-05-23 Thread zhijiang (JIRA)
zhijiang created FLINK-12603: Summary: Remove getOwningTaskName method from InputGate Key: FLINK-12603 URL: https://issues.apache.org/jira/browse/FLINK-12603 Project: Flink Issue Type: Sub-task

Re: [DISCUSS] Correct the flink pom `artifactId` config before flink 1.9 release

2019-05-23 Thread jincheng sun
Oh, Thanks for your quick response, I have copied the content to JIRA. Chesnay Schepler 于2019年5月23日周四 下午7:03写道: > Please post your mail as a comment into the JIRA to consolidate the > discussion there. > > On 23/05/2019 12:55, jincheng sun wrote: > > Thank you for confirming this is an

Re: [DISCUSS] Correct the flink pom `artifactId` config before flink 1.9 release

2019-05-23 Thread Chesnay Schepler
Please post your mail as a comment into the JIRA to consolidate the discussion there. On 23/05/2019 12:55, jincheng sun wrote: Thank you for confirming this is an issue,and thanks a lot for your double check. Due to the script check logic is incorrect, most of the outputs are incorrect. You

Re: [DISCUSS] Correct the flink pom `artifactId` config before flink 1.9 release

2019-05-23 Thread jincheng sun
Thank you for confirming this is an issue,and thanks a lot for your double check. Due to the script check logic is incorrect, most of the outputs are incorrect. You are right and I just pointed out the problem of the scala-free check and not mentioned the final solution which I think we should

[jira] [Created] (FLINK-12602) Correct the flink pom `artifactId` config and scala-free check logic

2019-05-23 Thread sunjincheng (JIRA)
sunjincheng created FLINK-12602: --- Summary: Correct the flink pom `artifactId` config and scala-free check logic Key: FLINK-12602 URL: https://issues.apache.org/jira/browse/FLINK-12602 Project: Flink

[jira] [Created] (FLINK-12601) Register DataStream/DataSet as DataStream/SetTableOperations in Catalog

2019-05-23 Thread Dawid Wysakowicz (JIRA)
Dawid Wysakowicz created FLINK-12601: Summary: Register DataStream/DataSet as DataStream/SetTableOperations in Catalog Key: FLINK-12601 URL: https://issues.apache.org/jira/browse/FLINK-12601

[jira] [Created] (FLINK-12600) Introduce planner rules to do deterministic rewriting on RelNode

2019-05-23 Thread godfrey he (JIRA)
godfrey he created FLINK-12600: -- Summary: Introduce planner rules to do deterministic rewriting on RelNode Key: FLINK-12600 URL: https://issues.apache.org/jira/browse/FLINK-12600 Project: Flink

Re: [VOTE] Release flink-shaded 7.0, release candidate 2

2019-05-23 Thread Chesnay Schepler
I found another issue: 1. jackson is bundled twice in the uber jar. 2. javax annotations are included in the slim jar As for 1), I messed up and modified the shading patterns only for hadoop-uber, resulting in 2 different shading patterns for jackson. (jackson is pulled into both jars

Re: [VOTE] Release flink-shaded 7.0, release candidate 2

2019-05-23 Thread Chesnay Schepler
Worked for me; could you try again without parallel builds? Which maven version are you using? On 23/05/2019 09:24, Nico Kruber wrote: Thanks Jincheng, unfortunately, I think, I found a blocker: -1 (non-binding) # not working: - https://issues.apache.org/jira/browse/FLINK-12598 # ok: -

Re: [VOTE] Release flink-shaded 7.0, release candidate 2

2019-05-23 Thread Nico Kruber
Thanks Jincheng, unfortunately, I think, I found a blocker: -1 (non-binding) # not working: - https://issues.apache.org/jira/browse/FLINK-12598 # ok: - checked release notes - verified signatures (sha512, asc) - verified "mvn clean package -Pinclude-netty-tcnative-static" On 22/05/2019 07:32,

[jira] [Created] (FLINK-12599) Add Jobgraph zooming with mouse wheel

2019-05-23 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-12599: --- Summary: Add Jobgraph zooming with mouse wheel Key: FLINK-12599 URL: https://issues.apache.org/jira/browse/FLINK-12599 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-12598) Flink-shaded's shade-sources profile does not work anymore

2019-05-23 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-12598: --- Summary: Flink-shaded's shade-sources profile does not work anymore Key: FLINK-12598 URL: https://issues.apache.org/jira/browse/FLINK-12598 Project: Flink

[jira] [Created] (FLINK-12597) Remove the legacy flink-libraries/flink-ml

2019-05-23 Thread Shaoxuan Wang (JIRA)
Shaoxuan Wang created FLINK-12597: - Summary: Remove the legacy flink-libraries/flink-ml Key: FLINK-12597 URL: https://issues.apache.org/jira/browse/FLINK-12597 Project: Flink Issue Type:

[jira] [Created] (FLINK-12596) Unify all kinds of cluster into ClusterClient in FlinkShell

2019-05-23 Thread Jeff Zhang (JIRA)
Jeff Zhang created FLINK-12596: -- Summary: Unify all kinds of cluster into ClusterClient in FlinkShell Key: FLINK-12596 URL: https://issues.apache.org/jira/browse/FLINK-12596 Project: Flink

[jira] [Created] (FLINK-12595) KinesisDataFetcherTest.testOriginalExceptionIsPreservedWhenInterruptedDuringShutdown deadlocks

2019-05-23 Thread Dawid Wysakowicz (JIRA)
Dawid Wysakowicz created FLINK-12595: Summary: KinesisDataFetcherTest.testOriginalExceptionIsPreservedWhenInterruptedDuringShutdown deadlocks Key: FLINK-12595 URL: