[ 
https://issues.apache.org/jira/browse/HCATALOG-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186034#comment-13186034
 ] 

Sushanth Sowmyan commented on HCATALOG-87:
------------------------------------------

Since this is mostly a tracker bug for HIVE-2589, and that's resolved, marking 
this as resolved. I have tested to verify that this works.

Note : To make use of it, you will need the parameter 
hive.metastore.partition.inherit.table.properties set in your hive-site.xml

The way this key works is by specifying which keys are to be inherited, and 
uses * as a wildcard to specify that all keys are to be inherited. By default, 
without that key, nothing is inherited.
                
> Newly added partition should inherit table properties.
> ------------------------------------------------------
>
>                 Key: HCATALOG-87
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-87
>             Project: HCatalog
>          Issue Type: Bug
>    Affects Versions: 0.1, 0.2
>            Reporter: Olga Natkovich
>             Fix For: 0.3
>
>
> create table tbl (a string) partition by (b string) stored as inputformat 
> <if> outputformat <of> inputstoragedriver <ult> outputstoragedriver <osd>;
> alter table add partition <part_spec>;
> select * from tbl;
> Currently results in an exception.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to