[ https://issues.apache.org/jira/browse/HADOOP-12415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14803254#comment-14803254 ]
Andrew Wang commented on HADOOP-12415: -------------------------------------- Right, I note that in the hadoop-common/pom.xml we do some excludes related to ZK and netty, it could be related to that? {noformat} <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <exclusions> ... <exclusion> <groupId>org.jboss.netty</groupId> <artifactId>netty</artifactId> </exclusion> ... </dependency> {noformat} > 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)