ACCUMULO-2062 marking property general.volume.chooser as @Experimental
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a06b6c6e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a06b6c6e Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a06b6c6e Branch: refs/heads/master Commit: a06b6c6e44cbb28584e93ff88395e7fbaa637035 Parents: b0a1f6d Author: Eric Newton <eric.new...@gmail.com> Authored: Tue Feb 18 09:45:33 2014 -0500 Committer: Eric Newton <eric.new...@gmail.com> Committed: Tue Feb 18 09:45:33 2014 -0500 ---------------------------------------------------------------------- core/src/main/java/org/apache/accumulo/core/conf/Property.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a06b6c6e/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 63c720e..fb3e916 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 @@ -145,6 +145,7 @@ public enum Property { GENERAL_KERBEROS_PRINCIPAL("general.kerberos.principal", "", PropertyType.STRING, "Name of the kerberos principal to use. _HOST will automatically be " + "replaced by the machines hostname in the hostname portion of the principal. Leave blank if not using kerberoized hdfs"), GENERAL_MAX_MESSAGE_SIZE("general.server.message.size.max", "1G", PropertyType.MEMORY, "The maximum size of a message that can be sent to a server."), + @Experimental GENERAL_VOLUME_CHOOSER("general.volume.chooser", "org.apache.accumulo.server.fs.RandomVolumeChooser", PropertyType.CLASSNAME, "The class that will be used to select which volume will be used to create new files."),