Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6.4, 0.7.0
-
None
-
None
Description
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.
[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