Re: How to specify a test to run in Flink?

2019-10-28 Thread Jark Wu
Usually, I use the following commands to execute single test and it works well. ``` $ mvn clean install -DskipTests # go to the moudle where the test is located $ cd flink-connectors/flink-hbase $ mvn test -Dtest=org.apache.flink.addons.hbase.HBaseConnectorITCase -Dcheckstyle.skip=true ``` Hope

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Becket Qin
Thanks everyone! Really happy to work in such a vibrant project and encouraging community! Cheers, Jiangjie (Becket) Qin On Tue, Oct 29, 2019 at 12:25 PM bupt_ljy wrote: > Congratulations Becket! > > > Best, > Jiayi Liao > > > Original Message > Sender: Biao Liu > Recipient: dev > Date:

Re: [DISCUSS] How to prepare the Python environment of PyFlink release in the current Flink release process

2019-10-28 Thread jincheng sun
Hi, Thanks for bringing up the discussion Dian. +1 for the #1. Hi Jeff, this changes is for the PyFlink release, i.e.,The release manager should build the release package for Pyflink, and prepare the python environment during the building. Since 1.10 we only support python 3.5+, so it will throw

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread bupt_ljy
Congratulations Becket! Best, Jiayi Liao Original Message Sender: Biao Liu Recipient: dev Date: Tuesday, Oct 29, 2019 12:10 Subject: Re: [ANNOUNCE] Becket Qin joins the Flink PMC Congrats Becket! Thanks, Biao /'bɪ.aʊ/ On Tue, 29 Oct 2019 at 12:07, jincheng sun wrote: > Congratulations

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Biao Liu
Congrats Becket! Thanks, Biao /'bɪ.aʊ/ On Tue, 29 Oct 2019 at 12:07, jincheng sun wrote: > Congratulations Becket. > Best, > Jincheng > > Rui Li 于2019年10月29日周二 上午11:37写道: > > > Congrats Becket! > > > > On Tue, Oct 29, 2019 at 11:20 AM Leonard Xu wrote: > > > > > Congratulations! Becket. >

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread jincheng sun
Congratulations Becket. Best, Jincheng Rui Li 于2019年10月29日周二 上午11:37写道: > Congrats Becket! > > On Tue, Oct 29, 2019 at 11:20 AM Leonard Xu wrote: > > > Congratulations! Becket. > > > > Best, > > Leonard Xu > > > > > On 2019年10月29日, at 上午11:00, Zhenghua Gao wrote: > > > > > > Congratulations,

Re: Build error: package does not exist

2019-10-28 Thread Pritam Sadhukhan
Hi Hynek, I used `mvn clean install -DskipTests -Drat.skip=true` on the root directory. I have build release 1.9 branch and took me around 1hr 23 minutes to complete with no errors. Regards, Pritam. On Tue, 29 Oct 2019 at 01:02, Hynek Noll wrote: > And I've tried just > `mvn clean install

Re: [DISCUSS] How to prepare the Python environment of PyFlink release in the current Flink release process

2019-10-28 Thread Jeff Zhang
I am a little confused, why we need to prepare python environment in release. Shouldn't that be done when user start to use pyflink ? Or do you mean to set up python environment for pyflink's CI build ? Regarding this problem "It needs a proper Python environment(i.e. Python 3.5+, setuptools,

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Rui Li
Congrats Becket! On Tue, Oct 29, 2019 at 11:20 AM Leonard Xu wrote: > Congratulations! Becket. > > Best, > Leonard Xu > > > On 2019年10月29日, at 上午11:00, Zhenghua Gao wrote: > > > > Congratulations, Becket! > > > > *Best Regards,* > > *Zhenghua Gao* > > > > > > On Tue, Oct 29, 2019 at 10:34 AM

[jira] [Created] (FLINK-14550) can't use proctime attribute when register datastream for table and exist nested fields

