You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Aihua Xu (JIRA)" <ji...@apache.org> on 2017/12/01 22:13:00 UTC

[jira] [Created] (HIVE-18202) Automatically migrate hbase.table.name to hbase.mapreduce.hfileoutputformat.table.name for hbase-based table

Aihua Xu created HIVE-18202:
-------------------------------

             Summary: Automatically migrate hbase.table.name to hbase.mapreduce.hfileoutputformat.table.name for hbase-based table
                 Key: HIVE-18202
                 URL: https://issues.apache.org/jira/browse/HIVE-18202
             Project: Hive
          Issue Type: Sub-task
          Components: HBase Handler
    Affects Versions: 3.0.0
            Reporter: Aihua Xu
            Assignee: Aihua Xu


The property name for Hbase table mapping is changed from hbase.table.name to hbase.mapreduce.hfileoutputformat.table.name in HBase 2.

We can include such upgrade for existing hbase-based tables in DB upgrade script to automatically change such values.

For the new tables, the query will be like:

create table hbase_table(key int, val string) stored by 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' with serdeproperties ('hbase.columns.mapping' = ':key,cf:val') tblproperties ('hbase.mapreduce.hfileoutputformat.table.name' = 'positive_hbase_handler_bulk')




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)