Skip to content

Commit 33ea96c

Browse files
authored
HBASE-27143 Add hbase-unsafe as a dependency for a MR job triggered by hbase shell (#4554)
Signed-off-by: Duo Zhang <[email protected]>
1 parent 5cf728d commit 33ea96c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ public static void addHBaseDependencyJars(Configuration conf) throws IOException
730730
org.apache.hbase.thirdparty.com.google.gson.GsonBuilder.class, // hbase-shaded-gson
731731
org.apache.hbase.thirdparty.com.google.protobuf.UnsafeByteOperations.class, // hb-sh-protobuf
732732
org.apache.hbase.thirdparty.io.netty.channel.Channel.class, // hbase-shaded-netty
733+
org.apache.hadoop.hbase.unsafe.HBasePlatformDependent.class, // hbase-unsafe
733734
org.apache.zookeeper.ZooKeeper.class, // zookeeper
734735
com.codahale.metrics.MetricRegistry.class, // metrics-core
735736
org.apache.commons.lang3.ArrayUtils.class, // commons-lang

0 commit comments

Comments
 (0)