Repository: accumulo Updated Branches: refs/heads/1.6.1-SNAPSHOT fc4e98307 -> 59426a029
ACCUMULO-1832 fix typos Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/59426a02 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/59426a02 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/59426a02 Branch: refs/heads/1.6.1-SNAPSHOT Commit: 59426a029ca6b6ad707d95d3bced1aaa0435baa5 Parents: fc4e983 Author: Eric C. Newton <eric.new...@gmail.com> Authored: Thu Jul 24 11:22:08 2014 -0400 Committer: Eric C. Newton <eric.new...@gmail.com> Committed: Thu Jul 24 11:22:48 2014 -0400 ---------------------------------------------------------------------- core/src/main/java/org/apache/accumulo/core/conf/Property.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/59426a02/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 095b25d..8c9a326 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 @@ -126,9 +126,9 @@ public enum Property { + "encoding. For example replace commas with %2C."), INSTANCE_VOLUMES_REPLACEMENTS("instance.volumes.replacements", "", PropertyType.STRING, "Since accumulo stores absolute URIs changing the location of a namenode could prevent Accumulo from starting. The property helps deal with that " - + "situation. Provide a comma seperated list of uri replacement pairs here if a namenode location changes. Each pair shold be separated with a " - + "space. For example, if hdfs://nn1 was repalced with hdfs://nnA and hdfs://nn2 was replaced with hdfs://nnB, then set this property to " - + "'hdfs://nn1 hdfs://nnA,hdfs://nn2 hdfs://nnB'Replacements must be configured for use. To see which volumes are currently in use, run " + + "situation. Provide a comma separated list of uri replacement pairs here if a namenode location changes. Each pair shold be separated with a " + + "space. For example, if hdfs://nn1 was replaced with hdfs://nnA and hdfs://nn2 was replaced with hdfs://nnB, then set this property to " + + "'hdfs://nn1 hdfs://nnA,hdfs://nn2 hdfs://nnB' Replacements must be configured for use. To see which volumes are currently in use, run " + "'accumulo admin volumes -l'. To use a comma or other reserved characters in a URI use standard URI hex encoding. For example replace commas with " + "%2C."), INSTANCE_SECURITY_AUTHENTICATOR("instance.security.authenticator", "org.apache.accumulo.server.security.handler.ZKAuthenticator", PropertyType.CLASSNAME,