Skip to content

Commit 144cd01

Browse files
authored
HBASE-29701 Update README.txt in hbase-protocol-shaded (#7444)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org>
1 parent 7fd4057 commit 144cd01

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

hbase-protocol-shaded/README.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
This module has proto files used by core. These protos
22
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.
3+
(CPEP) in the module hbase-protocol. To make sure that the
4+
core versions have a different names, these classes are
5+
using a different package;
6+
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

Comments
 (0)