[
https://issues.apache.org/jira/browse/YARN-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gour Saha updated YARN-6173:
----------------------------
Description:
2 new attributes *artifact* and *privilegedContainer* are being added at the
component-level, e.g. below -
{code}
{
"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,
.
.
}
],
.
.
}
{code}
> Add artifact info and privileged container details to the container info in
> API GET response
> --------------------------------------------------------------------------------------------
>
> Key: YARN-6173
> URL: https://issues.apache.org/jira/browse/YARN-6173
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: sriharsha devineni
> Assignee: Gour Saha
> Fix For: yarn-native-services
>
>
> 2 new attributes *artifact* and *privilegedContainer* are being added at the
> component-level, e.g. below -
> {code}
> {
> "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,
> .
> .
> }
> ],
> .
> .
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]