Re: Cannot run pyflink example using Flink CLI

2022-10-20 Thread Biao Geng
Hi Levan, Great to hear that your issue is resolved! For the follow-up question, I am not quite familiar with AWS EMR's configuration for flink but due to the error you attached, it looks like that pyflink may not ship some 'Google' dependencies in the Flink binary zip file and as a result, it will

[DISCUSS] Planning Flink 1.17

2022-10-20 Thread Qingsheng Ren
Hi everyone, As we are approaching the official release of Flink 1.16, it’s a good time to kick off some discussions and march toward 1.17. - Release managers Leonard Xu and I would like to volunteer as release managers for 1.17, and it would be great to have someone else working together on thi

Re: [DISCUSS] Planning Flink 1.17

2022-10-20 Thread Martijn Visser
Hi Qingsheng, I'm definitely interested in participating as a release manager again. Best regards, Martijn On Thu, Oct 20, 2022 at 9:47 AM Qingsheng Ren wrote: > Hi everyone, > > As we are approaching the official release of Flink 1.16, it’s a good time > to kick off some discussions and marc

Re: Flink Native K8S RBAC

2022-10-20 Thread Yang Wang
I have created a ticket[1] to fill the missing part in the native K8s documentation. [1]. https://issues.apache.org/jira/browse/FLINK-29705 Best, Yang Gyula Fóra 于2022年10月20日周四 13:37写道: > Hi! > > As a reference you can look at how the Flink Kubernetes Operator manages > RBAC settings: > > > ht

Re: Cannot run pyflink example using Flink CLI

2022-10-20 Thread Levan Huyen
Thanks Biao. May I ask one more question: does the binary package on Apache site (e.g: https://archive.apache.org/dist/flink/flink-1.15.2) contain the python package `pyflink` and its dependencies? I guess the answer is no. Thanks and regards, Levan Huyen On Thu, 20 Oct 2022 at 18:13, Biao Geng

Re: Cannot run pyflink example using Flink CLI

2022-10-20 Thread Biao Geng
You are right. It contains the python package `pyflink` and some dependencies like py4j and cloudpickle but does not contain all relevant dependencies(e.g. `google.protobuf` as the error log shows, which I also reproduce in my own machine). Best, Biao Geng Levan Huyen 于2022年10月20日周四 19:53写道: >