You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/08/29 18:51:58 UTC

[GitHub] mikewalch closed pull request #621: Correct spelling in Property.java

mikewalch closed pull request #621: Correct spelling in Property.java
URL: https://github.com/apache/accumulo/pull/621
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 3dd00891d1..2aaeaeb77a 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
@@ -118,7 +118,7 @@
           + " 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"
+      "A comma separated 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"
@@ -131,7 +131,7 @@
       "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 separated list of uri replacement "
-          + "pairs here if a namenode location changes. Each pair shold be separated "
+          + "pairs here if a namenode location changes. Each pair should 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' "
@@ -831,7 +831,7 @@
       PropertyType.PREFIX,
       "Properties in this category are define a classpath. These properties"
           + " start  with the category prefix, followed by a context name. The value is"
-          + " a comma seperated list of URIs. Supports full regex on filename alone."
+          + " a comma separated list of URIs. Supports full regex on filename alone."
           + " For example, general.vfs.context.classpath.cx1=hdfs://nn1:9902/mylibdir/*.jar."
           + " You can enable post delegation for a context, which will load classes from the"
           + " context first instead of the parent first. Do this by setting"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services