Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
For now, Hadoop YARN use grpc-context, grpc-core, grpc-netty, grpc-protobuf, grpc-protobuf-lite, grpc-stub and protoc-gen-grpc-java of version 1.15.1, but the "protoc-gen-grpc-java" cannot support on aarch64 platform. Now the grpc-java repo has support aarch64 platform and release in 1.26.0 in maven central.
see:
https://github.com/grpc/grpc-java/pull/6496
https://search.maven.org/search?q=g:io.grpc
It is better to upgrade the version of grpc-xxx dependencies to 1.26.0 version. both x86_64 and aarch64 server are building OK accroding to my testing, please see the attachment, they are: log of building on aarch64, log of building on x86_64, log of running tests of yarn csi on aarch64, log of running tests of yarn csi on x86_64.
Attachments
Attachments
Issue Links
- links to