Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/263#discussion_r20838803
  
    --- Diff: tajo-docs/src/main/sphinx/hcatalog_integration.rst ---
    @@ -37,3 +37,16 @@ Finally, you should specify HCatalogStore as Tajo 
catalog driver class in ``conf
         <name>tajo.catalog.store.class</name>
         <value>org.apache.tajo.catalog.store.HCatalogStore</value>
       </property>
    +
    +.. note::
    +
    +  Hive stores a list of partitions for each table in its metastore. If new 
partitions are
    +  directly added to HDFS, HiveMetastore will not able aware of these 
partitions unless the user
    +  ``ALTER TABLE table_name ADD PARTITION`` commands on each of the newly 
added partitions or
    +  ``MSCK REPAIR TABLE  table_name`` command.
    +
    +  But current tajo doesn't provide ``ADD PARTITION`` command and hive 
doesn't provide a api for
    --- End diff --
    
    ```a api``` should be an api.


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