Repository: ambari Updated Branches: refs/heads/trunk e5c5c6b11 -> 97119babf
AMBARI-19785. Need to have a flag from UI to show/hide ranger plugin configs. (jaimin) (addendum patch) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/97119bab Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/97119bab Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/97119bab Branch: refs/heads/trunk Commit: 97119babf76ebb413d3ed0cf3236b8c71657410b Parents: e5c5c6b Author: Jaimin Jetly <[email protected]> Authored: Tue Jan 31 12:03:25 2017 -0800 Committer: Jaimin Jetly <[email protected]> Committed: Tue Jan 31 12:03:25 2017 -0800 ---------------------------------------------------------------------- .../resources/stacks/HDP/3.0/configuration/cluster-env.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/97119bab/ambari-server/src/main/resources/stacks/HDP/3.0/configuration/cluster-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/3.0/configuration/cluster-env.xml b/ambari-server/src/main/resources/stacks/HDP/3.0/configuration/cluster-env.xml index 93680bf..3af8f08 100644 --- a/ambari-server/src/main/resources/stacks/HDP/3.0/configuration/cluster-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/3.0/configuration/cluster-env.xml @@ -290,4 +290,10 @@ gpgcheck=0</value> <empty-value-valid>true</empty-value-valid> </value-attributes> </property> + <property> + <name>enable_external_ranger</name> + <value>false</value> + <description>Flag to turn on when external setup of External Ranger is done.</description> + <on-ambari-upgrade add="false"/> + </property> </configuration>
