Author: gates
Date: Thu Feb 2 00:12:57 2012
New Revision: 1239418
URL: http://svn.apache.org/viewvc?rev=1239418&view=rev
Log:
HCATALOPG-87 Newly added partition should inherit table properties.
Modified:
incubator/hcatalog/branches/branch-0.3/conf/proto-hive-site.xml
Modified: incubator/hcatalog/branches/branch-0.3/conf/proto-hive-site.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.3/conf/proto-hive-site.xml?rev=1239418&r1=1239417&r2=1239418&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.3/conf/proto-hive-site.xml (original)
+++ incubator/hcatalog/branches/branch-0.3/conf/proto-hive-site.xml Thu Feb 2
00:12:57 2012
@@ -103,4 +103,10 @@
<description>MetaStore Client socket timeout in seconds</description>
</property>
+<property>
+ <name>hive.metastore.partition.inherit.table.properties</name>
+ <value>hcat.isd,hcat.osd</value>
+ <description>HCatalog sets this property value to hcat.isd, hcat.osd so that
there is no need to do alter table set file format after adding partitions to
the table.</description>
+</property>
+
</configuration>