You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Jonathan Kelly (JIRA)" <ji...@apache.org> on 2015/06/09 18:54:00 UTC

[jira] [Commented] (BIGTOP-1893) Compilation of hadoop-yarn-client failed because of missing org.jboss.netty.logging

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

Jonathan Kelly commented on BIGTOP-1893:
----------------------------------------

Weird, I saw the same thing a couple days ago, but I could not figure out what could possibly have caused it. However, I blew away my ~/.m2/repository directory, and the build succeeded.

While I was investigating this issue, I found that the netty test dependency comes transitively through hadoop-yarn-client => zookeeper (test-jar) => netty, so maybe hadoop-yarn-client should depend directly on netty. This would be a Hadoop issue rather than a Bigtop issue though, right?

> Compilation of hadoop-yarn-client failed because of missing  org.jboss.netty.logging
> ------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-1893
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1893
>             Project: Bigtop
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0.0
>         Environment: bigtop commit eb3ebb535abee15fc37b4c333ce865686fccaa87 (current master)
>            Reporter: Martin Bukatovic
>
> When I tried buid rpm packages of bigtop distribution on current master via gradle:
> {noformat}
> ./gradlew rpm
> {noformat}
> Compilation of component hadoop-yarn-project fails:
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) on project hadoop-yarn-client: Compilation failure
> [ERROR] /opt/bigtop/build/hadoop/rpm/BUILD/hadoop-2.6.0-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli/TestYarnCLI.java:[70,30] error: package org.jboss.netty.logging does not exist
> {noformat}
> {code:java|title=referenced line in TestYarnCLI.java}
> import org.jboss.netty.logging.CommonsLoggerFactory;
> {code}



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