[
https://issues.apache.org/jira/browse/KUDU-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16049882#comment-16049882
]
Jiahongchao commented on KUDU-2043:
-----------------------------------
in kudu-spark2_2.11-1.3.0.jar
{noformat}
jar -tf kudu-spark2_2.11-1.3.0.jar | grep Stopwatch
org/apache/kudu/client/shaded/com/google/common/base/Stopwatch$1.class
org/apache/kudu/client/shaded/com/google/common/base/Stopwatch.class
org/apache/kudu/client/shaded/com/google/common/util/concurrent/RateLimiter$SleepingStopwatch$1.class
org/apache/kudu/client/shaded/com/google/common/util/concurrent/RateLimiter$SleepingStopwatch.class
com/google/common/base/Stopwatch$1.class
com/google/common/base/Stopwatch.class
com/google/common/util/concurrent/RateLimiter$SleepingStopwatch$1.class
com/google/common/util/concurrent/RateLimiter$SleepingStopwatch.class
{noformat}
> kudu java client should not shade dependencies
> ----------------------------------------------
>
> Key: KUDU-2043
> URL: https://issues.apache.org/jira/browse/KUDU-2043
> Project: Kudu
> Issue Type: Bug
> Components: client
> Affects Versions: 1.3.0
> Reporter: Jiahongchao
> Priority: Minor
>
> kudu-client shade dependencies in one jar,it contains guava library which
> conflicts with that in our hbase client jar.So I think kudu client should be
> a shaded jar so that we can exclude its dependency.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)