退订

2024-01-18 Thread dev
退订

Pyflink in Docker Container

2024-12-12 Thread Dev
nd here is my full Dockerfile config: FROM flink:1.20.0-java17 # Install Python RUN apt-get update && \ apt-get install -y software-properties-common coreutils && \ add-apt-repository ppa:deadsnakes/ppa && \ apt-get update && \ apt-get install -y python3.9 python3.9-venv p

[jira] [Created] (FLINK-17409) SqlCreateView's SqlParserPos return wrong value

2020-04-27 Thread zhanghang-dev (Jira)
zhanghang-dev created FLINK-17409: - Summary: SqlCreateView's SqlParserPos return wrong value Key: FLINK-17409 URL: https://issues.apache.org/jira/browse/FLINK-17409 Project: Flink Issue

[jira] [Created] (FLINK-17884) package the codegen directory to flink-sql-parser jar

2020-05-22 Thread zhanghang-dev (Jira)
zhanghang-dev created FLINK-17884: - Summary: package the codegen directory to flink-sql-parser jar Key: FLINK-17884 URL: https://issues.apache.org/jira/browse/FLINK-17884 Project: Flink

Scaling Flink Jobs without Restarting Job

2023-07-23 Thread Talat Uyarer via dev
HI, We are using Flink with Adaptive Scheduler(Reactive Mode) on Kubernetes with Standalone deployment Application mode for our streaming infrastructure. Our autoscaler is scaling up or down our jobs. However, each scale action causes a job restart. Our customers complain about fluctuating traffi

Re: Scaling Flink Jobs without Restarting Job

2023-07-24 Thread Talat Uyarer via dev
rtitions (for Kafka sources for example) and requires some coordination > works. > > Best, > Zhanghao Chen > -- > *发件人:* Talat Uyarer via dev > *发送时间:* 2023年7月23日 15:28 > *收件人:* dev > *主题:* Scaling Flink Jobs without Restarting Job > > HI