[ 
https://issues.apache.org/jira/browse/HDFS-12986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16317884#comment-16317884
 ] 

Tsz Wo Nicholas Sze commented on HDFS-12986:
--------------------------------------------

> ... However I can see shadedclient failures with the patch. ...

Yes, it is related.  We need to exclude metrics-core as below. Please try, 
[~ljain].
{code}
diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml 
b/hadoop-client-modules/hadoop-client-runtime/pom.xml
index 7ed5ba7c071..5b101f43a88 100644
--- a/hadoop-client-modules/hadoop-client-runtime/pom.xml
+++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml
@@ -157,6 +157,7 @@
                       <!-- Leave javax APIs that are stable -->
                       <!-- the jdk ships part of the javax.annotation 
namespace, so if we want to relocate this we'll have to care it out by class :( 
-->
                       <exclude>com.google.code.findbugs:jsr305</exclude>
+                      <exclude>io.dropwizard.metrics:metrics-core</exclude>
                     </excludes>
                   </artifactSet>
                   <filters>
{code}


> Ozone: Update ozone to latest ratis snapshot build 
> (0.1.1-alpha-00f80b4-SNAPSHOT)
> ---------------------------------------------------------------------------------
>
>                 Key: HDFS-12986
>                 URL: https://issues.apache.org/jira/browse/HDFS-12986
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: ozone
>    Affects Versions: HDFS-7240
>            Reporter: Mukul Kumar Singh
>            Assignee: Lokesh Jain
>             Fix For: HDFS-7240
>
>         Attachments: HDFS-12986-HDFS-7240.001.patch, 
> HDFS-12986-HDFS-7240.002.patch, HDFS-12986-HDFS-7240.003.patch
>
>
> This jira will update ozone to latest snapshot 
> release-0.1.1-alpha-00f80b4-SNAPSHOT



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to