Repository: ambari
Updated Branches:
  refs/heads/trunk 833caa343 -> cd4f302fd


AMBARI-11046 Added recursive permissions for subdirs on hive


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

Branch: refs/heads/trunk
Commit: cd4f302fde9ad1d4fbcaba3a1f5040613b2cb0c9
Parents: 833caa3
Author: “Erin <eb...@redhat.com>
Authored: Tue May 12 12:13:03 2015 -0400
Committer: “Erin <eb...@redhat.com>
Committed: Tue May 12 12:16:42 2015 -0400

----------------------------------------------------------------------
 .../2.3.GlusterFS/services/HIVE/configuration/hive-site.xml   | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cd4f302f/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HIVE/configuration/hive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HIVE/configuration/hive-site.xml
index 6cfb4ec..3510dbc 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HIVE/configuration/hive-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HIVE/configuration/hive-site.xml
@@ -70,6 +70,13 @@ limitations under the License.
   </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>
     <description>List of comma separated metastore object types that should be 
pinned in the cache</description>

Reply via email to