[
https://issues.apache.org/jira/browse/MAPREDUCE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124622#comment-13124622
]
Arun C Murthy commented on MAPREDUCE-2789:
------------------------------------------
Thanks Eric.
Some minor nits:
# Need a null check for 'currentAttempt' in RMAppImpl.
# In RMAppAttemptImpl.getApplicationResourceUsageReport:
## You need to acquire the readLock.
## Reserved containers loop needs a +=, not =
# In ApplicationResourceUsageReport, please use Resource rather than int for
all parameters/return-values. We don't want to tie it to just memory.
# JobStatus
## Minor nit - please use 'Reserved' rather than 'Rsvd' for apis, we try to
avoid these in api names (maybe use expansion for variable names too?)
## I don't get why we need (get,set)ApplicationMasterInfo - we already have
(get,set)TrackingUrl?
> [MR:279] Update the scheduling info on CLI
> ------------------------------------------
>
> Key: MAPREDUCE-2789
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2789
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 0.23.0
> Reporter: Ramya Sunil
> Assignee: Eric Payne
> Fix For: 0.23.0, 0.24.0
>
> Attachments: MAPREDUCE-2789.v1.txt, MAPREDUCE-2789.v2.txt
>
>
> The scheduling information such as number of containers running, memory usage
> and reservations per job is not available on bin/mapred job -list CLI.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira