You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kk...@apache.org on 2019/11/12 07:58:51 UTC

[flink] 11/24: docs

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

kkloudas pushed a commit to branch executors
in repository https://gitbox.apache.org/repos/asf/flink.git

commit ab10baad202963d1cc6813b7d94094fdc1b84bcc
Author: Kostas Kloudas <kk...@gmail.com>
AuthorDate: Mon Nov 4 16:01:56 2019 +0100

    docs
---
 .../generated/execution_configuration.html         | 26 ++++++++++++++++++++++
 .../generated/readable_configuration.html          | 11 +++++++++
 .../generated/writable_configuration.html          | 11 +++++++++
 3 files changed, 48 insertions(+)

diff --git a/docs/_includes/generated/execution_configuration.html b/docs/_includes/generated/execution_configuration.html
new file mode 100644
index 0000000..7f7bdcc
--- /dev/null
+++ b/docs/_includes/generated/execution_configuration.html
@@ -0,0 +1,26 @@
+<table class="table table-bordered">
+    <thead>
+        <tr>
+            <th class="text-left" style="width: 20%">Key</th>
+            <th class="text-left" style="width: 15%">Default</th>
+            <th class="text-left" style="width: 65%">Description</th>
+        </tr>
+    </thead>
+    <tbody>
+        <tr>
+            <td><h5>execution.attached</h5></td>
+            <td style="word-wrap: break-word;">false</td>
+            <td>Specifies if the pipeline is submitted in attached or detached mode.</td>
+        </tr>
+        <tr>
+            <td><h5>execution.shutdown-on-attached-exit</h5></td>
+            <td style="word-wrap: break-word;">false</td>
+            <td>If the job is submitted in attached mode, perform a best-effort cluster shutdown when the CLI is terminated abruptly, e.g., in response to a user interrupt, such as typing Ctrl + C.</td>
+        </tr>
+        <tr>
+            <td><h5>execution.target</h5></td>
+            <td style="word-wrap: break-word;">(none)</td>
+            <td>The deployment target for the execution, e.g. "local" for local execution.</td>
+        </tr>
+    </tbody>
+</table>
diff --git a/docs/_includes/generated/readable_configuration.html b/docs/_includes/generated/readable_configuration.html
new file mode 100644
index 0000000..6432079
--- /dev/null
+++ b/docs/_includes/generated/readable_configuration.html
@@ -0,0 +1,11 @@
+<table class="table table-bordered">
+    <thead>
+        <tr>
+            <th class="text-left" style="width: 20%">Key</th>
+            <th class="text-left" style="width: 15%">Default</th>
+            <th class="text-left" style="width: 65%">Description</th>
+        </tr>
+    </thead>
+    <tbody>
+    </tbody>
+</table>
diff --git a/docs/_includes/generated/writable_configuration.html b/docs/_includes/generated/writable_configuration.html
new file mode 100644
index 0000000..6432079
--- /dev/null
+++ b/docs/_includes/generated/writable_configuration.html
@@ -0,0 +1,11 @@
+<table class="table table-bordered">
+    <thead>
+        <tr>
+            <th class="text-left" style="width: 20%">Key</th>
+            <th class="text-left" style="width: 15%">Default</th>
+            <th class="text-left" style="width: 65%">Description</th>
+        </tr>
+    </thead>
+    <tbody>
+    </tbody>
+</table>