ctubbsii commented on a change in pull request #270: Support Accumulo installs 
on Microsoft Azure
URL: https://github.com/apache/fluo-muchos/pull/270#discussion_r313178180
 
 

 ##########
 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 don't think that's a good setup assumption. This tool is a developer tool, 
intended for testing Fluo (and Accumulo) by its contributors. It is not a tool 
for public release, and is not intended as a cluster provisioning tool for 
production environments. HA is not necessarily worthwhile for the use case 
Muchos was written for.

----------------------------------------------------------------
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

Reply via email to