Repository: accumulo Updated Branches: refs/heads/master 0e2178447 -> 3ab214822
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/3ab21482 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3ab21482 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3ab21482 Branch: refs/heads/master Commit: 3ab214822c29b2711c2c3568fc187d46001ee834 Parents: 0e21784 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:23:08 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/3ab21482/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 324d481..3990832 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,