You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mp...@apache.org on 2019/06/21 08:26:25 UTC

[ambari] branch branch-2.6 updated: AMBARI-25253. Missed support for abfs protocol. (mpapirkovskyy) (#3028)

This is an automated email from the ASF dual-hosted git repository.

mpapirkovskyy pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 4197673  AMBARI-25253. Missed support for abfs protocol. (mpapirkovskyy) (#3028)
4197673 is described below

commit 41976732569e57a4950df415e492031f1c9351e0
Author: Myroslav Papirkovskyi <mp...@apache.org>
AuthorDate: Fri Jun 21 11:26:20 2019 +0300

    AMBARI-25253. Missed support for abfs protocol. (mpapirkovskyy) (#3028)
---
 .../stacks/HDP/2.6/services/HIVE/configuration/ranger-hive-security.xml | 2 +-
 .../src/main/resources/stacks/HDP/2.6/upgrades/config-upgrade.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/ranger-hive-security.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/ranger-hive-security.xml
index f9ed3bc..889a7a3 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/ranger-hive-security.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/ranger-hive-security.xml
@@ -22,7 +22,7 @@
 
   <property>
     <name>ranger.plugin.hive.urlauth.filesystem.schemes</name>
-    <value>hdfs:,file:,wasb:,adl:,abfs:</value>
+    <value>hdfs:,file:,wasb:,adl:</value>
     <description>Add urlauth filesystem schemes</description>
     <value-attributes>
       <empty-value-valid>true</empty-value-valid>
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/config-upgrade.xml
index a22626f..a67018d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/config-upgrade.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/config-upgrade.xml
@@ -72,7 +72,7 @@
           </definition>
           <definition xsi:type="configure" id="hdp_2_6_maint_ranger_hive_plugin_urlauth_filesystem_schemes">
             <type>ranger-hive-security</type>
-            <set key="ranger.plugin.hive.urlauth.filesystem.schemes" value="hdfs:,file:,wasb:,adl:,abfs:"
+            <set key="ranger.plugin.hive.urlauth.filesystem.schemes" value="hdfs:,file:,wasb:,adl:"
               if-type="ranger-hive-security" if-key="ranger.plugin.hive.service.name" if-key-state="present"/>
           </definition>
           <definition xsi:type="configure" id="hdp_2_6_maint_jaas_config_for_hive_hook" summary="Updating hive atlas application properties">