You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 11:02:13 UTC

Build failed in Jenkins: Hama trunk #139

See <https://builds.apache.org/job/Hama%20trunk/139/changes>

Changes:

[edwardyoon] 

[edwardyoon] HAMA-671: Clean up Maven build scripts

------------------------------------------
[...truncated 10129 lines...]
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[146,44] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,27] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,48] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,69] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,90] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,127] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,147] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,167] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,187] cannot find symbol
symbol  : class Writable
location: class org.apache.hama.bsp.BSPJob
[INFO] 100 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hama parent POM ............................ SUCCESS [18.606s]
[INFO] core .............................................. FAILURE [10.078s]
[INFO] graph ............................................. SKIPPED
[INFO] machine learning .................................. SKIPPED
[INFO] examples .......................................... SKIPPED
[INFO] hama-dist ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.596s
[INFO] Finished at: Mon Jul 08 09:02:00 UTC 2013
[INFO] Final Memory: 21M/100M
[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] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/TextArrayWritable.java>:[20,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/TextArrayWritable.java>:[21,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/TextArrayWritable.java>:[23,39] cannot find symbol
[ERROR] symbol: class ArrayWritable
[ERROR] public class TextArrayWritable extends ArrayWritable {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/sync/SyncClient.java>:[22,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/HamaConfiguration.java>:[24,29] package org.apache.hadoop.conf does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/HamaConfiguration.java>:[25,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/HamaConfiguration.java>:[30,39] cannot find symbol
[ERROR] symbol: class Configuration
[ERROR] public class HamaConfiguration extends Configuration {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobID.java>:[25,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/ID.java>:[24,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/ID.java>:[31,36] cannot find symbol
[ERROR] symbol: class WritableComparable
[ERROR] public abstract class ID implements WritableComparable<ID> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/ID.java>:[31,54] interface expected here
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/sync/SyncClient.java>:[54,46] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: interface org.apache.hama.bsp.sync.SyncClient
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/sync/SyncClient.java>:[65,44] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: interface org.apache.hama.bsp.sync.SyncClient
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/HamaConfiguration.java>:[37,27] cannot find symbol
[ERROR] symbol  : class Path
[ERROR] location: class org.apache.hama.HamaConfiguration
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/HamaConfiguration.java>:[47,33] cannot find symbol
[ERROR] symbol  : class Configuration
[ERROR] location: class org.apache.hama.HamaConfiguration
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobID.java>:[32,16] cannot find symbol
[ERROR] symbol  : class Text
[ERROR] location: class org.apache.hama.bsp.BSPJobID
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/util/BSPNetUtils.java>:[29,27] package org.apache.mina.util does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[23,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[24,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[25,36] package org.apache.hadoop.io.compress does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[26,31] package org.apache.hadoop.mapred does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[27,31] package org.apache.hadoop.mapred does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[28,31] package org.apache.hadoop.mapred does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/OutputFormat.java>:[22,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[25,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[26,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[27,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[28,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[29,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[30,29] package org.apache.hadoop.util does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobContext.java>:[23,29] package org.apache.hadoop.conf does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobContext.java>:[24,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobContext.java>:[25,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[61,22] cannot find symbol
[ERROR] symbol  : class CompressionCodec
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[76,35] cannot find symbol
[ERROR] symbol  : class CompressionCodec
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[75,32] cannot find symbol
[ERROR] symbol  : class CompressionCodec
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[93,31] cannot find symbol
[ERROR] symbol  : class FileSystem
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[94,13] cannot find symbol
[ERROR] symbol  : class FileAlreadyExistsException
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[94,41] cannot find symbol
[ERROR] symbol  : class InvalidJobConfException
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[120,48] cannot find symbol
[ERROR] symbol  : class Path
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[139,45] cannot find symbol
[ERROR] symbol  : class Path
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[151,16] cannot find symbol
[ERROR] symbol  : class Path
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[156,16] cannot find symbol
[ERROR] symbol  : class Path
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[170,16] cannot find symbol
[ERROR] symbol  : class Path
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/FileOutputFormat.java>:[213,16] cannot find symbol
[ERROR] symbol  : class Path
[ERROR] location: class org.apache.hama.bsp.FileOutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/OutputFormat.java>:[35,37] cannot find symbol
[ERROR] symbol  : class FileSystem
[ERROR] location: interface org.apache.hama.bsp.OutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/OutputFormat.java>:[51,24] cannot find symbol
[ERROR] symbol  : class FileSystem
[ERROR] location: interface org.apache.hama.bsp.OutputFormat<K,V>
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[40,29] package org.apache.hadoop.conf does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[41,29] package org.apache.hadoop.conf does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[42,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[43,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[44,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[45,38] package org.apache.hadoop.fs.permission does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[46,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[47,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[48,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[49,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[50,40] package org.apache.hadoop.io.SequenceFile does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[51,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[52,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[53,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[54,36] package org.apache.hadoop.io.compress does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[55,28] package org.apache.hadoop.ipc does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[56,28] package org.apache.hadoop.net does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[57,29] package org.apache.hadoop.util does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[58,29] package org.apache.hadoop.util does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[59,29] package org.apache.hadoop.util does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[72,34] cannot find symbol
[ERROR] symbol: class Configured
[ERROR] public class BSPJobClient extends Configured implements Tool {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java>:[72,56] cannot find symbol
[ERROR] symbol: class Tool
[ERROR] public class BSPJobClient extends Configured implements Tool {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[37,29] package org.apache.hadoop.conf does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[38,34] package org.apache.hadoop.filecache does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[39,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[40,27] package org.apache.hadoop.fs does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[41,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[42,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[43,29] package org.apache.hadoop.util does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[58,41] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public class PipesApplication<K1 extends Writable, V1 extends Writable, K2 extends Writable, V2 extends Writable, M extends Writable> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[58,62] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public class PipesApplication<K1 extends Writable, V1 extends Writable, K2 extends Writable, V2 extends Writable, M extends Writable> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[58,83] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public class PipesApplication<K1 extends Writable, V1 extends Writable, K2 extends Writable, V2 extends Writable, M extends Writable> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[58,104] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public class PipesApplication<K1 extends Writable, V1 extends Writable, K2 extends Writable, V2 extends Writable, M extends Writable> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/pipes/PipesApplication.java>:[58,124] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public class PipesApplication<K1 extends Writable, V1 extends Writable, K2 extends Writable, V2 extends Writable, M extends Writable> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[104,34] cannot find symbol
[ERROR] symbol  : class Path
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSP.java>:[22,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPInterface.java>:[22,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPInterface.java>:[31,56] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public interface BSPInterface<K1, V1, K2, V2, M extends Writable> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSP.java>:[28,52] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public abstract class BSP<K1, V1, K2, V2, M extends Writable> implements
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/Superstep.java>:[22,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/Superstep.java>:[24,82] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public abstract class Superstep<KEYIN, VALUEIN, KEYOUT, VALUEOUT, MESSAGE extends Writable> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/Combiner.java>:[20,27] package org.apache.hadoop.io does not exist
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/Combiner.java>:[22,41] cannot find symbol
[ERROR] symbol: class Writable
[ERROR] public abstract class Combiner<M extends Writable> {
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[140,66] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[146,44] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,27] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,48] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,69] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,90] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,127] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,147] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,167] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] <https://builds.apache.org/job/Hama%20trunk/ws/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java>:[264,187] cannot find symbol
[ERROR] symbol  : class Writable
[ERROR] location: class org.apache.hama.bsp.BSPJob
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hama-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results
Updating HAMA-671

Jenkins build is back to normal : Hama trunk #140

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Hama%20trunk/140/>