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

jingge pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.17 by this push:
     new 7150251c2f1 [docs] Fix typo
7150251c2f1 is described below

commit 7150251c2f19d65b3e4a0d730207a21b8c2b3c55
Author: Ruiwen Xu <raven.x...@gmail.com>
AuthorDate: Mon Nov 6 01:15:47 2023 -0600

    [docs] Fix typo
---
 docs/content/docs/internals/job_scheduling.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/internals/job_scheduling.md 
b/docs/content/docs/internals/job_scheduling.md
index 32d8106ea73..78740e883e4 100644
--- a/docs/content/docs/internals/job_scheduling.md
+++ b/docs/content/docs/internals/job_scheduling.md
@@ -65,7 +65,7 @@ The ExecutionGraph is a parallel version of the JobGraph: For 
each JobVertex, it
 The ExecutionVertex tracks the state of execution of a particular subtask. All 
ExecutionVertices from one JobVertex are held in an
 {{< gh_link 
file="/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionJobVertex.java"
 name="ExecutionJobVertex" >}},
 which tracks the status of the operator as a whole.
-Besides the vertices, the ExecutionGraph also contains the {{< gh_link 
file="/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResult.java"
 name="IntermediateResult" >}} and the {{< gh_link 
file="/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResultPartition.java"
 name="IntermediateResultPartition" >}}. The former tracks the state of the 
*IntermediateDataSet*, the latter the state of each of its partitions.
+Besides the vertices, the ExecutionGraph also contains the {{< gh_link 
file="/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResult.java"
 name="IntermediateResult" >}} and the {{< gh_link 
file="/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResultPartition.java"
 name="IntermediateResultPartition" >}}. The former tracks the state of the 
*IntermediateDataSet*, the latter tracks the state of each of its partitions.
 
 {{< img src="/fig/job_and_execution_graph.svg" alt="JobGraph and 
ExecutionGraph" width="50%" >}}
 

Reply via email to