You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ta...@apache.org on 2022/06/21 20:40:50 UTC

[hbase] branch branch-2 updated: HBASE-27143 Add hbase-unsafe as a dependency for a MR job triggered by hbase shell (#4554)

This is an automated email from the ASF dual-hosted git repository.

taklwu pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new d28f06a5607 HBASE-27143 Add hbase-unsafe as a dependency for a MR job triggered by hbase shell (#4554)
d28f06a5607 is described below

commit d28f06a5607ac32728dfa8b1ed91a35e8a9c1b6c
Author: Tak Lon (Stephen) Wu <ta...@apache.org>
AuthorDate: Tue Jun 21 13:38:09 2022 -0700

    HBASE-27143 Add hbase-unsafe as a dependency for a MR job triggered by hbase shell (#4554)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 .../main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java b/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
index 637b7998490..7ea565d559d 100644
--- a/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
+++ b/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
@@ -731,6 +731,7 @@ public class TableMapReduceUtil {
       org.apache.hbase.thirdparty.com.google.gson.GsonBuilder.class, // hbase-shaded-gson
       org.apache.hbase.thirdparty.com.google.protobuf.UnsafeByteOperations.class, // hb-sh-protobuf
       org.apache.hbase.thirdparty.io.netty.channel.Channel.class, // hbase-shaded-netty
+      org.apache.hadoop.hbase.unsafe.HBasePlatformDependent.class, // hbase-unsafe
       org.apache.zookeeper.ZooKeeper.class, // zookeeper
       com.google.protobuf.Message.class, // protobuf
       com.codahale.metrics.MetricRegistry.class, // metrics-core