IMO, I'd like to just remove yarn module from pom.xml at the moment. Other thoughts?
---------- Forwarded message ---------- From: Chia-Hung Lin <[email protected]> Date: Sat, Oct 29, 2011 at 8:47 PM Subject: Re: Build failed in Jenkins: Hama-Nightly #337 To: "Edward J. Yoon" <[email protected]> Although marking yarn in pom.xml would work for local build, shouldn't we fix the problem on Jenkins? On 29 October 2011 19:28, Edward J. Yoon <[email protected]> wrote: > Just remove 'yarn' module in pom.xml. > > On Sat, Oct 29, 2011 at 8:21 PM, Chia-Hung Lin <[email protected]> wrote: >> Hi Edward, >> >> There are some other issues which is important to get i/o done and >> that would take longer time than expected. So I go back to work on the >> task, integrating bsp task with checkpointer. But I notice when >> compiling the source in trunk, it throws the following errors >> >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile >> (default-compile) on project hama-yarn: Compilation failure: >> Compilation failure: >> [ERROR] >> /home/clin/hama-trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[203,46] >> cannot find symbol >> [ERROR] symbol : variable APPLICATION_ATTEMPT_ID_ENV >> [ERROR] location: interface org.apache.hadoop.yarn.api.ApplicationConstants >> [ERROR] >> /home/clin/hama-trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[208,33] >> cannot find symbol >> [ERROR] symbol : variable APPLICATION_ATTEMPT_ID_ENV >> [ERROR] location: interface org.apache.hadoop.yarn.api.ApplicationConstants >> >> Also, I notice the Jenkins report has similar one, should I request an >> account after checking it at wiki[1] so that we can fix this issue? Or >> what is the right step to fix it? >> >> Thanks >> Chia-Hung >> >> [1] http://wiki.apache.org/general/Hudson#How_do_I_get_an_account >> >> >> ---------- Forwarded message ---------- >> From: Apache Jenkins Server <[email protected]> >> Date: 29 October 2011 07:17 >> Subject: Build failed in Jenkins: Hama-Nightly #337 >> To: [email protected] >> >> >> See <https://builds.apache.org/job/Hama-Nightly/337/> >> >> ------------------------------------------ >> [...truncated 4649 lines...] >> 1624 KB 1618 KB >> 1624 KB 1622 KB >> 1624 KB 1623 KB >> 1628 KB 1623 KB >> 1631 KB 1623 KB >> 1635 KB 1623 KB >> 1639 KB 1623 KB >> 1643 KB 1623 KB >> 1645 KB 1623 KB >> 1645 KB 1627 KB >> 1645 KB 1631 KB >> 1645 KB 1635 KB >> 1645 KB 1637 KB >> 1645 KB 1641 KB >> 1645 KB 1644 KB >> 1645 KB 1647 KB >> 1645 KB 1651 KB >> 1645 KB 1654 KB >> 1645 KB 1658 KB >> 1645 KB 1658 KB >> 1645 KB 1662 KB >> 1645 KB 1665 KB >> >> Downloaded: >> http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-hdfs/0.23.0-SNAPSHOT/hadoop-hdfs-0.23.0-20111028.212254-563.jar >> (1645 KB at 165.1 KB/sec) >> 1669 KB >> 1671 KB >> 1675 KB >> 1679 KB >> 1683 KB >> 1685 KB >> >> Downloaded: >> http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-common/0.23.0-SNAPSHOT/hadoop-common-0.23.0-20111028.212251-509.jar >> (1685 KB at 164.3 KB/sec) >> [INFO] >> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hama-yarn --- >> [INFO] Deleting >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/target >> [INFO] >> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hama-yarn >> --- >> Downloading: >> https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-project/0.23.0-SNAPSHOT/maven-metadata.xml >> 614 B >> >> Downloaded: >> https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-project/0.23.0-SNAPSHOT/maven-metadata.xml >> (614 B at 0.6 KB/sec) >> [INFO] >> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ >> hama-yarn --- >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >> [INFO] Copying 1 resource >> [INFO] Copying 3 resources >> [INFO] >> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hama-yarn >> --- >> [INFO] Compiling 12 source files to >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/target/classes >> [INFO] ------------------------------------------------------------- >> [ERROR] COMPILATION ERROR : >> [INFO] ------------------------------------------------------------- >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[41,49] >> cannot find symbol >> symbol : class GetNewApplicationRequest >> location: package org.apache.hadoop.yarn.api.protocolrecords >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[42,49] >> cannot find symbol >> symbol : class GetNewApplicationResponse >> location: package org.apache.hadoop.yarn.api.protocolrecords >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[43,49] >> cannot find symbol >> symbol : class KillApplicationRequest >> location: package org.apache.hadoop.yarn.api.protocolrecords >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[49,41] >> cannot find symbol >> symbol : class FinalApplicationStatus >> location: package org.apache.hadoop.yarn.api.records >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[48,41] >> cannot find symbol >> symbol : class FinalApplicationStatus >> location: package org.apache.hadoop.yarn.api.records >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/JobImpl.java:[145,40] >> cannot find symbol >> symbol : method >> newAllocateRequest(org.apache.hadoop.yarn.api.records.ApplicationAttemptId,int,float,java.util.List<org.apache.hadoop.yarn.api.records.ResourceRequest>,java.util.List<org.apache.hadoop.yarn.api.records.ContainerId>) >> location: class org.apache.hadoop.yarn.util.BuilderUtils >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[87,4] >> cannot find symbol >> symbol : class KillApplicationRequest >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[88,19] >> cannot find symbol >> symbol : class KillApplicationRequest >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[126,4] >> cannot find symbol >> symbol : class GetNewApplicationRequest >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[127,19] >> cannot find symbol >> symbol : class GetNewApplicationRequest >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[128,4] >> cannot find symbol >> symbol : class GetNewApplicationResponse >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[255,22] >> cannot find symbol >> symbol : method getFinalApplicationStatus() >> location: interface org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[256,22] >> cannot find symbol >> symbol : method getFinalApplicationStatus() >> location: interface org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[256,54] >> cannot find symbol >> symbol : variable FinalApplicationStatus >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[257,22] >> cannot find symbol >> symbol : method getFinalApplicationStatus() >> location: interface org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[257,54] >> cannot find symbol >> symbol : variable FinalApplicationStatus >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[258,22] >> cannot find symbol >> symbol : method getFinalApplicationStatus() >> location: interface org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[258,54] >> cannot find symbol >> symbol : variable FinalApplicationStatus >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[259,51] >> cannot find symbol >> symbol : method getFinalApplicationStatus() >> location: interface org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[276,19] >> cannot find symbol >> symbol : method getFinalApplicationStatus() >> location: interface org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[276,51] >> cannot find symbol >> symbol : variable FinalApplicationStatus >> location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[281,23] >> cannot find symbol >> symbol : method getFinalApplicationStatus() >> location: interface org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[203,46] >> cannot find symbol >> symbol : variable APPLICATION_ATTEMPT_ID_ENV >> location: interface org.apache.hadoop.yarn.api.ApplicationConstants >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[208,33] >> cannot find symbol >> symbol : variable APPLICATION_ATTEMPT_ID_ENV >> location: interface org.apache.hadoop.yarn.api.ApplicationConstants >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[240,45] >> cannot find symbol >> symbol : variable FinalApplicationStatus >> location: class org.apache.hama.bsp.BSPApplicationMaster >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[243,45] >> cannot find symbol >> symbol : variable FinalApplicationStatus >> location: class org.apache.hama.bsp.BSPApplicationMaster >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[246,45] >> cannot find symbol >> symbol : variable FinalApplicationStatus >> location: class org.apache.hama.bsp.BSPApplicationMaster >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[249,45] >> cannot find symbol >> symbol : variable FinalApplicationStatus >> location: class org.apache.hama.bsp.BSPApplicationMaster >> [INFO] 28 errors >> [INFO] ------------------------------------------------------------- >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Apache Hama parent POM ............................ SUCCESS [3.927s] >> [INFO] Apache Hama Core .................................. SUCCESS >> [3:49.595s] >> [INFO] Apache Hama Graph Package ......................... SUCCESS [12.214s] >> [INFO] Apache Hama Examples .............................. SUCCESS >> [1:07.478s] >> [INFO] Apache Hama YARN .................................. FAILURE [40.018s] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 5:54.825s >> [INFO] Finished at: Fri Oct 28 23:16:57 GMT+00:00 2011 >> [INFO] Final Memory: 42M/372M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile >> (default-compile) on project hama-yarn: Compilation failure: >> Compilation failure: >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[41,49] >> cannot find symbol >> [ERROR] symbol : class GetNewApplicationRequest >> [ERROR] location: package org.apache.hadoop.yarn.api.protocolrecords >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[42,49] >> cannot find symbol >> [ERROR] symbol : class GetNewApplicationResponse >> [ERROR] location: package org.apache.hadoop.yarn.api.protocolrecords >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[43,49] >> cannot find symbol >> [ERROR] symbol : class KillApplicationRequest >> [ERROR] location: package org.apache.hadoop.yarn.api.protocolrecords >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[49,41] >> cannot find symbol >> [ERROR] symbol : class FinalApplicationStatus >> [ERROR] location: package org.apache.hadoop.yarn.api.records >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[48,41] >> cannot find symbol >> [ERROR] symbol : class FinalApplicationStatus >> [ERROR] location: package org.apache.hadoop.yarn.api.records >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/JobImpl.java:[145,40] >> cannot find symbol >> [ERROR] symbol : method >> newAllocateRequest(org.apache.hadoop.yarn.api.records.ApplicationAttemptId,int,float,java.util.List<org.apache.hadoop.yarn.api.records.ResourceRequest>,java.util.List<org.apache.hadoop.yarn.api.records.ContainerId>) >> [ERROR] location: class org.apache.hadoop.yarn.util.BuilderUtils >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[87,4] >> cannot find symbol >> [ERROR] symbol : class KillApplicationRequest >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[88,19] >> cannot find symbol >> [ERROR] symbol : class KillApplicationRequest >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[126,4] >> cannot find symbol >> [ERROR] symbol : class GetNewApplicationRequest >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[127,19] >> cannot find symbol >> [ERROR] symbol : class GetNewApplicationRequest >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[128,4] >> cannot find symbol >> [ERROR] symbol : class GetNewApplicationResponse >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[255,22] >> cannot find symbol >> [ERROR] symbol : method getFinalApplicationStatus() >> [ERROR] location: interface >> org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[256,22] >> cannot find symbol >> [ERROR] symbol : method getFinalApplicationStatus() >> [ERROR] location: interface >> org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[256,54] >> cannot find symbol >> [ERROR] symbol : variable FinalApplicationStatus >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[257,22] >> cannot find symbol >> [ERROR] symbol : method getFinalApplicationStatus() >> [ERROR] location: interface >> org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[257,54] >> cannot find symbol >> [ERROR] symbol : variable FinalApplicationStatus >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[258,22] >> cannot find symbol >> [ERROR] symbol : method getFinalApplicationStatus() >> [ERROR] location: interface >> org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[258,54] >> cannot find symbol >> [ERROR] symbol : variable FinalApplicationStatus >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[259,51] >> cannot find symbol >> [ERROR] symbol : method getFinalApplicationStatus() >> [ERROR] location: interface >> org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[276,19] >> cannot find symbol >> [ERROR] symbol : method getFinalApplicationStatus() >> [ERROR] location: interface >> org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[276,51] >> cannot find symbol >> [ERROR] symbol : variable FinalApplicationStatus >> [ERROR] location: class org.apache.hama.bsp.YARNBSPJob >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java:[281,23] >> cannot find symbol >> [ERROR] symbol : method getFinalApplicationStatus() >> [ERROR] location: interface >> org.apache.hadoop.yarn.api.records.ApplicationReport >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[203,46] >> cannot find symbol >> [ERROR] symbol : variable APPLICATION_ATTEMPT_ID_ENV >> [ERROR] location: interface org.apache.hadoop.yarn.api.ApplicationConstants >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[208,33] >> cannot find symbol >> [ERROR] symbol : variable APPLICATION_ATTEMPT_ID_ENV >> [ERROR] location: interface org.apache.hadoop.yarn.api.ApplicationConstants >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[240,45] >> cannot find symbol >> [ERROR] symbol : variable FinalApplicationStatus >> [ERROR] location: class org.apache.hama.bsp.BSPApplicationMaster >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[243,45] >> cannot find symbol >> [ERROR] symbol : variable FinalApplicationStatus >> [ERROR] location: class org.apache.hama.bsp.BSPApplicationMaster >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[246,45] >> cannot find symbol >> [ERROR] symbol : variable FinalApplicationStatus >> [ERROR] location: class org.apache.hama.bsp.BSPApplicationMaster >> [ERROR] >> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Hama-Nightly/trunk/yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java:[249,45] >> cannot find symbol >> [ERROR] symbol : variable FinalApplicationStatus >> [ERROR] location: class org.apache.hama.bsp.BSPApplicationMaster >> [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-yarn >> Build step 'Invoke top-level Maven targets' marked build as failure >> > > > > -- > Best Regards, Edward J. Yoon > @eddieyoon > -- Best Regards, Edward J. Yoon @eddieyoon
