You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by cc...@apache.org on 2022/12/13 16:11:46 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1431] "Run Flink Jobs" unresolved link (#223)

This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c659c8e1 [YUNIKORN-1431] "Run Flink Jobs" unresolved link (#223)
6c659c8e1 is described below

commit 6c659c8e16990632c3a3972e4f26b667f6bf99bd
Author: wusamzong <t3...@gmail.com>
AuthorDate: Tue Dec 13 10:11:28 2022 -0600

    [YUNIKORN-1431] "Run Flink Jobs" unresolved link (#223)
    
    Closes: #223
    
    Signed-off-by: Craig Condit <cc...@apache.org>
---
 docs/user_guide/workloads/run_flink.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user_guide/workloads/run_flink.md b/docs/user_guide/workloads/run_flink.md
index d20e8158a..bb9002743 100644
--- a/docs/user_guide/workloads/run_flink.md
+++ b/docs/user_guide/workloads/run_flink.md
@@ -32,7 +32,7 @@ used to run Flink on Kubernetes, the configuration is slight different.
 ## Standalone mode
 
 Please follow [Kubernetes Setup](https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/kubernetes.html) to get details and examples of standalone deploy mode.
-In this mode, we can directly add required labels (applicationId and queue) in Deployment/Job spec to run flink application with YuniKorn scheduler, as well as [Run workloads with YuniKorn Scheduler](#run-workloads-with-yunikorn-scheduler).
+In this mode, we can directly add required labels (applicationId and queue) in Deployment/Job spec to run flink application with YuniKorn scheduler, see the [overview](./workload_overview.md) for the label specification.
 
 ## Native mode