Skip to content

Commit ba6995e

Browse files
authored
HBASE-25989 FanOutOneBlockAsyncDFSOutput using shaded protobuf in hdfs 3.3+ (#3368)
Signed-off-by: Wei-Chiu Chuang <[email protected]> Signed-off-by: Duo Zhang <[email protected]>
1 parent ad44577 commit ba6995e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-asyncfs/src/main/java/org/apache/hadoop/hbase/io/asyncfs/ProtobufDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected void decode(
123123
try {
124124
protobufMessageLiteClass = Class.forName("org.apache.hadoop.thirdparty.protobuf.MessageLite");
125125
protobufMessageLiteBuilderClass = Class.forName(
126-
"org.apache.hadoop.thirdparty.protobuf.MessageLite.Builder");
126+
"org.apache.hadoop.thirdparty.protobuf.MessageLite$Builder");
127127
LOG.debug("Hadoop 3.3 and above shades protobuf.");
128128
} catch (ClassNotFoundException e) {
129129
LOG.debug("Hadoop 3.2 and below use unshaded protobuf.", e);

0 commit comments

Comments
 (0)