Skip to content

Commit 3fb231e

Browse files
codenohupreswqa
authored andcommitted
[FLINK-36336][docs] Remove deprecated DataSet API related contents in documentations
1 parent dc73c6a commit 3fb231e

File tree

7 files changed

+11
-33
lines changed

7 files changed

+11
-33
lines changed

docs/content.zh/docs/concepts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ under the License.
3535

3636
Flink 为流式/批式处理应用程序的开发提供了不同级别的抽象。
3737

38-
{{< img src="/fig/levels_of_abstraction.svg" alt="Programming levels of abstraction" class="offset" width="80%" >}}
38+
{{< img src="/fig/concepts/levels_of_abstraction.svg" alt="Programming levels of abstraction" class="offset" width="80%" >}}
3939

4040
- Flink API 最底层的抽象为**有状态实时流处理**。其抽象实现是 [Process Function]({{< ref "docs/dev/datastream/operators/process_function" >}}),并且 **Process Function** 被 Flink 框架集成到了 [DataStream API]({{< ref "docs/dev/datastream/overview" >}}) 中来为我们使用。它允许用户在应用程序中自由地处理来自单流或多流的事件(数据),并提供具有全局一致性和容错保障的*状态*。此外,用户可以在此层抽象中注册事件时间(event time)和处理时间(processing time)回调方法,从而允许程序可以实现复杂计算。
4141

docs/content.zh/docs/deployment/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,15 +617,15 @@ You can configure environment variables to be set on the JobManager and TaskMana
617617
These options relate to parts of Flink that are not actively developed any more.
618618
These options may be removed in a future release.
619619

620-
**DataSet API Optimizer**
620+
**Optimizer**
621621

622622
{{< generated/optimizer_configuration >}}
623623

624-
**DataSet API Runtime Algorithms**
624+
**Runtime Algorithms**
625625

626626
{{< generated/algorithm_configuration >}}
627627

628-
**DataSet File Sinks**
628+
**File Sinks**
629629

630630
{{< generated/deprecated_file_sinks_section >}}
631631

docs/content.zh/docs/deployment/speculative_execution.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ under the License.
4040
## 使用方法
4141
本章节描述了如何使用预测执行,包含如何启用,调优,以及开发/改进自定义 source 来支持预测执行。
4242

43-
{{< hint warning >}}
44-
注意:Flink 不支持 DataSet 作业的预测执行,因为 DataSet API 在不久的将来会被废弃。现在推荐使用 DataStream API 来开发 Flink 批处理作业。
45-
{{< /hint >}}
46-
4743
### 启用预测执行
4844
你可以通过以下配置项启用预测执行:
4945
- `execution.batch.speculative.enabled: true`

docs/content/docs/concepts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This _Concepts in Depth_ section provides a deeper understanding of how Flink's
3939

4040
Flink offers different levels of abstraction for developing streaming/batch applications.
4141

42-
{{< img src="/fig/levels_of_abstraction.png" alt="Programming levels of abstraction" width="70%" >}}
42+
{{< img src="/fig/concepts/levels_of_abstraction.svg" alt="Programming levels of abstraction" width="70%" >}}
4343

4444
- The lowest level abstraction simply offers **stateful and timely stream processing**. It is
4545
embedded into the [DataStream API]({{< ref "docs/dev/datastream/overview" >}}) via the [Process

docs/content/docs/deployment/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,15 +619,15 @@ You can configure environment variables to be set on the JobManager and TaskMana
619619
These options relate to parts of Flink that are not actively developed any more.
620620
These options may be removed in a future release.
621621

622-
**DataSet API Optimizer**
622+
**Optimizer**
623623

624624
{{< generated/optimizer_configuration >}}
625625

626-
**DataSet API Runtime Algorithms**
626+
**Runtime Algorithms**
627627

628628
{{< generated/algorithm_configuration >}}
629629

630-
**DataSet File Sinks**
630+
**File Sinks**
631631

632632
{{< generated/deprecated_file_sinks_section >}}
633633

docs/static/fig/concepts/levels_of_abstraction.svg

Lines changed: 3 additions & 21 deletions
Loading
-344 KB
Binary file not shown.

0 commit comments

Comments
 (0)