You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2019/07/20 17:36:49 UTC

[GitHub] [hive] granthenke opened a new pull request #733: HIVE-12971: Add Support for Kudu Tables

granthenke opened a new pull request #733: HIVE-12971: Add Support for Kudu Tables
URL: https://github.com/apache/hive/pull/733
 
 
   This patch adds an initial integration for Apache Kudu backed tables
   by supporting the creation of external tables pointed at existing
   underlying Kudu tables.
   
   SELECT queries can read from the tables including pushing most
   predicates/filters into the Kudu scanners. Future work should
   complete support for Kudu predicates.
   
   INSERT queries can write to the tables. However, they currently
   use Kudu UPSERT operations when writing. Future work should
   complete support for INSERT, UPDATE, and DELETE.
   
   Note: The table properties and class names match the values used by
   Apache Impala when creating HMS entries for Kudu tables. This
   means tables created by Impala can be used by Hive and vice versa.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org