Sreenath Somarajapuram created TEZ-3233:
-------------------------------------------
Summary: Tez UI: Have LLAP information reflect in Tez UI
Key: TEZ-3233
URL: https://issues.apache.org/jira/browse/TEZ-3233
Project: Apache Tez
Issue Type: Bug
Reporter: Sreenath Somarajapuram
Assignee: Sreenath Somarajapuram
The vertex id object will have some additional info as part of key
otherinfoservicePlugin. There will be something like:
servicePlugin: {
taskSchedulerName: "TezYarn",
taskSchedulerClassName: "org.apache.tez.dag.app.rm.YarnTaskSchedulerService",
taskCommunicatorName: "TezYarn",
taskCommunicatorClassName: "org.apache.tez.dag.app.TezTaskCommunicatorImpl",
containerLauncherName: "TezYarn",
containerLauncherClassName:
"org.apache.tez.dag.app.launcher.TezContainerLauncherImpl"
},
The above should only be displayed in the vertex details page in a format
somewhat like below:
Task Scheduler Plugin: TezYarn [
org.apache.tez.dag.app.rm.YarnTaskSchedulerService ]
Task Communicator Plugin: TezYarn [
org.apache.tez.dag.app.TezTaskCommunicatorImpl ]
Container Launcher Plugin: TezYarn [
org.apache.tez.dag.app.launcher.TezContainerLauncherImpl ]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)