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

Weiwei Yang commented on YARN-8953:
-----------------------------------

During the testing, I found it is not a wise decision to let RM/NM module 
depending on hadoop-yarn-csi module, it would potentially cause dependency 
conflicts problems. So in v3 patch I have moved CSI adaptor protocol and 
related PB classes to {{hadoop-yarn-api}} and {{hadoop-yarn-common}}, this way 
RM/NM only needs to talk to CSI adaptor using YARN protocol, and underneath the 
adaptor will take care of the proto-transformation.

And I've added more UTs to verify adaptor server/client side implementations, 
and removed fake clients from volume manager. Now it should be able to work 
together.

[~sunilg] pls take a look. thanks.

> Add CSI driver adaptor module
> -----------------------------
>
>                 Key: YARN-8953
>                 URL: https://issues.apache.org/jira/browse/YARN-8953
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Weiwei Yang
>            Assignee: Weiwei Yang
>            Priority: Major
>         Attachments: YARN-8953.001.patch, YARN-8953.002.patch, 
> YARN-8953.003.patch, csi_adaptor_workflow.png
>
>
> CSI adaptor is a layer between YARN and CSI driver, it transforms YARN 
> internal concepts and boxes them according to CSI protocol. Then forward the 
> call to a CSI driver. The adaptor should support both 
> controller/node/identity services.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to