Author: gates
Date: Wed Feb 22 22:34:57 2012
New Revision: 1292556
URL: http://svn.apache.org/viewvc?rev=1292556&view=rev
Log:
HCATALOG-248 Set execute.setugi conf variable to true by default
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/conf/proto-hive-site.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1292556&r1=1292555&r2=1292556&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Wed Feb 22 22:34:57 2012
@@ -46,6 +46,8 @@ Trunk (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-248 Set execute.setugi conf variable to true by default (hashutosh via
gates)
+
HCAT-254. Fix storage-drives build.xml (hashutosh via khorgath)
Release 0.3.0 - Unreleased
Modified: incubator/hcatalog/trunk/conf/proto-hive-site.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/conf/proto-hive-site.xml?rev=1292556&r1=1292555&r2=1292556&view=diff
==============================================================================
--- incubator/hcatalog/trunk/conf/proto-hive-site.xml (original)
+++ incubator/hcatalog/trunk/conf/proto-hive-site.xml Wed Feb 22 22:34:57 2012
@@ -20,6 +20,12 @@
<configuration>
<property>
+ <name>hive.metastore.execute.setugi</name>
+ <value>true</value>
+ <description>In unsecure mode, setting this property to true will cause the
metastore to execute DFS operations using the client's reported user and group
permissions. Note that this property must be set on both the client and server
sides. Further note that its best effort. If client sets its to true and server
sets it to false, client setting will be ignored.</description>
+</property>
+
+<property>
<name>hive.metastore.local</name>
<value>false</value>
<description>controls whether to connect to remove metastore server or open
a new metastore server in Hive Client JVM</description>