Conversation
| <protobuf-java.version>2.5.0</protobuf-java.version> | ||
| <protoc.version>2.5.0</protoc.version> | ||
| <protobuf-java.version>4.28.2</protobuf-java.version> | ||
| <protoc.version>4.28.2</protoc.version> |
There was a problem hiding this comment.
we should remove profile for linux-aarch64
| // limitations under the License. | ||
| // | ||
|
|
||
| syntax = "proto3"; |
There was a problem hiding this comment.
any reason for building with proto3? hbase still uses proto2 even though builds with proto 4.8.2?
There was a problem hiding this comment.
This is completely independent of HBase, used only for communicationg with the TSO.
There was a problem hiding this comment.
HBase RPC is done either via protobuf 2.5 or the thirdparty protobuf.
|
Also how do we deal with hadoop related tests if we donot use a shaded proto version here? Should we have a shaded protobuf similar to hbase? |
Or may be just use hbase-thirdparty protobuf as suggested in https://issues.apache.org/jira/browse/OMID-276 |
|
Superceded by #202 |
No description provided.