退订
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
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
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
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
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