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

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

Martin Bukatovic created BIGTOP-1893:
----------------------------------------

             Summary: 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)