Uploaded image for project: 'Apache Tez'
  1. Apache Tez
  2. TEZ-3233

Tez UI: Have LLAP information reflect in Tez UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0
    • None
    • None

    Description

      The vertex id object will have some additional info as part of key otherinfo.servicePlugin. 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 ]

      Would be great if we can have a wiki link explaining the values.

      Attachments

        1. TEZ-3233.wip.1.patch
          3 kB
          Sreenath Somarajapuram
        2. TEZ-3233.1.patch
          3 kB
          Sreenath Somarajapuram

        Activity

          People

            Sreenath Sreenath Somarajapuram
            Sreenath Sreenath Somarajapuram
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: