You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/02/02 22:44:34 UTC

[jira] [Created] (ACCUMULO-3554) Add utility to rename an Accumulo instance

Josh Elser created ACCUMULO-3554:
------------------------------------

             Summary: Add utility to rename an Accumulo instance
                 Key: ACCUMULO-3554
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3554
             Project: Accumulo
          Issue Type: Improvement
          Components: client
            Reporter: Josh Elser
            Priority: Trivial
             Fix For: 1.7.0


We don't have any utilities to rename an Accumulo instance, which means that users would have to go into ZooKeeper and manually change it to do so. This is error prone (and probably scary for someone not familiar with ZK), so we should provide a script that does this for them.

It only requires moving {{/accumulo/instances/$old_instance_name}} to {{/accumulo/instances/$new_instance_name}} (preserving the contents of the znode).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)