2019-10-28 Thread hehuiyuan (Jira)
hehuiyuan created FLINK-14550: - Summary: can't use proctime attribute when register datastream for table and exist nested fields Key: FLINK-14550 URL: https://issues.apache.org/jira/browse/FLINK-14550

compile failed

2019-10-28 Thread Xu Jianhai
I am newbie to Flink, When I use cmd `mvn clean install -DskipTests -Dfast`, I got error info "[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project flink-table-api-java: Compilation failure [ERROR]

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Leonard Xu
Congratulations! Becket. Best, Leonard Xu > On 2019年10月29日, at 上午11:00, Zhenghua Gao wrote: > > Congratulations, Becket! > > *Best Regards,* > *Zhenghua Gao* > > > On Tue, Oct 29, 2019 at 10:34 AM Yun Gao > wrote: > >> Congratulations Becket! >> >> Best, >> Yun >> >> >>

Re: How to specify a test to run in Flink?

2019-10-28 Thread Zhenghua Gao
Actually it's not a Flink problem. For single module project, you can run "mvn -Dtest=YOUR_TEST test" to run a single test. For multiple modules project, you can use "-pl sub-module" to specify the module which your test belongs to( mvn -Dtest=YOUR_TEST -pl YOUR_MODULE test), OR just CD to your

