[
https://issues.apache.org/jira/browse/HDFS-11496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16450602#comment-16450602
]
Hudson commented on HDFS-11496:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14057 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14057/])
HDFS-11496. Ozone: Merge with trunk needed a ignore duplicate entry in
(aengineer: rev 36b20e9fbf98412b3625a3f3b31b8ea0ca3b72bd)
* (edit) hadoop-client-modules/hadoop-client-check-test-invariants/pom.xml
* (edit) hadoop-hdfs-project/hadoop-hdfs/pom.xml
> Ozone: Merge with trunk needed a ignore duplicate entry in pom file due to
> shading
> ----------------------------------------------------------------------------------
>
> Key: HDFS-11496
> URL: https://issues.apache.org/jira/browse/HDFS-11496
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: ozone
> Affects Versions: HDFS-7240
> Reporter: Anu Engineer
> Assignee: Tsz Wo Nicholas Sze
> Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-11496-HDFS-7240.20170321.patch
>
>
> The trunk merge needed a hack in the
> hadoop-client-modules/hadoop-client-check-test-invariants/pom.xml to ignore
> netty files. Not sure that is the right thing to do, so tracking here if we
> need to revert this change before we merge.
> {code}
> ~/a/hadoop> git diff
> hadoop-client-modules/hadoop-client-check-test-invariants/pom.xml
> ─────────────────────────────────────────────────
> modified: hadoop-client-modules/hadoop-client-check-test-invariants/pom.xml
> ─────────────────────────────────────────────────
> @ pom.xml:106 @
> <ignoreClass>*</ignoreClass>
> </ignoreClasses>
> </dependency>
> <dependency>
> <!--Duplicate classes found:-->
> <!--Found in:-->
>
> <!--org.apache.hadoop:hadoop-client-runtime:jar:3.0.0-alpha3-SNAPSHOT:compile-->
>
> <!--org.apache.hadoop:hadoop-client-minicluster:jar:3.0.0-alpha3-SNAPSHOT:compile-->
> <ignoreClasses>
> <groupId>io.netty</groupId>
> <artifactId>netty</artifactId>
> <ignoreClass>*</ignoreClass>
> </ignoreClasses>
> </dependency>
> </dependencies>
> </banDuplicateClasses>
> </rules>
> {code}
> [~andrew.wang] or [~busbey] Would one of you care to comment if this is the
> right thing to do ? Thanks in advance.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]