Repository: spark
Updated Branches:
  refs/heads/master 039ed9fe8 -> d50d12b49


[SPARK-19302][DOC][MINOR] Fix the wrong item format in security.md

## What changes were proposed in this pull request?

In docs/security.md, there is a description as follows.

```
 steps to configure the key-stores and the trust-store for the standalone 
deployment mode is as
 follows:
 * Generate a keys pair for each node
 * Export the public key of the key pair to a file on each node
 * Import all exported public keys into a single trust-store
```

According to markdown format, the first item should follow a blank line.

## How was this patch tested?

Manually tested.

Following captures are rendered web page before and after fix.

* before
![before](https://cloud.githubusercontent.com/assets/4736016/22136731/b358115c-df19-11e6-8f6c-2f7b65766265.png)

* after
![after](https://cloud.githubusercontent.com/assets/4736016/22136745/c6366ff8-df19-11e6-840d-e7e894218f9c.png)

Author: sarutak <saru...@oss.nttdata.co.jp>

Closes #16653 from sarutak/SPARK-19302.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d50d12b4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d50d12b4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d50d12b4

Branch: refs/heads/master
Commit: d50d12b49f98e18abd1c0b054b23a64fefd92ea2
Parents: 039ed9f
Author: sarutak <saru...@oss.nttdata.co.jp>
Authored: Fri Jan 20 14:15:18 2017 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Fri Jan 20 14:15:18 2017 +0000

----------------------------------------------------------------------
 docs/security.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d50d12b4/docs/security.md
----------------------------------------------------------------------
diff --git a/docs/security.md b/docs/security.md
index baadfef..6795693 100644
--- a/docs/security.md
+++ b/docs/security.md
@@ -82,6 +82,7 @@ Key-stores can be generated by `keytool` program. The 
reference documentation fo
 
[here](https://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.html).
 The most basic
 steps to configure the key-stores and the trust-store for the standalone 
deployment mode is as
 follows:
+
 * Generate a keys pair for each node
 * Export the public key of the key pair to a file on each node
 * Import all exported public keys into a single trust-store


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to