[
https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Dimiduk updated HIVE-6356:
-------------------------------
Attachment: HIVE-6356.addendum.00.patch
Please don't copy-paste the dependency list from HBase. The whole point of the
addDependencyJars is to encapsulate that list in a single place that's managed
by the HBase team.
The reason the method accepts a Job instead of just a Configuration is that it
inspects the job to add additional dependencies, such as input/output formats.
Please refresh your memory from the comments on HIVE-2379.
I'm attaching an addendum that should fix this. To be sure, I'll test it out on
a real cluster later this afternoon. If the Hive team doesn't want the
additional input/output format snooping, we can use an alternative method I
introduced in HBASE-9165 for the benefit of PIG-3285.
> Dependency injection in hbase storage handler is broken
> -------------------------------------------------------
>
> Key: HIVE-6356
> URL: https://issues.apache.org/jira/browse/HIVE-6356
> Project: Hive
> Issue Type: Bug
> Components: HBase Handler
> Reporter: Navis
> Assignee: Navis
> Priority: Minor
> Fix For: 0.13.0
>
> Attachments: HIVE-6356.1.patch.txt, HIVE-6356.2.patch.txt,
> HIVE-6356.addendum.00.patch
>
>
> Dependent jars for hbase is not added to tmpjars, which is caused by the
> change of method signature(TableMapReduceUtil.addDependencyJars).
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)