Repository: storm Updated Branches: refs/heads/master 36e2e99e3 -> 3512ae97f
[STORM-2627] The annotation of storm.zookeeper.topology.auth.scheme in Config.java is wrong Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/67d41fc8 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/67d41fc8 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/67d41fc8 Branch: refs/heads/master Commit: 67d41fc89ea7c056b1c1233ecd235d789d6df482 Parents: 8ba90e9 Author: liuzhaokun <[email protected]> Authored: Thu Jul 20 09:14:11 2017 +0800 Committer: åå å¤10206665 <[email protected]> Committed: Thu Jul 20 09:14:11 2017 +0800 ---------------------------------------------------------------------- storm-client/src/jvm/org/apache/storm/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/67d41fc8/storm-client/src/jvm/org/apache/storm/Config.java ---------------------------------------------------------------------- diff --git a/storm-client/src/jvm/org/apache/storm/Config.java b/storm-client/src/jvm/org/apache/storm/Config.java index 5d5f723..1c9e7a3 100644 --- a/storm-client/src/jvm/org/apache/storm/Config.java +++ b/storm-client/src/jvm/org/apache/storm/Config.java @@ -967,7 +967,7 @@ public class Config extends HashMap<String, Object> { public static final String STORM_ZOOKEEPER_SUPERACL = "storm.zookeeper.superACL"; /** - * The topology Zookeeper authentication scheme to use, e.g. "digest". Defaults to no authentication. + * The topology Zookeeper authentication scheme to use, e.g. "digest". It is the internal config and user shouldn't set it. */ @isString public static final String STORM_ZOOKEEPER_TOPOLOGY_AUTH_SCHEME="storm.zookeeper.topology.auth.scheme";
