AMBARI-15779. Wrong description for property name "ranger.usersync.sleeptimeinmillisbetweensynccycle" in Ambari UI (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e44c4f76 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e44c4f76 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e44c4f76 Branch: refs/heads/trunk Commit: e44c4f76c9741b4cf541d8a45a584b16b81c0626 Parents: 356cb94 Author: Alex Antonenko <[email protected]> Authored: Fri Apr 8 19:12:57 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Sat Apr 9 21:14:47 2016 +0300 ---------------------------------------------------------------------- .../HDP/2.3/services/RANGER/configuration/ranger-ugsync-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e44c4f76/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-ugsync-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-ugsync-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-ugsync-site.xml index 6cbd12f..38a5cbe 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-ugsync-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-ugsync-site.xml @@ -139,7 +139,7 @@ <property> <name>ranger.usersync.sleeptimeinmillisbetweensynccycle</name> <value>60000</value> - <description>Sleeptime interval in milliseconds, if < 1000 then default to 30 sec</description> + <description>Sleeptime interval in milliseconds, if < 6000 then default to 1 min</description> </property> <property>
