HBASE-27143 Add hbase-unsafe as a dependency for a MR job triggered by hbase shell (#4554)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
53b57d686b
commit
f8159330aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue