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

Yufei Gu commented on YARN-7451:
--------------------------------

{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project hadoop-yarn-services-api: Compilation failure -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hadoop-yarn-services-api
{code}
The patch can't compile. Can you compile it locally? [~snemeth].

> Resources Types should be visible in the Cluster Apps API "resourceRequests" 
> section
> ------------------------------------------------------------------------------------
>
>                 Key: YARN-7451
>                 URL: https://issues.apache.org/jira/browse/YARN-7451
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager, restapi
>    Affects Versions: 3.0.0
>            Reporter: Grant Sohn
>            Assignee: Szilard Nemeth
>         Attachments: YARN-7451.001.patch, 
> YARN-7451__Expose_custom_resource_types_on_RM_scheduler_API_as_flattened_map01_02.patch
>
>
> When running jobs that request resource types the RM Cluster Apps API should 
> include this in the "resourceRequests" object.
> Additionally, when calling the RM scheduler API it returns:
> {noformat}
>  "childQueues": {
>                                 "queue": [
>                                     {
>                                         "allocatedContainers": 101,
>                                         "amMaxResources": {
>                                             "memory": 320390,
>                                             "vCores": 192
>                                         },
>                                         "amUsedResources": {
>                                             "memory": 1024,
>                                             "vCores": 1
>                                         },
>                                         "clusterResources": {
>                                             "memory": 640779,
>                                             "vCores": 384
>                                         },
>                                         "demandResources": {
>                                             "memory": 103424,
>                                             "vCores": 101
>                                         },
>                                         "fairResources": {
>                                             "memory": 640779,
>                                             "vCores": 384
>                                         },
>                                         "maxApps": 2147483647,
>                                         "maxResources": {
>                                             "memory": 640779,
>                                             "vCores": 384
>                                         },
>                                         "minResources": {
>                                             "memory": 0,
>                                             "vCores": 0
>                                         },
>                                         "numActiveApps": 1,
>                                         "numPendingApps": 0,
>                                         "preemptable": true,
>                                         "queueName": "root.users.systest",
>                                         "reservedContainers": 0,
>                                         "reservedResources": {
>                                             "memory": 0,
>                                             "vCores": 0
>                                         },
>                                         "schedulingPolicy": "fair",
>                                         "steadyFairResources": {
>                                             "memory": 320390,
>                                             "vCores": 192
>                                         },
>                                         "type": "fairSchedulerLeafQueueInfo",
>                                         "usedResources": {
>                                             "memory": 103424,
>                                             "vCores": 101
>                                         }
>                                     }
>                                 ]
> {noformat}
> However, the web UI shows resource types usage.



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

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

Reply via email to