Repository: ambari Updated Branches: refs/heads/trunk 51ed522eb -> e41e121e3
AMBARI-11833. Fix Ranger RU for Hive, Knox, Storm; additional fix (Gautam Borad via ncole) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e41e121e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e41e121e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e41e121e Branch: refs/heads/trunk Commit: e41e121e39e9ff2024f3ae7064ad62e83cc9c311 Parents: 51ed522 Author: Nate Cole <nc...@hortonworks.com> Authored: Fri Jun 12 10:43:04 2015 -0400 Committer: Nate Cole <nc...@hortonworks.com> Committed: Fri Jun 12 10:43:18 2015 -0400 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e41e121e/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 aa3096f..569a9ce 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 @@ -389,7 +389,6 @@ <transfer operation="delete" delete-key="HTTPS_SERVICE_PORT" /> <transfer operation="delete" delete-key="HTTP_ENABLED" /> <transfer operation="delete" delete-key="HTTP_SERVICE_PORT" /> - <transfer operation="delete" delete-key="" /> </task> <task xsi:type="configure"> @@ -411,13 +410,11 @@ <transfer operation="delete" delete-key="logdir" /> <transfer operation="delete" delete-key="SYNC_SOURCE" /> <transfer operation="delete" delete-key="POLICY_MGR_URL" /> - <transfer operation="delete" delete-key="" /> </task> <task xsi:type="configure"> <type>ranger-env</type> <transfer operation="delete" delete-key="oracle_home" /> - <transfer operation="delete" delete-key="" /> </task> </pre-upgrade>