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 "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/10/24 19:40:00 UTC

[jira] [Commented] (YARN-7193) Implement REST API for register Yarnfile in application catalog

    [ https://issues.apache.org/jira/browse/YARN-7193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217536#comment-16217536 ] 

Hadoop QA commented on YARN-7193:
---------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  1m 13s{color} | {color:red} YARN-7193 does not apply to yarn-native-services. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | YARN-7193 |
| JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12893779/YARN-7193.yarn-native-services.006.patch |
| Console output | https://builds.apache.org/job/PreCommit-YARN-Build/18112/console |
| Powered by | Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org |


This message was automatically generated.



> Implement REST API for register Yarnfile in application catalog
> ---------------------------------------------------------------
>
>                 Key: YARN-7193
>                 URL: https://issues.apache.org/jira/browse/YARN-7193
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: applications
>    Affects Versions: 3.1.0
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: YARN-7193.yarn-native-services.001.patch, YARN-7193.yarn-native-services.002.patch, YARN-7193.yarn-native-services.003.patch, YARN-7193.yarn-native-services.004.patch, YARN-7193.yarn-native-services.005.patch, YARN-7193.yarn-native-services.006.patch
>
>
> For support ability to register and index Yarnfile, we need a set of REST API to register, search, and recommend applications from application catalog.  The proposed API are:
> {code}
> POST /ws/v1/app/register
> {code}
> Register an Application.
> {code}
> GET /ws/v1/app/search?q=[text]
> {code}
> Find application base on search text.
> {code}
> GET /ws/v1/app/recommend
> {code}
> The default list of recommended applications.
> The data structure for YARN application looks like this:
> {code}
> {
>   "org": "jenkins.org",
>   "name": "jenkins",
>   "description": "The most popular open source automation server.",
>   "icon": "/ws/v1/app/icon/jenkins.png",
>   "downloads": 123,
>   "likes": 123,
>   "services": {
>     ...
>   }
> }
> {code}
> Where services is the Yarn native services object.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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