[ 
https://issues.apache.org/jira/browse/WHIRR-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994533#comment-12994533
 ] 

Adrian Cole commented on WHIRR-214:
-----------------------------------

one way to resize a cluster based on a current one is to persist the "template" 
of the cluster onto one of the machines (or all of the machines).  Ex. 
serialize the template to json and copy it to disk.  When going to resize the 
cluster, pick any member and the deserialize the template from this location.

ex.  put(".template", Payloads.newStringPayload(json.asJson(template)))

make sense? 

> Add nodes to running clusters
> -----------------------------
>
>                 Key: WHIRR-214
>                 URL: https://issues.apache.org/jira/browse/WHIRR-214
>             Project: Whirr
>          Issue Type: New Feature
>            Reporter: Elliott Clark
>
> I would like to be able to add a node to a running cluster.
> For example if I have created a hadoop, hbase, zookeeper cluster I would like 
> to be able to add region servers to hbase,  Zookeeper nodes to the quorum,  
> and task nodes to hadoop.
> Something akin to the functionality of the hbase-ec2 script.  Where if I 
> launch a node on an already running cluster.  It is configured to join the 
> cluster.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to