[
https://issues.apache.org/jira/browse/HIVE-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13603993#comment-13603993
]
Sushanth Sowmyan commented on HIVE-3861:
----------------------------------------
I think this patch needs to be updated, it's not applying cleanly for me on
trunk currently.
However, that said, one more fix is required for this patch - it brings in
yammer which brings in a second version of slf4j, which causes two slf4j jars
present in the hive/lib directory, which causes other commands like pig
--useHCatalog to fail as an integration point.
It needs the yammer dependency in hbase-handler/ivy.xml additionally patched as
follows:
{noformat}
- <dependency org="com.yammer.metrics" name="metrics-core"
rev="${metrics-core.version}"/>
+ <dependency org="com.yammer.metrics" name="metrics-core"
rev="${metrics-core.version}">
+ <exclude org="org.slf4j" module="slf4j-api"/><!--causes a dual slf4j
presence otherwise-->
+ </dependency>
{noformat}
> Upgrade hbase dependency to 0.94.2
> ----------------------------------
>
> Key: HIVE-3861
> URL: https://issues.apache.org/jira/browse/HIVE-3861
> Project: Hive
> Issue Type: Bug
> Components: HBase Handler
> Reporter: Gunther Hagleitner
> Assignee: Gunther Hagleitner
> Attachments: HIVE-3861.patch
>
>
> Hive tests fail to run against hbase v0.94.2. Proposing to upgrade the
> dependency and change the test setup to properly work with the newer version.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira