[
https://issues.apache.org/jira/browse/YARN-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16241060#comment-16241060
]
Hudson commented on YARN-6173:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13193 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13193/])
YARN-6173. Add artifact info and privileged container details to the (jianhe:
rev e34ca6b02d03e2cc09dc14330fad1828bcd29530)
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services-api/src/main/resources/definition/YARN-Simplified-V1-API-Layer-For-Services.yaml
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services-api/src/main/java/org/apache/hadoop/yarn/services/api/impl/ApplicationApiService.java
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services-api/src/main/java/org/apache/hadoop/yarn/services/resource/Container.java
> 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
>
> Attachments: YARN-6173-yarn-native-services.01.path
>
>
> 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.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]