[
https://issues.apache.org/jira/browse/PHOENIX-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186772#comment-16186772
]
Chinmay Kulkarni commented on PHOENIX-4262:
-------------------------------------------
There are a few JIRAs that dealt with similar issues.
[PHOENIX-2535|https://issues.apache.org/jira/browse/PHOENIX-2535] does not
really focus on guava.
[PHOENIX-1250|https://issues.apache.org/jira/browse/PHOENIX-1250] reimplements
Guava's _Closeables.closeQuietly_ but this does is still a problem further down
the stack when used with HBase, Hadoop, etc.
[PHOENIX-3556|https://issues.apache.org/jira/browse/PHOENIX-3556] also solves
just a part of the problem.
Would a fix such as
[HBASE-17908|https://issues.apache.org/jira/browse/HBASE-17908] be the way to
go for this? Is this feasible?
Any suggestions [~jamestaylor], [~tdsilva], [~elserj], [~sergey.soldatov],
[~enis]?
> Create shaded packages to shade all uses of Guava
> -------------------------------------------------
>
> Key: PHOENIX-4262
> URL: https://issues.apache.org/jira/browse/PHOENIX-4262
> Project: Phoenix
> Issue Type: Bug
> Reporter: Chinmay Kulkarni
>
> The Phoenix build breaks if we upgrade the Guava version to say, 20.0 due to
> lack of backward compatibility.
> To handle this, we can perhaps use shaded packages to avoid dependency
> conflicts at runtime.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)