You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Minho Kim (JIRA)" <ji...@apache.org> on 2015/04/15 11:57:59 UTC

[jira] [Created] (HAMA-950) Fail the build on hadoop1 profile

Minho Kim created HAMA-950:
------------------------------

             Summary: Fail the build on hadoop1 profile
                 Key: HAMA-950
                 URL: https://issues.apache.org/jira/browse/HAMA-950
             Project: Hama
          Issue Type: Bug
          Components: build 
    Affects Versions: 0.6.4, 0.7.0
            Reporter: Minho Kim
            Assignee: Minho Kim


I tried running the build but it failed.
it seems that commons-io library does not exist in hadoop1 profile .
The maven error log is as follows.

{code}
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hama parent POM ............................. SUCCESS [ 18.493 s]
[INFO] pipes .............................................. SUCCESS [  6.639 s]
[INFO] commons ............................................ SUCCESS [  7.540 s]
[INFO] core ............................................... FAILURE [ 13.813 s]
[INFO] graph .............................................. SKIPPED
[INFO] machine learning ................................... SKIPPED
[INFO] examples ........................................... SKIPPED
[INFO] mesos .............................................. SKIPPED
[INFO] hama-dist .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47.023 s
[INFO] Finished at: 2015-04-15T09:34:24+00:00
[INFO] Final Memory: 48M/299M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project hama-core: Compilation failure: Compilation failure:
[ERROR] /home/hadoop/hama-trunk/core/src/main/java/org/apache/hama/bsp/message/compress/Bzip2Compressor.java:[30,28] error: package org.apache.commons.io does not exist
[ERROR] /home/hadoop/hama-trunk/core/src/main/java/org/apache/hama/bsp/message/compress/Bzip2Compressor.java:[48,6] error: cannot find symbol
[ERROR] 
[ERROR] M extends Writable declared in class Bzip2Compressor
[ERROR] /home/hadoop/hama-trunk/core/src/main/java/org/apache/hama/bsp/message/compress/Bzip2Compressor.java:[77,6] error: cannot find symbol
{code}



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