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 committed Jun 21, 2022
1 parent 666aa06 commit d28f06a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,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.google.protobuf.Message.class, // protobuf
com.codahale.metrics.MetricRegistry.class, // metrics-core
Expand Down

0 comments on commit d28f06a

Please sign in to comment.