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

[jira] Created: (HIVE-112) support for compacting the number of files not present

support for compacting the number of files not present
------------------------------------------------------

                 Key: HIVE-112
                 URL: https://issues.apache.org/jira/browse/HIVE-112
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Query Processor
            Reporter: Namit Jain



There should be support for compacting the number of files for a table/partition.

For example: the following syntax might be OK:

alter table <tableName> partition <partiionSpec> compact;

We can optionally provide the number of files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.