We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4de090 commit 4ea77a0Copy full SHA for 4ea77a0
hbase-protocol-shaded/README.txt
@@ -1,6 +1,9 @@
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.
+(CPEP) in the module hbase-protocol. To make sure that the
+core versions have a different names, these classes are
+using a different package;
+they are in
7
+org.apache.hadoop.hbase.shaded.protobuf.generated.*
8
+, while the hbase-protocol classes are in
9
+org.apache.hadoop.hbase.protobuf.generated.*.
0 commit comments