浏览代码

AMBARI-11046 Added recursive permissions for subdirs on hive

“Erin 10 年之前
父节点
当前提交
cd4f302fde

+ 7 - 0
ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HIVE/configuration/hive-site.xml

@@ -69,6 +69,13 @@ limitations under the License.
      Clients must authenticate with Kerberos.</description>
   </property>
 
+  <property>
+    <name>hive.warehouse.subdir.inherit.perms</name>
+    <value>true</value>
+    <description>If true, subdirectories inherit the same permissions</description>
+  </property>
+
+
   <property>
     <name>hive.metastore.cache.pinobjtypes</name>
     <value>Table,Database,Type,FieldSchema,Order</value>