You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Johan Oskarsson (JIRA)" <ji...@apache.org> on 2008/12/04 17:48:44 UTC

[jira] Created: (HIVE-115) Command for adding partition without loading data

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.


[jira] Resolved: (HIVE-115) Command for adding partition without loading data

Posted by "Johan Oskarsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Oskarsson resolved HIVE-115.
----------------------------------

    Resolution: Duplicate

Done as a part of HIVE-91

> 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.


[jira] Commented: (HIVE-115) Command for adding partition without loading data

Posted by "Johan Oskarsson (JIRA)" <ji...@apache.org>.
    [ 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.