You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2019/08/12 21:13:53 UTC

[GitHub] [fluo-muchos] karthick-rn commented on a change in pull request #270: Support Accumulo installs on Microsoft Azure

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

 ##########
 File path: conf/muchos.props.example
 ##########
 @@ -158,11 +160,12 @@ yarn_nm_mem_mb=16384
 # <Hostname> = <Service1>[,<Service2>,<Service3>]
 # Where:
 #   Hostname = Must be unique.  Will be used for hostname in EC2 or should match hostname on your own cluster
-#   Service = Service to run on node (possible values: zookeeper, namenode, resourcemanager, accumulomaster, client, swarmmanager,
-#             mesosmaster, worker, fluo, metrics, spark). The following services are required: namenode, resourcemanager,
-#             accumulomaster, zookeeper & worker
-leader1 = namenode,resourcemanager,accumulomaster,zookeeper
-leader2 = metrics
+#   Service = Service to run on node (possible values: zookeeper, namenode, resourcemanager, accumulomaster, client,swarmmanager,
+#             zkfc, journalnode, mesosmaster, worker, fluo, metrics, spark). The following services are required: namenode,
+#             resourcemanager, zkfc, journalnode, mesosmaster, accumulomaster, zookeeper & worker.
+leader1 = namenode,resourcemanager,accumulomaster,zookeeper,journalnode,zkfc
 
 Review comment:
   @keith-turner there is a possible confusion between zkfc and zookeeper service - we are referring to zkfc(zookeeper failover controller), which is a Zookeeper client service that runs on the host running namenodes to monitor the health of the namenodes & report the status back to Zookeeper. This is required in addition to the odd no of ZK we already configured.  Visit the apache [doc](https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html#Automatic_Failover) for more info

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services