You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2015/04/15 12:56:00 UTC

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

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

Edward J. Yoon commented on HAMA-950:
-------------------------------------

Nice catch! Thanks Minho, I'll look at this tomorrow.

> 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
>         Attachments: HAMA-950.patch
>
>
> 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)