[
https://issues.apache.org/jira/browse/TEZ-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14905736#comment-14905736
]
Jonathan Eagles commented on TEZ-2786:
--------------------------------------
I think this maybe partly a setup issue. My user shows as *dr.who*.
Updated the configs so that my static http user is the same as the application
process. Might be worth mentioning the user setup (static user setup, simple,
secure) for single box cluster in the documentation. Though, should we be
checking access for an insecure cluster?
{code:xml}
<property>
<name>hadoop.http.staticuser.user</name>
<value>jeagles</value>
</property>
{code}
Now I'm getting _Reason: CORS header 'Access-Control-Allow-Origin' missing_ on
the requests. Could be that localhost needs CORS support enabled -> YARN-4009?
Certainly this will be needed in for distributed setup.
> Tez UI: Update vertex, task & attempt details page while in progress.
> ---------------------------------------------------------------------
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
> Issue Type: Sub-task
> Components: UI
> Reporter: Sreenath Somarajapuram
> Assignee: Sreenath Somarajapuram
> Fix For: 0.7.1, 0.8.1
>
> Attachments: TEZ-2786.1.patch, TEZ-2786.2.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)