[
https://issues.apache.org/jira/browse/HIVE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653350#action_12653350
]
Johan Oskarsson commented on HIVE-115:
--------------------------------------
As an example we store our data in dataset/yyyy/MM/dd/<files>. Whenever we've
put a new day's worth of data on the hdfs we'd run a command such as: ALTER
TABLE table_name ADD PARTITIONS (partition_col = '2008/12/04')
> Command for adding partition without loading data
> -------------------------------------------------
>
> Key: HIVE-115
> URL: https://issues.apache.org/jira/browse/HIVE-115
> Project: Hadoop Hive
> Issue Type: Improvement
> Components: Query Processor
> Reporter: Johan Oskarsson
> Assignee: Johan Oskarsson
> Priority: Minor
>
> Once HIVE-91 is implemented there will be a need for adding partitions
> without loading new data, since it will already be in the table directory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.