File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- This module has proto files used by core. These protos
2- overlap with protos that are used by coprocessor endpoints
3- (CPEP) in the module hbase-protocol. So core versions have
4- a different name, the generated classes are relocated
5- -- i.e. shaded -- to a new location; they are moved from
6- org.apache.hadoop.hbase.* to org.apache.hadoop.hbase.shaded .
1+ This module has proto files used by core.
2+ For historical reasons and to signify that the generated classes are using
3+ the relocated hbase-thirdparty protobuf-java library the generated classes are in
4+ the org.apache.hadoop.hbase.shaded.protobuf.generated.* package, instead of the old
5+ org.apache.hadoop.hbase.protobuf.generated.* package, which is not used at all by
6+ Hbase 3 and later versions .
77
88proto files layout:
99protobuf/client - client to server messages, client rpc service and protos, used in hbase-client exclusively;
You can’t perform that action at this time.
0 commit comments