Pierre Beauvois created KNOX-1033:
-------------------------------------
Summary: Apache Tez UI support
Key: KNOX-1033
URL: https://issues.apache.org/jira/browse/KNOX-1033
Project: Apache Knox
Issue Type: New Feature
Components: Server
Affects Versions: 0.13.0
Environment: Apache Hadoop clusters, HortonWorks clusters, Cloudera
clusters, MapR clusters
Reporter: Pierre Beauvois
Tez UI as documented here: [Tez UI|https://tez.apache.org/tez-ui.html]
Tez becomes more and more popular on the market. Supporting its UI is crucial
for Knox.
This feature allow to access the Tez UI through Knox. It could be enabled in
your topology by adding the following sample:
{code:java}
<service>
<role>TEZUI</role>
<url>http://{tezui-host}:{tezui-port}</url>
</service>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)