You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/15 18:21:37 UTC

[incubator-hop-docs] branch asf-site updated: HOP-2159 - Flink pipeline engine documentation broken table

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

hansva pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 679a6b3  HOP-2159 - Flink pipeline engine documentation broken table
     new 0587c84  Merge pull request #23 from yannickmols/HOP-2159
679a6b3 is described below

commit 679a6b3fed6f5881375e2d9f6746081b46c2ab62
Author: Yannick Mols <ya...@know.bi>
AuthorDate: Tue Dec 15 15:57:31 2020 +0100

    HOP-2159 - Flink pipeline engine documentation broken table
---
 .../pipeline-run-configurations/beam-flink-pipeline-engine.adoc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/pipeline-run-configurations/beam-flink-pipeline-engine.adoc b/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/pipeline-run-configurations/beam-flink-pipeline-engine.adoc
index 2b3beea..07af2ab 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/pipeline-run-configurations/beam-flink-pipeline-engine.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/pipeline-run-configurations/beam-flink-pipeline-engine.adoc
@@ -37,7 +37,7 @@ Check the https://beam.apache.org/documentation/runners/flink/[Apache Beam Flink
 |Retain externalized checkpoints on cancellation|Sets the behavior of externalized checkpoints on cancellation.|false
 |Maximum bundle size|The maximum number of elements in a bundle.|1000
 |Maximum bundle time (ms)|The maximum time to wait before finalising a bundle (in milliseconds).|1000
-|Shutdown sources on final watermark|Shuts down sources which have been idle for the configured time of milliseconds. Once a source has been shut down, checkpointing is not possible anymore. Shutting down the sources eventually leads to pipeline shutdown (=Flink job finishes) once all input has been processed. Unless explicitly set, this will default to Long.MAX_VALUE when checkpointing is enabled and to 0 when checkpointing is disabled. See https://issues.apache.org/jira/browse/FLINK-24 [...]
+|Shutdown sources on final watermark|Shuts down sources which have been idle for the configured time of milliseconds. Once a source has been shut down, checkpointing is not possible anymore. Shutting down the sources eventually leads to pipeline shutdown (=Flink job finishes) once all input has been processed. Unless explicitly set, this will default to Long.MAX_VALUE when checkpointing is enabled and to 0 when checkpointing is disabled. See https://issues.apache.org/jira/browse/FLINK-24 [...]
 |Latency tracking interval|	Interval in milliseconds for sending latency tracking marks from the sources to the sinks. Interval value <= 0 disables the feature.|0
 |Auto watermark interval|The interval in milliseconds for automatic watermark emission.|
 |Batch execution mode|Flink mode for data exchange of batch pipelines. Reference {@link org.apache.flink.api.common.ExecutionMode}. Set this to BATCH_FORCED if pipelines get blocked, see https://issues.apache.org/jira/browse/FLINK-10672[FLINK-10672]|P