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

Weiwei Yang commented on YARN-8873:
-----------------------------------

cc [~sunilg]

I have created a sub module hadoop-yarn-csi for CSI code, lets try to have all 
CSI related code under this module. Some general notes for review:
 # CSI is declared to follow proto3 syntax, it has to be complied with protobuf 
3.x version (not compatible with 2.5.0). For this reason, the module is shading 
the protobuf-java, grpc and netty libraries (grpc and netty version is updated 
too because of they are required by proto3). The packed jar file will be 
roughly 12mb size.
 # The test case can only run under linux systems, we skip them on other 
platforms, this is due to netty only provides the socket bindings on linux.

Thanks

 

> Add CSI java-based client library
> ---------------------------------
>
>                 Key: YARN-8873
>                 URL: https://issues.apache.org/jira/browse/YARN-8873
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Weiwei Yang
>            Assignee: Weiwei Yang
>            Priority: Major
>         Attachments: YARN-8873.001.patch
>
>
> Build a java-based client to talk to CSI drivers, through CSI gRPC services.



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

---------------------------------------------------------------------
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