You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2015/11/23 22:07:59 UTC

[20/37] storm git commit: Minor tweaks to documentation.

Minor tweaks to documentation.


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

Branch: refs/heads/master
Commit: c93a0ff66f75c75ba3a36db64099f710e0a9d8f0
Parents: 0d98bbe
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Nov 17 15:22:29 2015 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Nov 17 15:22:29 2015 -0600

----------------------------------------------------------------------
 docs/documentation/Pacemaker.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c93a0ff6/docs/documentation/Pacemaker.md
----------------------------------------------------------------------
diff --git a/docs/documentation/Pacemaker.md b/docs/documentation/Pacemaker.md
index 827c139..cd7a0a6 100644
--- a/docs/documentation/Pacemaker.md
+++ b/docs/documentation/Pacemaker.md
@@ -53,7 +53,7 @@ PacemakerDigest {
 ```
 
 Any node with these settings configured will be able to read from Pacemaker.
-Worker nodes need not have these configs set, and may keep `pacemaker.auth.method: NONE` set, since they do not need to read from Pacemaker daemon.
+Worker nodes need not have these configs set, and may keep `pacemaker.auth.method: NONE` set, since they do not need to read from the Pacemaker daemon.
 
 #### Kerberos
 To configure Kerberos authentication, set `pacemaker.auth.method: KERBEROS` in the cluster config on the nodes hosting Nimbus and Pacemaker.
@@ -85,6 +85,5 @@ PacemakerServer {
 };
 ```
 
-The client's user principal in the `PacemakerClient` section on the Nimbus host must match the `nimbus.daemon.user` storm cluster config value.
-The client's `serviceName` value must match the server's user principal in the `PacemakerServer` section on the Pacemaker host.
-
+ - The client's user principal in the `PacemakerClient` section on the Nimbus host must match the `nimbus.daemon.user` storm cluster config value.
+ - The client's `serviceName` value must match the server's user principal in the `PacemakerServer` section on the Pacemaker host.