Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改FlinkDeployment的jarURI地址错误的问题 #3835

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content.zh/docs/deployment/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ spec:
- '--use-mini-cluster'
- /opt/flink/flink-cdc-{{< param Version >}}/conf/mysql-to-doris.yaml
entryClass: org.apache.flink.cdc.cli.CliFrontend
jarURI: 'local:///opt/flink/flink-cdc-{{< param Version >}}/lib/flink-cdc-dist-{{< param Version >}}.jar'
jarURI: 'local:///opt/flink/lib/flink-cdc-dist-{{< param Version >}}.jar'
parallelism: 1
state: running
upgradeMode: savepoint
Expand Down Expand Up @@ -294,4 +294,4 @@ flinkdeployment.flink.apache.org/flink-cdc-pipeline-job created

{{< hint info >}}
请注意,目前不支持使用**native application mode**提交作业。
{{< /hint >}}
{{< /hint >}}
Loading