keith-turner commented on a change in pull request #270: Support Accumulo
installs on Microsoft Azure
URL: https://github.com/apache/fluo-muchos/pull/270#discussion_r314093024
##########
File path: ansible/hadoop.yml
##########
@@ -15,12 +15,30 @@
# limitations under the License.
#
-- hosts: all
+- hosts: all:!{{ azure_proxy_host }}
roles:
- hadoop
+- hosts: journalnode
+ tasks:
+ - import_tasks: roles/hadoop/tasks/start-journal.yml
+- hosts: namenode[0]
+ tasks:
+ - import_tasks: roles/hadoop/tasks/format-nn.yml
+- hosts: namenode[0]
+ tasks:
+ - import_tasks: roles/hadoop/tasks/format-zk.yml
- hosts: namenode
tasks:
- - import_tasks: roles/hadoop/tasks/start-hdfs.yml
+ - import_tasks: roles/hadoop/tasks/start-zkfc.yml
+- hosts: namenode[0]
+ tasks:
+ - import_tasks: roles/hadoop/tasks/start-nn1.yml
+- hosts: namenode[1]
Review comment:
I resolved this because it overlaps with another conversation were its being
discussed to make HA an optional feature as follow on work.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services