You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2019/08/22 12:22:23 UTC

[flink-web] branch asf-site updated: Minor fix in 1.9 announcement

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

rmetzger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b2439e9  Minor fix in 1.9 announcement
b2439e9 is described below

commit b2439e9c62847ededecd32020dbde7f9903722ef
Author: Robert Metzger <rm...@apache.org>
AuthorDate: Thu Aug 22 14:22:06 2019 +0200

    Minor fix in 1.9 announcement
---
 _posts/2019-08-22-release-1.9.0.md         |  5 ++++-
 content/news/2019/08/22/release-1.9.0.html | 13 +++++++++----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/_posts/2019-08-22-release-1.9.0.md b/_posts/2019-08-22-release-1.9.0.md
index 954b1e1..8ac4678 100644
--- a/_posts/2019-08-22-release-1.9.0.md
+++ b/_posts/2019-08-22-release-1.9.0.md
@@ -61,8 +61,11 @@ batch-shuffle connections of a job define the boundaries of its failover
 regions. More details are available in
 [FLIP-1](https://cwiki.apache.org/confluence/display/FLINK/FLIP-1+%3A+Fine+Grained+Recovery+from+Task+Failures).
 ![alt_text]({{site.baseurl}}/img/blog/release-19-flip1.png "Fine-grained Batch
-Recovery") To use this new failover strategy, you need to do the following
+Recovery") 
+
+To use this new failover strategy, you need to do the following
 settings:
+
  * Make sure you have the entry `jobmanager.execution.failover-strategy:
    region` in your `flink-conf.yaml`.
 
diff --git a/content/news/2019/08/22/release-1.9.0.html b/content/news/2019/08/22/release-1.9.0.html
index cd85ff9..d1a07aa 100644
--- a/content/news/2019/08/22/release-1.9.0.html
+++ b/content/news/2019/08/22/release-1.9.0.html
@@ -231,10 +231,15 @@ batch-shuffle connections of a job define the boundaries of its failover
 regions. More details are available in
 <a href="https://cwiki.apache.org/confluence/display/FLINK/FLIP-1+%3A+Fine+Grained+Recovery+from+Task+Failures">FLIP-1</a>.
 <img src="/img/blog/release-19-flip1.png" alt="alt_text" title="Fine-grained Batch
-Recovery" /> To use this new failover strategy, you need to do the following
-settings:
- * Make sure you have the entry <code>jobmanager.execution.failover-strategy:
-   region</code> in your <code>flink-conf.yaml</code>.</p>
+Recovery" /></p>
+
+<p>To use this new failover strategy, you need to do the following
+settings:</p>
+
+<ul>
+  <li>Make sure you have the entry <code>jobmanager.execution.failover-strategy:
+region</code> in your <code>flink-conf.yaml</code>.</li>
+</ul>
 
 <p><strong>Note:</strong> The configuration of the 1.9 distribution has that entry by default,
   but when reusing a configuration file from previous setups, you have to add