[ 
https://issues.apache.org/jira/browse/YARN-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131946#comment-14131946
 ] 

Jonathan Eagles commented on YARN-2513:
---------------------------------------

[~vinodkv], [~hitesh], [~zjshen], I have posted a patch that will simply allow 
the timeline server to host generic UI that still pass through the web filters 
of hadoop. Please give some feedback.

{code}
    <property>
        <name>yarn.timeline-service.ui-names</name>
        <value>tez</value>
    </property>
    <property>
        <name>yarn.timeline-service.ui-on-disk-path.tez</name>
        <value>/Users/jeagles/hadoop/tez-ui</value>
    </property>
    <property>
        <name>yarn.timeline-service.ui-web-path.tez</name>
        <value>/tez-ui-v1.0</value>
    </property>
{code}

> Host framework UIs in YARN for use with the ATS
> -----------------------------------------------
>
>                 Key: YARN-2513
>                 URL: https://issues.apache.org/jira/browse/YARN-2513
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: timelineserver
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: YARN-2513-v1.patch
>
>
> Allow for pluggable UIs as described by TEZ-8. Yarn can provide the 
> infrastructure to host java script and possible java UIs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to