[
https://issues.apache.org/jira/browse/HAMA-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499013#comment-14499013
]
Hudson commented on HAMA-950:
-----------------------------
SUCCESS: Integrated in Hama-Nightly-for-Hadoop-1.x #1584 (See
[https://builds.apache.org/job/Hama-Nightly-for-Hadoop-1.x/1584/])
HAMA-950: Fail the build on hadoop1 profile (edwardyoon: rev 1673984)
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/GraphJobRunner.java
* /hama/trunk/pom.xml
> 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)