You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2018/09/28 19:06:31 UTC

[flink] 05/10: [hotfix][docs, tests] Fix formatting in jepsen README.md

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

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

commit 47f88475ef59a3d0d71e92960d33dd826b02cc0c
Author: gyao <ga...@data-artisans.com>
AuthorDate: Mon Sep 17 21:29:04 2018 +0200

    [hotfix][docs, tests] Fix formatting in jepsen README.md
---
 flink-jepsen/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-jepsen/README.md b/flink-jepsen/README.md
index dcad287..a3e2668 100644
--- a/flink-jepsen/README.md
+++ b/flink-jepsen/README.md
@@ -9,6 +9,7 @@ under faults. The tests in this particular project deploy Flink on YARN, Mesos,
 job, and examine the availability of the job after injecting faults.
 A job is said to be available if all the tasks of the job are running.
 The faults that can be currently introduced to the Flink cluster include:
+
 * Killing of TaskManager/JobManager processes
 * Stopping HDFS NameNode
 * Network partitions