[ 
https://issues.apache.org/jira/browse/YARN-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jian He updated YARN-891:
-------------------------

    Attachment: YARN-891.2.patch


New patch details:
-  RMStateStore API change:
  -- storeApplication(RMApp app) -> storeNewApplication(RMApp app)
 -- storeApplicationState(String, ApplicationStateDataPBImpl)  -> 
storeApplicationStateInternal
  -- create a new API: updateApplicationState
 -- similarly for ApplicationAttempt.
- Addressed other comments also.
- Added more fields in ApplicationStore and ApplicationAttemptState for 
restoring application report
- Add test in TestRMRestart for yarnClient to be able to get application report 
after RM restart.

To do:
- We should move the newInstance methods from both the data PM impls to the 
data objects themselves.
- Test updating app/attempt state of FileSystemStateStore/ZKStateStore 


> Store completed application information in RM state store
> ---------------------------------------------------------
>
>                 Key: YARN-891
>                 URL: https://issues.apache.org/jira/browse/YARN-891
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: resourcemanager
>            Reporter: Bikas Saha
>            Assignee: Jian He
>         Attachments: YARN-891.1.patch, YARN-891.2.patch, YARN-891.patch, 
> YARN-891.patch, YARN-891.patch, YARN-891.patch, YARN-891.patch, YARN-891.patch
>
>
> Add information like exit status etc for the completed attempt.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to