Skip to content

Commit

Permalink
HBASE-27143 Add hbase-unsafe as a dependency for a MR job triggered b…
Browse files Browse the repository at this point in the history
…y hbase shell (#4554)

Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
taklwu authored Jun 21, 2022
1 parent 5cf728d commit 33ea96c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ public static void addHBaseDependencyJars(Configuration conf) throws IOException
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.codahale.metrics.MetricRegistry.class, // metrics-core
org.apache.commons.lang3.ArrayUtils.class, // commons-lang
Expand Down

0 comments on commit 33ea96c

Please sign in to comment.