Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-4793 [Umbrella] Simplified API layer for services and beyond
  3. YARN-6173

Add artifact info and privileged container details to the container info in API GET response

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • yarn-native-services
    • None
    • None

    Description

      2 new attributes artifact and privilegedContainer are being added at the component-level, e.g. below -

      {
        "uri": "/services/v1/applications/test-app",
        "name": "test-app",
      .
      .
        "containers": [
          {
            "uri": "/services/v1/applications/test-app/containers/container_e3376_1485898199590_0175_01_000002",
      .
      .
            "artifact": {
              "id": "docker.io/test-centos6:0.2",
              "type": "DOCKER"
            },
            "privilegedContainer": false,
      .
      .
          }
        ],
      .
      .
      }
      

      Attachments

        Activity

          People

            gsaha Gour Saha
            sdevineni sriharsha devineni
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: