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 2021/03/30 14:56:35 UTC

[GitHub] [fluo-muchos] arvindshmicrosoft edited a comment on issue #388: Setup for existing cluster

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


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