Ozone 1.4.0 still depend on protobuf-2.5.0 #7417
Replies: 2 comments 2 replies
-
|
We will likely be removing the proto 2 dependency as part of the Ozone 2.0 release (HDDS-11516). @jojochuang is working on updating Ozone's Hadoop dependency to 3.4.1 as part of HDDS-11617, which I believe is a prerequisite to this change. |
Beta Was this translation helpful? Give feedback.
-
|
We haven't tried raspberry, but for Mac M1 you can follow this doc to patch protobuf 2.5 (steps should be similar for raspberry): https://gist.github.com/smengcl/6a269f44d909ef9245a9ad8c7c6d41e0#file-ozone-m1-md If you use Maven 3.9.x, I had to do the following steps to copy&rename protoc compiler: cp /Users/weichiu/.m2/repository/com/google/protobuf/protoc/2.5.0/protoc-2.5.0-osx-aarch_64 /Users/weichiu/.m2/repository/com/google/protobuf/protoc/2.5.0/protoc-2.5.0-osx-aarch_64.exe |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am currently building the Ozone version for ARM64 architecture raspberry pi5 and noticed that Ozone 1.4.0 still relies on protobuf-2.5.0, which is quite outdated. Is there any plan to update the protobuf dependency to the latest version?
Thanks,
Trung
Beta Was this translation helpful? Give feedback.
All reactions