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:42:56 UTC

[hbase] branch branch-2.4 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.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 230e0a24ec83c4cc64ac8b4e1e9f68720dadce1d
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 9e20908ee7f..ddcb6d573af 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
       org.apache.htrace.core.Tracer.class, // htrace