You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2016/04/27 14:27:12 UTC

[jira] [Updated] (TEZ-3233) Tez UI: Have LLAP information reflect in Tez UI

     [ https://issues.apache.org/jira/browse/TEZ-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreenath Somarajapuram updated TEZ-3233:
----------------------------------------
    Description: 
The vertex id object will have some additional info as part of key otherinfoservicePlugin. There will be something like:
{code}
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"
},
{code}
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 ]

  was:
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 ]


> 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:
> {code}
> 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"
> },
> {code}
> 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)