You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Wei-Chiu Chuang (Jira)" <ji...@apache.org> on 2020/04/14 21:58:00 UTC

[jira] [Resolved] (HBASE-24124) hbase-filesystem to use guava from hbase-thirdparty

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

Wei-Chiu Chuang resolved HBASE-24124.
-------------------------------------
    Resolution: Fixed

Thanks the review from [~tamaas] and [~busbey]!

> hbase-filesystem to use guava from hbase-thirdparty
> ---------------------------------------------------
>
>                 Key: HBASE-24124
>                 URL: https://issues.apache.org/jira/browse/HBASE-24124
>             Project: HBase
>          Issue Type: Task
>          Components: Filesystem Integration
>    Affects Versions: 1.0.0-alpha1
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>             Fix For: 1.0.0-alpha2
>
>
> hbase-filesystem repo is on guava23.0:
> {noformat}
> $ grep -r "guava" .
> ./pom.xml:    <guava.version>23.0</guava.version>
> ./hbase-oss/pom.xml:      <groupId>com.google.guava</groupId>
> ./hbase-oss/pom.xml:      <artifactId>guava</artifactId>
> ./hbase-oss/pom.xml:      <version>${guava.version}</version>
> ./hbase-oss/pom.xml:          <!-- this should have been marked optional by guava because
> {noformat}
> It should use the guava from hbase-thirdparty instead.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)