This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch keith-turner-ha-readme in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git
commit 54003ef539cf2b82d50a8036924faa2420c21078 Author: Keith Turner <[email protected]> AuthorDate: Tue Mar 10 12:58:28 2020 -0400 Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 23f945e..6714f55 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,9 @@ Before enabling HA, it is strongly recommended you read the Apache doc for [HDFS Also in the `[nodes]` section of [muchos.props] ensure the `journalnode` and `zkfc` service are configured to run. +When `hdfs_ha` is True it also enable the ability to have HA resource managers for YARN. To utilize this feature, specify +`resourcemanager` for multiple leader nodes in the `[nodes]` section. + ## Terminating your cluster If you launched your cluster, run the following command to terminate your cluster. WARNING - All
