[jira] [Created] (FLINK-18716) Remove the deprecated "execute" and "insert_into" calls in PyFlink Table API docs

2020-07-26 Thread Wei Zhong (Jira)
Wei Zhong created FLINK-18716: - Summary: Remove the deprecated "execute" and "insert_into" calls in PyFlink Table API docs Key: FLINK-18716 URL: https://issues.apache.org/jira/browse/FLINK-18716 Project:

[jira] [Created] (FLINK-18717) reuse MiniCluster in table integration test class ?

2020-07-26 Thread godfrey he (Jira)
godfrey he created FLINK-18717: -- Summary: reuse MiniCluster in table integration test class ? Key: FLINK-18717 URL: https://issues.apache.org/jira/browse/FLINK-18717 Project: Flink Issue Type:

[jira] [Created] (FLINK-18718) Support for using yarn-cluster CLI parameters on application mode

2020-07-26 Thread Felipe Lolas (Jira)
Felipe Lolas created FLINK-18718: Summary: Support for using yarn-cluster CLI parameters on application mode Key: FLINK-18718 URL: https://issues.apache.org/jira/browse/FLINK-18718 Project: Flink

Re: [VOTE] FLIP-129: Refactor Descriptor API to register connector in Table API

2020-07-26 Thread Jark Wu
+1 (binding) On Fri, 24 Jul 2020 at 22:22, Timo Walther wrote: > +1 > > Thanks for driving this Jark. > > Regards, > Timo > > On 24.07.20 12:42, Jark Wu wrote: > > Hi all, > > > > I would like to start the vote for FLIP-129 [1], which is discussed and > > reached consensus in the discussion thre

[jira] [Created] (FLINK-18719) Define the interfaces and introduce ActiveResourceManager

2020-07-26 Thread Xintong Song (Jira)
Xintong Song created FLINK-18719: Summary: Define the interfaces and introduce ActiveResourceManager Key: FLINK-18719 URL: https://issues.apache.org/jira/browse/FLINK-18719 Project: Flink Iss

[jira] [Created] (FLINK-18720) Migrate KubernetesResourceManager to the new KubernetesResourceManagerDriver

2020-07-26 Thread Xintong Song (Jira)
Xintong Song created FLINK-18720: Summary: Migrate KubernetesResourceManager to the new KubernetesResourceManagerDriver Key: FLINK-18720 URL: https://issues.apache.org/jira/browse/FLINK-18720 Project:

[jira] [Created] (FLINK-18722) Migrate MesosResourceManager to the new MesosResourceManagerDriver

2020-07-26 Thread Xintong Song (Jira)
Xintong Song created FLINK-18722: Summary: Migrate MesosResourceManager to the new MesosResourceManagerDriver Key: FLINK-18722 URL: https://issues.apache.org/jira/browse/FLINK-18722 Project: Flink

[jira] [Created] (FLINK-18721) Migrate YarnResourceManager to the new YarnResourceManagerDriver

2020-07-26 Thread Xintong Song (Jira)
Xintong Song created FLINK-18721: Summary: Migrate YarnResourceManager to the new YarnResourceManagerDriver Key: FLINK-18721 URL: https://issues.apache.org/jira/browse/FLINK-18721 Project: Flink

Re: [Discuss] Handling of Timestamp in DataGen table created via LIKE

2020-07-26 Thread godfrey he
Hi Seth, Thanks for bringing up this topic. I think the second approach is a more generic solution. Other connectors can also benefit from this. We also keep the flexibility for generating random timestamps for some scenarios. Best, Godfrey Seth Wiesman 于2020年7月24日周五 下午11:30写道: > Hi everyone,

[jira] [Created] (FLINK-18724) Integration with DataStream and DataSet API report error

2020-07-26 Thread liang ding (Jira)
liang ding created FLINK-18724: -- Summary: Integration with DataStream and DataSet API report error Key: FLINK-18724 URL: https://issues.apache.org/jira/browse/FLINK-18724 Project: Flink Issue T

[jira] [Created] (FLINK-18723) performance test

2020-07-26 Thread junbiao chen (Jira)
junbiao chen created FLINK-18723: Summary: performance test Key: FLINK-18723 URL: https://issues.apache.org/jira/browse/FLINK-18723 Project: Flink Issue Type: Test Reporter: junbi

Re: Hi

2020-07-26 Thread Yangze Guo
Hi, If you do not run it with Cgwin, you could follow this guide[1]. [1] https://ci.apache.org/projects/flink/flink-docs-release-1.9//getting-started/tutorials/flink_on_windows.html#starting-with-windows-batch-files Best, Yangze Guo On Fri, Jul 24, 2020 at 9:53 PM Suryanarayana Murthy Maganti

Re: Hi

2020-07-26 Thread Suryanarayana Murthy Maganti
Hi Dev & Yangze, C:\Users\xyz>cd softwares C:\Users\xyz\softwares>cd flink-1.11.0 C:\Users\xyz\softwares\flink-1.11.0>cd bin C:\Users\xyz\softwares\flink-1.11.0\bin>start-cluster.bat 'start-cluster.bat' is not recognized as an internal or external command, operable program or batch file. C:\U

Re: Hi

2020-07-26 Thread Yangze Guo
In 1.11, Flink does no support to run on Windows. The given doc is for release-1.9 as your former email mentioned. Best, Yangze Guo On Mon, Jul 27, 2020 at 11:57 AM Suryanarayana Murthy Maganti wrote: > > Hi Dev & Yangze, > > > C:\Users\xyz>cd softwares > > C:\Users\xyz\softwares>cd flink-1.11.0

Re: [Discuss] Handling of Timestamp in DataGen table created via LIKE

2020-07-26 Thread Jark Wu
+1 to option#1. I think it makes sense to enhance the datagen connector. In this case, I think we can support the default TIMESTAMP generation strategy as "sequence" with an optional start point. This strategy can be changed to "constant", "random", or others. This would be really helpful and cool

[jira] [Created] (FLINK-18725) "Run Kubernetes test" failed with "30025: provided port is already allocated"

2020-07-26 Thread Dian Fu (Jira)
Dian Fu created FLINK-18725: --- Summary: "Run Kubernetes test" failed with "30025: provided port is already allocated" Key: FLINK-18725 URL: https://issues.apache.org/jira/browse/FLINK-18725 Project: Flink

Re: [Discuss] Handling of Timestamp in DataGen table created via LIKE

2020-07-26 Thread Konstantin Knauf
Hi everyone, I have the feeling that #1 suffices for the vast majority of use cases. Cheers, Konstantin On Mon, Jul 27, 2020 at 6:36 AM Jark Wu wrote: > +1 to option#1. > > I think it makes sense to enhance the datagen connector. > In this case, I think we can support the default TIMESTAMP ge

[jira] [Created] (FLINK-18726) Support INSERT INTO specific columns

2020-07-26 Thread Caizhi Weng (Jira)
Caizhi Weng created FLINK-18726: --- Summary: Support INSERT INTO specific columns Key: FLINK-18726 URL: https://issues.apache.org/jira/browse/FLINK-18726 Project: Flink Issue Type: Improvement