GitHub user blrunner opened a pull request:

    https://github.com/apache/tajo/pull/263

    TAJO-1053: ADD PARTITIONS for HCatalogStore.

    I tried to resolve this issue. But unfortunately, current tajo doesn't 
provide ALTER PARTITION command. In addition, hive doesn't support a api for 
repair all partitions at a time. So, there is a one way which scan all 
directories of a tajo and run ALTER PARITION api for each all partitions. But 
it is very inefficient way and it will be a cause of HiveMetaStore low 
performance. Thus, we need to guide our users to run msck command on hive. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/blrunner/tajo TAJO-1053

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/263.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #263
    
----
commit e90a003c1d86ef4bbe484906cd4f329c84d6bdb5
Author: JaeHwa Jung <[email protected]>
Date:   2014-11-20T08:15:17Z

    TAJO-1053: ADD PARTITIONS for HCatalogStore.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to