XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.7.1, 0.8.1-alpha
    • UI
    • None

    Description

      Add AM API for fetching realtime tasks info:

      • API endpoint : /ws/v2/tez/tasksInfo
      • Query Params:
        • dagID: Just need to pass the dagIndex, (mandatory).
        • vertexID: Just need to pass the vertexIndex. Can be a comma separated list
        • taskID: Must be of the format <vertexIndex>_<taskIndex>. For instance task with index 5 in vertex 3 can be referenced using the id 3_5. Can be a comma separated list.
        • limit: Maximum number of items to be returned (Defaults to 100).
      • If taskID is passed: All (capped by limit) the specified tasks will be returned. vertexID if present wont be considered.
      • IF vertexID is passed: All (capped by limit) tasks under the vertices will be returned.
      • If just dagID is passed: All (capped by limit) tasks under the DAG will be returned.
      • Data returned: complete task id, progress, status

      Attachments

        1. TEZ-2792.1.patch
          19 kB
          Sreenath Somarajapuram
        2. TEZ-2792.2.patch
          18 kB
          Sreenath Somarajapuram
        3. TEZ-2792.3.patch
          22 kB
          Sreenath Somarajapuram
        4. TEZ-2792.4.patch
          22 kB
          Sreenath Somarajapuram

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: