[
https://issues.apache.org/jira/browse/KUDU-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16049429#comment-16049429
]
Dan Burkert edited comment on KUDU-2043 at 6/14/17 5:49 PM:
------------------------------------------------------------
[[email protected]] how did you determine that
{{com.google.common.base.Stopwatch}} is in the kudu client jar? I'm not seeing
that:
{code}
$ jar -tf kudu-client.1.4.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
{code}
was (Author: danburkert):
[[email protected]] how did you determinge that
{{com.google.common.base.Stopwatch}} is in the kudu client jar? I'm not seeing
that:
{code}
$ jar -tf kudu-client.1.4.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
{code}
> 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)