Re: [VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-28 Thread Zhenghua Gao
+1 (non-binding) *Best Regards,* *Zhenghua Gao* On Mon, Oct 28, 2019 at 2:26 PM Danny Chan wrote: > Hi all, > > I would like to start the vote for FLIP-70[1] which is discussed and > reached consensus in the discussion thread[2]. > > The vote will be open for at least 72 hours. I'll try to

[DISCUSS] Move flink-orc to flink-formats from flink-connectors

2019-10-28 Thread Jingsong Lee
Hi devs, I found that Orc is still in connectors, but we already have the parent model of formats. - Is it better to put flink-orc in flink-formats? - Is there a compatibility issue with the move? Looks like only the parent model needs to be changed, and no other changes are needed. -- Best,

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Zhenghua Gao
Congratulations, Becket! *Best Regards,* *Zhenghua Gao* On Tue, Oct 29, 2019 at 10:34 AM Yun Gao wrote: > Congratulations Becket! > > Best, > Yun > > > -- > From:Jingsong Li > Send Time:2019 Oct. 29 (Tue.) 10:23 > To:dev >

[DISCUSS] How to prepare the Python environment of PyFlink release in the current Flink release process

2019-10-28 Thread Dian Fu
Hi all, We have reached a consensus that the PyFlink package should be published to PyPI in [1]. Thanks to Jincheng's effort, the PyPI account has already been created and available to use now [2]. It means that we could publish PyFlink to PyPI in the coming releases and it also means that

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Yun Gao
Congratulations Becket! Best, Yun -- From:Jingsong Li Send Time:2019 Oct. 29 (Tue.) 10:23 To:dev Subject:Re: [ANNOUNCE] Becket Qin joins the Flink PMC Congratulations Becket! Best, Jingsong Lee On Tue, Oct 29, 2019 at 10:18 AM

Re: [VOTE] Publish the PyFlink into PyPI

2019-10-28 Thread jincheng sun
Sorry, I just found out that the result was only sent to one person at August 7. So, send the vote result again: Hi all, Thanks for voting. I'm closing this vote with a positive result, there are 11 approving

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Jingsong Li
Congratulations Becket! Best, Jingsong Lee On Tue, Oct 29, 2019 at 10:18 AM Terry Wang wrote: > Congratulations, Becket! > > Best, > Terry Wang > > > > > 2019年10月29日 10:12,OpenInx 写道: > > > > Congratulations Becket! > > > > On Tue, Oct 29, 2019 at 10:06 AM Zili Chen wrote: > > > >>

How to specify a test to run in Flink?

2019-10-28 Thread 朱国梁
Hi community! I have a problem that I cannot solve by google. I am trying to specify a test to run using maven. mvn clean test -Dtest=DistributedCacheTest The result says that: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Terry Wang
Congratulations, Becket! Best, Terry Wang > 2019年10月29日 10:12,OpenInx 写道: > > Congratulations Becket! > > On Tue, Oct 29, 2019 at 10:06 AM Zili Chen wrote: > >> Congratulations Becket! >> >> Best, >> tison. >> >> >> Congxian Qiu 于2019年10月29日周二 上午9:53写道: >> >>> Congratulations Becket!

Re: [VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-28 Thread Terry Wang
+1 (non-binding) Best, Terry Wang > 2019年10月28日 15:57,Jingsong Li 写道: > > +1 (non-binding) > > Best, > Jingsong Lee > > On Mon, Oct 28, 2019 at 2:48 PM Jark Wu wrote: > >> Thanks for driving this Danny, >> >> +1 (binding) >> >> Best, >> Jark >> >> >> On Mon, 28 Oct 2019 at 14:26,

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread OpenInx
Congratulations Becket! On Tue, Oct 29, 2019 at 10:06 AM Zili Chen wrote: > Congratulations Becket! > > Best, > tison. > > > Congxian Qiu 于2019年10月29日周二 上午9:53写道: > > > Congratulations Becket! > > > > Best, > > Congxian > > > > > > Wei Zhong 于2019年10月29日周二 上午9:42写道: > > > > > Congratulations

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Zili Chen
Congratulations Becket! Best, tison. Congxian Qiu 于2019年10月29日周二 上午9:53写道: > Congratulations Becket! > > Best, > Congxian > > > Wei Zhong 于2019年10月29日周二 上午9:42写道: > > > Congratulations Becket! > > > > Best, > > Wei > > > > > 在 2019年10月29日,09:36,Paul Lam 写道: > > > > > > Congrats Becket! > >

Re:Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Haibo Sun
Congrats Becket! Best, Haibo 在 2019-10-29 09:52:50,"Congxian Qiu" 写道: >Congratulations Becket! > >Best, >Congxian > > >Wei Zhong 于2019年10月29日周二 上午9:42写道: > >> Congratulations Becket! >> >> Best, >> Wei >> >> > 在 2019年10月29日,09:36,Paul Lam 写道: >> > >> > Congrats Becket! >> > >> > Best, >> >

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Congxian Qiu
Congratulations Becket! Best, Congxian Wei Zhong 于2019年10月29日周二 上午9:42写道: > Congratulations Becket! > > Best, > Wei > > > 在 2019年10月29日,09:36,Paul Lam 写道: > > > > Congrats Becket! > > > > Best, > > Paul Lam > > > >> 在 2019年10月29日,02:18,Xingcan Cui 写道: > >> > >> Congratulations, Becket! > >>

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread vino yang
Congratulations Becket! Best, Vino Wei Zhong 于2019年10月29日周二 上午9:42写道: > Congratulations Becket! > > Best, > Wei > > > 在 2019年10月29日,09:36,Paul Lam 写道: > > > > Congrats Becket! > > > > Best, > > Paul Lam > > > >> 在 2019年10月29日,02:18,Xingcan Cui 写道: > >> > >> Congratulations, Becket! > >> > >>

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Wei Zhong
Congratulations Becket! Best, Wei > 在 2019年10月29日,09:36,Paul Lam 写道: > > Congrats Becket! > > Best, > Paul Lam > >> 在 2019年10月29日,02:18,Xingcan Cui 写道: >> >> Congratulations, Becket! >> >> Best, >> Xingcan >> >>> On Oct 28, 2019, at 1:23 PM, Xuefu Z wrote: >>> >>> Congratulations,

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Paul Lam
Congrats Becket! Best, Paul Lam > 在 2019年10月29日,02:18,Xingcan Cui 写道: > > Congratulations, Becket! > > Best, > Xingcan > >> On Oct 28, 2019, at 1:23 PM, Xuefu Z wrote: >> >> Congratulations, Becket! >> >> On Mon, Oct 28, 2019 at 10:08 AM Zhu Zhu wrote: >> >>> Congratulations Becket! >>>

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Hequn Cheng
Congratulations Becket! Well deserved. Best, Hequn On Tue, Oct 29, 2019 at 9:01 AM Thomas Weise wrote: > Congrats! > > -- > sent from mobile > > On Mon, Oct 28, 2019, 12:56 PM Shuyi Chen wrote: > > > Congratulations! > > > > On Mon, Oct 28, 2019 at 11:18 AM Xingcan Cui wrote: > > > > >

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Thomas Weise
Congrats! -- sent from mobile On Mon, Oct 28, 2019, 12:56 PM Shuyi Chen wrote: > Congratulations! > > On Mon, Oct 28, 2019 at 11:18 AM Xingcan Cui wrote: > > > Congratulations, Becket! > > > > Best, > > Xingcan > > > > > On Oct 28, 2019, at 1:23 PM, Xuefu Z wrote: > > > > > >

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Shuyi Chen
Congratulations! On Mon, Oct 28, 2019 at 11:18 AM Xingcan Cui wrote: > Congratulations, Becket! > > Best, > Xingcan > > > On Oct 28, 2019, at 1:23 PM, Xuefu Z wrote: > > > > Congratulations, Becket! > > > > On Mon, Oct 28, 2019 at 10:08 AM Zhu Zhu wrote: > > > >> Congratulations Becket! > >>

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
And I've tried just `mvn clean install -DskipTests -Drat.skip=true -DskipITs` as well. It takes around half an hour, so I'm not too keen to try all the possibilities. I guess there might be some other SDKs/libraries that I'm missing and Maven won't tell me? Or just some random incompatibility?

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
Dear Pritam, I've tried that as well, specifically I ran: `mvn clean install -DskipTests -Drat.skip=true -DskipITs -Pinclude-kinesis -Daws.kinesis-kpl.version=0.12.6` But the result is still the same. During the build, the packages that I suppose should be generated by Maven based on Amazon

Re: Build error: package does not exist

2019-10-28 Thread Pritam Sadhukhan
Hi Hynek, please run mvn clean install -DskipTests -Drat.skip=true. It should build properly but takes time. Regards On Mon, Oct 28, 2019, 10:06 PM Hynek Noll wrote: > Hi Bruce and Jark, > Thank you for the tip, but I already did the similar by clicking "Generate > Sources and Update

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Xingcan Cui
Congratulations, Becket! Best, Xingcan > On Oct 28, 2019, at 1:23 PM, Xuefu Z wrote: > > Congratulations, Becket! > > On Mon, Oct 28, 2019 at 10:08 AM Zhu Zhu wrote: > >> Congratulations Becket! >> >> Thanks, >> Zhu Zhu >> >> Peter Huang 于2019年10月29日周二 上午1:01写道: >> >>> Congratulations

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Xuefu Z
Congratulations, Becket! On Mon, Oct 28, 2019 at 10:08 AM Zhu Zhu wrote: > Congratulations Becket! > > Thanks, > Zhu Zhu > > Peter Huang 于2019年10月29日周二 上午1:01写道: > > > Congratulations Becket Qin! > > > > > > Best Regards > > Peter Huang > > > > On Mon, Oct 28, 2019 at 9:19 AM Rong Rong wrote:

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Zhu Zhu
Congratulations Becket! Thanks, Zhu Zhu Peter Huang 于2019年10月29日周二 上午1:01写道: > Congratulations Becket Qin! > > > Best Regards > Peter Huang > > On Mon, Oct 28, 2019 at 9:19 AM Rong Rong wrote: > > > Congratulations Becket!! > > > > -- > > Rong > > > > On Mon, Oct 28, 2019, 7:53 AM Jark Wu

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Peter Huang
Congratulations Becket Qin! Best Regards Peter Huang On Mon, Oct 28, 2019 at 9:19 AM Rong Rong wrote: > Congratulations Becket!! > > -- > Rong > > On Mon, Oct 28, 2019, 7:53 AM Jark Wu wrote: > > > Congratulations Becket! > > > > Best, > > Jark > > > > On Mon, 28 Oct 2019 at 20:26, Benchao

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Yun Tang
Congratulations, Becket Best Yun Tang From: Rong Rong Sent: Tuesday, October 29, 2019 0:19 To: dev Cc: Becket Qin Subject: Re: [ANNOUNCE] Becket Qin joins the Flink PMC Congratulations Becket!! -- Rong On Mon, Oct 28, 2019, 7:53 AM Jark Wu wrote: >

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
Hi Bruce and Jark, Thank you for the tip, but I already did the similar by clicking "Generate Sources and Update Folders". I tried the suggested command(s), but without success unfortunately. Executing `mvn clean install -DskipTests` resulted in an error: "Too many files with unapproved license:

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Rong Rong
Congratulations Becket!! -- Rong On Mon, Oct 28, 2019, 7:53 AM Jark Wu wrote: > Congratulations Becket! > > Best, > Jark > > On Mon, 28 Oct 2019 at 20:26, Benchao Li wrote: > > > Congratulations Becket. > > > > Dian Fu 于2019年10月28日周一 下午7:22写道: > > > > > Congrats, Becket. > > > > > > > 在

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Jark Wu
Congratulations Becket! Best, Jark On Mon, 28 Oct 2019 at 20:26, Benchao Li wrote: > Congratulations Becket. > > Dian Fu 于2019年10月28日周一 下午7:22写道: > > > Congrats, Becket. > > > > > 在 2019年10月28日,下午6:07,Fabian Hueske 写道: > > > > > > Hi everyone, > > > > > > I'm happy to announce that Becket

[jira] [Created] (FLINK-14549) Bring more detail by using logicalType rather than conversionClass in exception msg

2019-10-28 Thread Leonard Xu (Jira)
Leonard Xu created FLINK-14549: -- Summary: Bring more detail by using logicalType rather than conversionClass in exception msg Key: FLINK-14549 URL: https://issues.apache.org/jira/browse/FLINK-14549

Re: [VOTE] FLIP-81: Executor-related new ConfigOptions

2019-10-28 Thread Kostas Kloudas
Thanks a lot for the votes, I will move the FLIP to accepted! Cheers, Kostas On Mon, Oct 28, 2019 at 11:59 AM Dawid Wysakowicz wrote: > > +1 (binding) > > Best, > > Dawid > > On 24/10/2019 10:10, Jeff Zhang wrote: > > +1 (non-binding) > > > > vino yang 于2019年10月24日周四 下午4:06写道: > > > >> +1

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Benchao Li
Congratulations Becket. Dian Fu 于2019年10月28日周一 下午7:22写道: > Congrats, Becket. > > > 在 2019年10月28日,下午6:07,Fabian Hueske 写道: > > > > Hi everyone, > > > > I'm happy to announce that Becket Qin has joined the Flink PMC. > > Let's congratulate and welcome Becket as a new member of the Flink PMC! > >

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread Dian Fu
Congrats, Becket. > 在 2019年10月28日,下午6:07,Fabian Hueske 写道: > > Hi everyone, > > I'm happy to announce that Becket Qin has joined the Flink PMC. > Let's congratulate and welcome Becket as a new member of the Flink PMC! > > Cheers, > Fabian

Flink 1.8.1 HDFS 2.6.5 issue

2019-10-28 Thread V N, Suchithra (Nokia - IN/Bangalore)
Hi, I am trying to execute Wordcount.jar in Flink 1.8.1 with Hadoop version 2.6.5. HDFS is enabled with Kerberos+SSL. While writing output to HDFS, facing the below exception and job will be failed. Please let me know if any suggestions to debug this issue. Caused by:

Re: [VOTE] FLIP-81: Executor-related new ConfigOptions

2019-10-28 Thread Dawid Wysakowicz
+1 (binding) Best, Dawid On 24/10/2019 10:10, Jeff Zhang wrote: > +1 (non-binding) > > vino yang 于2019年10月24日周四 下午4:06写道: > >> +1 (non-binding) >> >> Best, >> Vino >> >> Yang Wang 于2019年10月23日周三 下午9:05写道: >> >>> We could benefit a lot from unifying the cli options and config options. >>> >>>

[jira] [Created] (FLINK-14548) Many tests in the nightly fail during cancellation.

2019-10-28 Thread Kostas Kloudas (Jira)
Kostas Kloudas created FLINK-14548: -- Summary: Many tests in the nightly fail during cancellation. Key: FLINK-14548 URL: https://issues.apache.org/jira/browse/FLINK-14548 Project: Flink

[jira] [Created] (FLINK-14547) UDF cannot be in the join condition in blink planner

2019-10-28 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-14547: Summary: UDF cannot be in the join condition in blink planner Key: FLINK-14547 URL: https://issues.apache.org/jira/browse/FLINK-14547 Project: Flink Issue

flink-json does not support map type

2019-10-28 Thread Benchao Li
Hi devs, Recently when we use blink-planner with flink-json format, we found that flink-json does not support `map` type well. Actually flink-json treat `map` type as normal object, which means its type is deduced from fast-jackson, not from ddl. I have created a jira: FLINK-14546 to track this.

[jira] [Created] (FLINK-14546) Support map type in flink-json

2019-10-28 Thread Benchao Li (Jira)
Benchao Li created FLINK-14546: -- Summary: Support map type in flink-json Key: FLINK-14546 URL: https://issues.apache.org/jira/browse/FLINK-14546 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-14545) Resuming Externalized Checkpoint (file, async, scale down) end-to-end test fails on travis

2019-10-28 Thread Yu Li (Jira)
Yu Li created FLINK-14545: - Summary: Resuming Externalized Checkpoint (file, async, scale down) end-to-end test fails on travis Key: FLINK-14545 URL: https://issues.apache.org/jira/browse/FLINK-14545

[jira] [Created] (FLINK-14544) Resuming Externalized Checkpoint after terminal failure (file, async) end-to-end test fails on travis

2019-10-28 Thread Yu Li (Jira)
Yu Li created FLINK-14544: - Summary: Resuming Externalized Checkpoint after terminal failure (file, async) end-to-end test fails on travis Key: FLINK-14544 URL: https://issues.apache.org/jira/browse/FLINK-14544

[jira] [Created] (FLINK-14543) Support partition for temporary table

2019-10-28 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-14543: Summary: Support partition for temporary table Key: FLINK-14543 URL: https://issues.apache.org/jira/browse/FLINK-14543 Project: Flink Issue Type: Sub-task

Re: [VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-28 Thread Jingsong Li
+1 (non-binding) Best, Jingsong Lee On Mon, Oct 28, 2019 at 2:48 PM Jark Wu wrote: > Thanks for driving this Danny, > > +1 (binding) > > Best, > Jark > > > On Mon, 28 Oct 2019 at 14:26, Danny Chan wrote: > > > Hi all, > > > > I would like to start the vote for FLIP-70[1] which is discussed

Re: [VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-28 Thread Kurt Young
+1 (binding) Best, Kurt On Mon, Oct 28, 2019 at 2:48 PM Jark Wu wrote: > Thanks for driving this Danny, > > +1 (binding) > > Best, > Jark > > > On Mon, 28 Oct 2019 at 14:26, Danny Chan wrote: > > > Hi all, > > > > I would like to start the vote for FLIP-70[1] which is discussed and > >

[RESULT][VOTE] FLIP-78: Flink Python UDF Environment and Dependency Management

2019-10-28 Thread Wei Zhong
Hi all, The voting time for FLIP-78 has passed. I'm closing the vote now. There were 6 +1 votes, 4 of which are binding: - Jincheng (binding) - Hequn (binding) - Thomas (binding) - Maximilian (binding) - Dian (non-binding) - Jeff (non-binding) There were no disapproving votes. Thus, FLIP-78

[jira] [Created] (FLINK-14542) YarnConfiguration initialization problem

2019-10-28 Thread lisen (Jira)
lisen created FLINK-14542: - Summary: YarnConfiguration initialization problem Key: FLINK-14542 URL: https://issues.apache.org/jira/browse/FLINK-14542 Project: Flink Issue Type: Bug

Re: [VOTE] FLIP-78: Flink Python UDF Environment and Dependency Management

2019-10-28 Thread Wei Zhong
Thanks everyone for the votes! I’ll summarize the voting result in a separate email. Best, Wei > 在 2019年10月28日,11:38,jincheng sun 写道: > > Hi Max, > > Thanks for your feedback. You are right, we really need a more generic > solution, I volunteer to draft an init solution design doc, and bring

[jira] [Created] (FLINK-14541) AggregateITCase.testTimeDistinct failed on travis

2019-10-28 Thread Jark Wu (Jira)
Jark Wu created FLINK-14541: --- Summary: AggregateITCase.testTimeDistinct failed on travis Key: FLINK-14541 URL: https://issues.apache.org/jira/browse/FLINK-14541 Project: Flink Issue Type: Bug

Re: [VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-28 Thread Jark Wu
Thanks for driving this Danny, +1 (binding) Best, Jark On Mon, 28 Oct 2019 at 14:26, Danny Chan wrote: > Hi all, > > I would like to start the vote for FLIP-70[1] which is discussed and > reached consensus in the discussion thread[2]. > > The vote will be open for at least 72 hours. I'll try

Re: [VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-28 Thread Benchao Li
+1 (non-binding) It's a very valuable feature for us. Danny Chan 于2019年10月28日周一 下午2:26写道: > Hi all, > > I would like to start the vote for FLIP-70[1] which is discussed and > reached consensus in the discussion thread[2]. > > The vote will be open for at least 72 hours. I'll try to close it by

[jira] [Created] (FLINK-14540) Rethink of TableSource#explainSource()

2019-10-28 Thread Jark Wu (Jira)
Jark Wu created FLINK-14540: --- Summary: Rethink of TableSource#explainSource() Key: FLINK-14540 URL: https://issues.apache.org/jira/browse/FLINK-14540 Project: Flink Issue Type: Improvement

[VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-28 Thread Danny Chan
Hi all, I would like to start the vote for FLIP-70[1] which is discussed and reached consensus in the discussion thread[2]. The vote will be open for at least 72 hours. I'll try to close it by 2019-10-31 18:00 UTC, unless there is an objection or not enough votes. [1] 

Re: Intermittent No FileSystem found exception

2019-10-28 Thread Congxian Qiu
Hi Maulik, Do you try flink 1.9, is the problem is still there? Best, Congxian Maulik Soneji 于2019年10月24日周四 下午9:03写道: > Hi everyone, > > We are running a Batch job on flink that reads data from GCS and does some > aggregation on this data. > We are intermittently getting issue: `No filesystem

[jira] [Created] (FLINK-14539) Unique key metadata should be ketp when using concat or concat_ws in some cases

2019-10-28 Thread Kevin Zhang (Jira)
Kevin Zhang created FLINK-14539: --- Summary: Unique key metadata should be ketp when using concat or concat_ws in some cases Key: FLINK-14539 URL: https://issues.apache.org/jira/browse/FLINK-14539