[
https://issues.apache.org/jira/browse/YARN-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340984#comment-14340984
]
Xuan Gong commented on YARN-1809:
---------------------------------
bq.In ApplicationHistoryClientService, make sure we don't change the
implementation of getApp/AttemptContainer(s).
checked
bq. ApplicationHistoryManagerImpl doesn't need to be changed. It's already
deprecated.
done
bq.Why is the following code removed? It may result in page exception if the
following checks are not done.
Added
bq. In AppAttemptBlock.java, we need to the similar change that we did in
AppBlock.java to check the case that the tracking url == N/A.
Added
bq. Since we excluded the change of scheduler webpage, isFairSchedulerPage is
no longer necessary in WebPageUtils.
Looks like we still need this.
{code}
- protected String getAppsTableColumnDefs() {
- StringBuilder sb = new StringBuilder();
- return sb
- .append("[\n")
- .append("{'sType':'string', 'aTargets': [0]")
- .append(", 'mRender': parseHadoopID }")
-
- .append("\n, {'sType':'numeric', 'aTargets': [5, 6]")
- .append(", 'mRender': renderHadoopDate }")
-
- .append("\n, {'sType':'numeric', bSearchable:false, 'aTargets': [9]")
- .append(", 'mRender': parseHadoopProgress }]").toString();
{code}
We removed this code from RmView.java and added a more generic one in
WebPageUtils
bq. AHS web services has been changed in this patch too. I did quick check, and
it seemed to work too. Please double check as well.
Checked
> Synchronize RM and Generic History Service Web-UIs
> --------------------------------------------------
>
> Key: YARN-1809
> URL: https://issues.apache.org/jira/browse/YARN-1809
> Project: Hadoop YARN
> Issue Type: Improvement
> Reporter: Zhijie Shen
> Assignee: Xuan Gong
> Attachments: YARN-1809.1.patch, YARN-1809.10.patch,
> YARN-1809.11.patch, YARN-1809.12.patch, YARN-1809.13.patch,
> YARN-1809.14.patch, YARN-1809.15.patch, YARN-1809.2.patch, YARN-1809.3.patch,
> YARN-1809.4.patch, YARN-1809.5.patch, YARN-1809.5.patch, YARN-1809.6.patch,
> YARN-1809.7.patch, YARN-1809.8.patch, YARN-1809.9.patch
>
>
> After YARN-953, the web-UI of generic history service is provide more
> information than that of RM, the details about app attempt and container.
> It's good to provide similar web-UIs, but retrieve the data from separate
> source, i.e., RM cache and history store respectively.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)