Skip to content

Commit 1dd2a1b

Browse files
committed
HBASE-29701 Update README.txt in hbase-protocol-shaded (#7443)
Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit d41d5c1)
1 parent e2decfb commit 1dd2a1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hbase-protocol-shaded/README.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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.
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

88
proto files layout:
99
protobuf/client - client to server messages, client rpc service and protos, used in hbase-client exclusively;

0 commit comments

Comments
 (0)