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

Steve Loughran commented on HADOOP-12415:
-----------------------------------------

I'm a -1 too, as I don't want to add things to hadoop-common's dependencies, 
not when they should be server-side only.

HDFS does import netty-all, so why HDFS is failing to build here is odd. That 
said, we do appear to be referencing > 1 netty library in hadoop-project:
{code}
      <dependency>
        <groupId>io.netty</groupId>
        <artifactId>netty</artifactId>
        <version>3.6.2.Final</version>
      </dependency>

      <dependency>
        <groupId>io.netty</groupId>
        <artifactId>netty-all</artifactId>
        <version>4.1.0.Beta5</version>
      </dependency>
{code}

this looks "odd"

> Hadoop build is broken because of missed compile-time dependency
> ----------------------------------------------------------------
>
>                 Key: HADOOP-12415
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12415
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: nfs
>    Affects Versions: 2.7.1
>            Reporter: Konstantin Boudnik
>            Assignee: Tom Zeng
>         Attachments: HADOOP-12415.patch
>
>
> As discovered in BIGTOP-2049 {{hadoop-nfs}} module compilation is broken. 
> Looks like that HADOOP-11489 is the root-cause of it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to