You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Andrei Savu (Created) (JIRA)" <ji...@apache.org> on 2012/01/18 13:15:39 UTC

[jira] [Created] (WHIRR-480) Configure scripts should work fine when executed multiple times

Configure scripts should work fine when executed multiple times 
----------------------------------------------------------------

                 Key: WHIRR-480
                 URL: https://issues.apache.org/jira/browse/WHIRR-480
             Project: Whirr
          Issue Type: Improvement
            Reporter: Andrei Savu
             Fix For: 0.8.0


This is critical for cluster re-configuration & resize. 

Here is one possible usage scenario (update MR configuration):
{noformat}
$ bin/whirr stop-services --config .. --roles hadoop-jobtracker,hadoop-tasktracker
# edit .properties file and update required config files
$ bin/whirr configure-services --config ... --roles hadoop-jobtracker,hadoop-tasktracker
$ bin/whirr start-services --config ... --roles hadoop-jobtracker,hadoop-tasktracker
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira