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

Jason Lowe commented on YARN-1311:
----------------------------------

The branch-2 build is broken, and it seems to be related to this change:

{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) 
on project hadoop-sls: Compilation failure: Compilation failure:
[ERROR] 
/hadoop/apache/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java:[65,8]
 cannot find symbol
[ERROR] symbol  : class AppAddedSchedulerEvent
[ERROR] location: package 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
[ERROR] 
/hadoop/apache/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java:[67,8]
 cannot find symbol
[ERROR] symbol  : class AppRemovedSchedulerEvent
....
{noformat}

It appears a similar compilation failure was fixed on trunk, but branch-2 is 
still failing.

> Fix app specific scheduler-events' names to be app-attempt based
> ----------------------------------------------------------------
>
>                 Key: YARN-1311
>                 URL: https://issues.apache.org/jira/browse/YARN-1311
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Vinod Kumar Vavilapalli
>            Priority: Trivial
>             Fix For: 2.4.0
>
>         Attachments: YARN-1311-20131015.txt, YARN-1311-20131211.1.txt, 
> YARN-1311-20131211.txt
>
>
> Today, APP_ADDED and APP_REMOVED are sent to the scheduler. They are 
> misnomers as schedulers only deal with AppAttempts today. This JIRA is for 
> fixing their names so that we can add App-level events in the near future, 
> notably for work-preserving RM-restart.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to