[
https://issues.apache.org/jira/browse/YARN-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sunil G updated YARN-4515:
--------------------------
Attachment: YARN-4515-YARN-3368.5.patch
Thank you [~leftnoteasy] for the comments.
- Fixed the finished time issue in app and apps page.
- app-attempt page link will work when app is running or finished. But if app
page is loaded when app is running, and the app-attempt link is clicked only
after app s finished , then i could see the link is not transitioning to
app-attempt. If app page is refreshed, then the link works fine. I will
investigate in detail mostly in another ticket. Pls suggest if this is fine.
- mvn package will also pack web-ui to
$HADOOP_HOME/share/hadoop/yarn/webapps/rm. So with below configuration, we can
launch web ui2 within yarn.
{noformat}
<property>
<name>yarn.resourcemanager.webapp.ui2.enable</name>
<value>true</value>
</property>
<property>
<name>yarn.resourcemanager.webapp.ui2.address</name>
<value>127.0.0.1:8288</value>
</property>
{noformat}
> [YARN-3368] Support hosting web UI framework inside YARN RM
> -----------------------------------------------------------
>
> Key: YARN-4515
> URL: https://issues.apache.org/jira/browse/YARN-4515
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: Wangda Tan
> Assignee: Sunil G
> Attachments: 0001-YARN-4515.patch, YARN-4515-YARN-3368.1.patch,
> YARN-4515-YARN-3368.2.patch, YARN-4515-YARN-3368.3.patch,
> YARN-4515-YARN-3368.4.patch, YARN-4515-YARN-3368.5.patch,
> preliminary-YARN-4515-host_rm_web_ui_v2.patch
>
>
> Currently it can be only launched outside of YARN, we should make it runnable
> inside YARN for easier testing and we should have a configuration to
> enable/disable it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]