You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/06/29 14:48:00 UTC

ambari git commit: AMBARI-12190. Ranger HDP-2.2 to HDP-2.3 HDFS authorizer is not set (ncole)

Repository: ambari
Updated Branches:
  refs/heads/trunk f76d28bb9 -> 1a6ecc7b2


AMBARI-12190. Ranger HDP-2.2 to HDP-2.3 HDFS authorizer is not set (ncole)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1a6ecc7b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1a6ecc7b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1a6ecc7b

Branch: refs/heads/trunk
Commit: 1a6ecc7b2dfc5204c39fd540e33fbcd37f6943cb
Parents: f76d28b
Author: Nate Cole <nc...@hortonworks.com>
Authored: Sun Jun 28 10:31:44 2015 -0400
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Mon Jun 29 07:40:45 2015 -0400

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1a6ecc7b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
index 1792d2e..6330110 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
@@ -451,7 +451,7 @@
         <pre-downgrade /> <!--  no-op to prevent config changes on downgrade -->
         <pre-upgrade>
           <task xsi:type="configure">
-            <condition type="ranger-hdfs-plugin-properties" key="ranger-hdfs-plugin-enabled" value="true">
+            <condition type="ranger-hdfs-plugin-properties" key="ranger-hdfs-plugin-enabled" value="Yes">
               <type>hdfs-site</type>
               <key>dfs.namenode.inode.attributes.provider.class</key>
               <value>org.apache.ranger.authorization.hadoop.RangerHdfsAuthorizer</value>