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

    https://github.com/apache/tajo/pull/916#discussion_r48700968
  
    --- Diff: tajo-docs/src/main/sphinx/hive_integration.rst ---
    @@ -35,8 +41,8 @@ Finally, you should specify HiveCatalogStore as Tajo 
catalog driver class in ``c
       ``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 an api for
    -  responding to ``MSK REPAIR TABLE`` command. Thus, if you insert data to 
hive partitioned
    -  table and you want to scan the updated partitions through Tajo, you must 
run following command on hive ::
    +  But current Tajo doesn't provide ``ADD PARTITION`` command and Hive 
doesn't provide an api for
    +  responding to ``MSK REPAIR TABLE`` command. Thus, if you insert data to 
Hive partitioned
    +  table and you want to scan the updated partitions through Tajo, you must 
run following command on Hive:
     
    --- End diff --
    
    If you add ``.. code-block:: sh``, description below would be more clear. 


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