arvindshmicrosoft edited a comment on issue #388:
URL: https://github.com/apache/fluo-muchos/issues/388#issuecomment-810330239


   Not totally sure about your context, but assuming that you have a set of 
existing nodes where we want to setup Accumulo and related components, the 
details about those nodes go into two places:
   * The `[nodes]` section in muchos.props will contain the list of host names, 
with service roles associated with each node. Follow the example in 
[muchos.props.example](https://github.com/apache/fluo-muchos/blob/main/conf/muchos.props.example)
 to go about this.
   * The other file which needs to be created for the existing cluster type 
would be the `fluo-muchos/conf/hosts/<<cluster name>>`  where `<<cluster 
name>>` needs to be replaced with the actual name of the cluster you are 
working with. For example if you run `muchos setup -c myclust1` then there 
would need to be a file called `myclust1` under the fluo-muchos/conf/hosts 
folder. The format of this file would be similar to the [sample hosts 
file](https://github.com/apache/fluo-muchos/blob/main/conf/hosts/example/example_cluster).
   
   Also, I'm open to your suggestions on how we can improve the README to make 
this clearer.


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


Reply via email to