You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Wangda Tan (JIRA)" <ji...@apache.org> on 2018/03/19 18:34:02 UTC

[jira] [Updated] (YARN-7949) [UI2] ArtifactsId should not be a compulsory field for new service

     [ https://issues.apache.org/jira/browse/YARN-7949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wangda Tan updated YARN-7949:
-----------------------------
    Fix Version/s:     (was: 3.2.0)

> [UI2] ArtifactsId should not be a compulsory field for new service
> ------------------------------------------------------------------
>
>                 Key: YARN-7949
>                 URL: https://issues.apache.org/jira/browse/YARN-7949
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: yarn-ui-v2
>    Affects Versions: 3.1.0
>            Reporter: Yesha Vora
>            Assignee: Yesha Vora
>            Priority: Major
>             Fix For: 3.1.0
>
>         Attachments: YARN-7949.001.patch
>
>
> 1) Click on New ServiceĀ 
> 2) Create a component
> Create Component page has Artifacts Id as compulsory entry. Few yarn service example such as sleeper.json does not need to provide artifacts id.
> {code:java|title=sleeper.json}
> {
>   "name": "sleeper-service",
>   "components" :
>   [
>     {
>       "name": "sleeper",
>       "number_of_containers": 2,
>       "launch_command": "sleep 900000",
>       "resource": {
>         "cpus": 1,
>         "memory": "256"
>       }
>     }
>   ]
> }{code}
> Thus, artifactsId should not be compulsory field.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org