[
https://issues.apache.org/jira/browse/YARN-9161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16758973#comment-16758973
]
Zac Zhou edited comment on YARN-9161 at 2/2/19 11:59 AM:
---------------------------------------------------------
For the failed test cases of TestRMAppAttemptTransitions, it seems related to
HADOOP-14178. And I'll fix it using the same way. Something like:
{code:java}
verify(scheduler, times(2)).allocate(any(ApplicationAttemptId.class),
- any(List.class), any(List.class), any(List.class), any(List.class),
any(List.class),
+ any(List.class), any(), any(List.class), any(), any(),
any(ContainerUpdates.class));
{code}
Fot the timeout of distributedshell, it can be fixed by YARN-9231
was (Author: yuan_zac):
For the failed test cases of TestRMAppAttemptTransitions, it seems related to
HADOOP-14178. And I'll fix it using the same way.
Fot the timeout of distributedshell, it can be fixed by YARN-9231
> Absolute resources of capacity scheduler doesn't support GPU and FPGA
> ---------------------------------------------------------------------
>
> Key: YARN-9161
> URL: https://issues.apache.org/jira/browse/YARN-9161
> Project: Hadoop YARN
> Issue Type: Bug
> Components: capacity scheduler
> Reporter: Zac Zhou
> Assignee: Zac Zhou
> Priority: Major
> Attachments: YARN-9161.001.patch, YARN-9161.002.patch,
> YARN-9161.003.patch, YARN-9161.004.patch, YARN-9161.005.patch,
> YARN-9161.006.patch, YARN-9161.007.patch, YARN-9161.008.patch,
> YARN-9161.009.patch, YARN-9161.010.patch
>
>
> As the enum CapacitySchedulerConfiguration.AbsoluteResourceType only has two
> elements: memory and vcores, which would filter out absolute resources
> configuration of gpu and fpga in
> AbstractCSQueue.updateConfigurableResourceRequirement.
> This issue would cause gpu and fpga can't be allocated correctly
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]