Re: Regarding new command to download jars in flink cluster

2023-03-04 Thread David Morávek
Hi Surendra, Since you're mentioning docker, I assume you're deploying your application to k8s. Is that correct? For handcrafted Kubernetes deployments, you can simply download the jar into the user lib folder in an init container [1]. You can usually reuse existing docker images to download the

[jira] [Created] (FLINK-31324) Broken SingleThreadFetcherManager constructor API

2023-03-04 Thread Yun Tang (Jira)
Yun Tang created FLINK-31324: Summary: Broken SingleThreadFetcherManager constructor API Key: FLINK-31324 URL: https://issues.apache.org/jira/browse/FLINK-31324 Project: Flink Issue Type: Bug

[DISCUSS] String literal behavior in Flink

2023-03-04 Thread Aitozi
Hi, I encountered a problem when using string literal in Flink. Currently, Flink will escape the string literal during codegen, so for the query below: SELECT 'a\nb'; it will print => a\nb then for the query SELECT SPLIT_INDEX(col, '\n', 0); The col can not split by the newline. If we want

Re: Flink k8s native support - pod deployments and upgrades

2023-03-04 Thread ramkrishna vasudevan
Thanks Gyula for the update. This helps a lot. Regards Ram On Sat, Mar 4, 2023 at 12:27 PM Gyula Fóra wrote: > In general there are no in place upgrades in Flink for either jobs or > processes . This is not specific to Kubernetes, Yarn or any deployment > mode. > > Gyula > > On Sat, 4 Mar 2023

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-03-04 Thread Ran Tao
Hi all, If there is no question related to this FLIP, we will start the voting thread on 3/6 (Monday). thank you all. Best Regards, Ran Tao https://github.com/chucheng92 Ran Tao 于2023年3月1日周三 17:40写道: > Hi, Timo. thanks. > > I have copied the content of docs and updated the FLIP. > > Thanks