[
https://issues.apache.org/jira/browse/HIVE-10491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430782#comment-16430782
]
BELUGA BEHR commented on HIVE-10491:
------------------------------------
{code}
/*
* HIVE-6356
* The following code change is only needed for hbase-0.96.0 due to
HBASE-9165, and
* will not be required once Hive bumps up its hbase version). At that
time , we will
* only need TableMapReduceUtil.addDependencyJars(jobConf) here.
*/
{code}
https://github.com/apache/hive/blob/6d890faf22fd1ede3658a5eed097476eab3c67e9/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java#L338-L343
> Refactor HBaseStorageHandler::configureJobConf() and
> configureTableJobProperties
> --------------------------------------------------------------------------------
>
> Key: HIVE-10491
> URL: https://issues.apache.org/jira/browse/HIVE-10491
> Project: Hive
> Issue Type: Bug
> Components: HBase Handler
> Reporter: Ashutosh Chauhan
> Assignee: Swarnim Kulkarni
> Priority: Major
>
> 3 tasks as a part of this refactor:
> * Bump hbase version to 1.x
> * Remove HIVE-6356 hack for counter class from configureJobConf()
> * Make use of TableMapReduceUtil.initTableSnapshotMapperJob() instead of
> manually doing steps done in that method in configureTableJobProperties()
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)