You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Devaraj Das (JIRA)" <ji...@apache.org> on 2016/01/22 22:28:40 UTC

[jira] [Updated] (HBASE-14963) Remove Guava dependency from HBase client code

     [ https://issues.apache.org/jira/browse/HBASE-14963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das updated HBASE-14963:
--------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed this.

> Remove Guava dependency from HBase client code
> ----------------------------------------------
>
>                 Key: HBASE-14963
>                 URL: https://issues.apache.org/jira/browse/HBASE-14963
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client
>            Reporter: Devaraj Das
>            Assignee: Devaraj Das
>             Fix For: 2.0.0
>
>         Attachments: no-stopwatch.txt
>
>
> We ran into an issue where an application bundled its own Guava (and that happened to be in the classpath first) and HBase's MetaTableLocator threw an exception due to the fact that Stopwatch's constructor wasn't compatible... Might be better to not depend on Stopwatch at all in MetaTableLocator since the functionality is easily doable without.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)