ACCUMULO-2972: correction to description for instance.secret
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0ecc4716 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0ecc4716 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0ecc4716 Branch: refs/heads/1.7 Commit: 0ecc47161cc5b019f856dccd78bec48c4ba70e13 Parents: 2165dde Author: milleruntime <michaelpmil...@gmail.com> Authored: Fri Sep 9 14:07:28 2016 -0400 Committer: milleruntime <michaelpmil...@gmail.com> Committed: Fri Sep 9 14:18:47 2016 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/accumulo/core/conf/Property.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/0ecc4716/core/src/main/java/org/apache/accumulo/core/conf/Property.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java b/core/src/main/java/org/apache/accumulo/core/conf/Property.java index b564825..def13dc 100644 --- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java +++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java @@ -123,9 +123,10 @@ public enum Property { @Sensitive INSTANCE_SECRET("instance.secret", "DEFAULT", PropertyType.STRING, "A secret unique to a given instance that all servers must know in order to communicate with one another." - + "Change it before initialization. To change it later use the ChangeSecret tool and then update conf/accumulo-site.xml everywhere." - + "Before using the ChangeSecret tool, make sure Accumulo is not running and you are logged in as the user that controls Accumulo files in HDFS." - + "To use the ChangeSecret tool, run the command: ./bin/accumulo accumulo.server.util.ChangeSecret"), + + "It should be changed prior to the initialization of Accumulo. To change it after Accumulo has been initialized, use the ChangeSecret tool " + + "and then update conf/accumulo-site.xml everywhere. Before using the ChangeSecret tool, make sure Accumulo is not running and you are logged " + + "in as the user that controls Accumulo files in HDFS. To use the ChangeSecret tool, run the command: " + + "./bin/accumulo org.apache.accumulo.server.util.ChangeSecret"), INSTANCE_VOLUMES("instance.volumes", "", PropertyType.STRING, "A comma seperated list of dfs uris to use. Files will be stored across these filesystems. If this is empty, then instance.dfs.uri will be used. " + "After adding uris to this list, run 'accumulo init --add-volume' and then restart tservers. If entries are removed from this list then tservers "