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
5cf728da5a
commit
33ea96cdf7
|
@ -730,6 +730,7 @@ public class TableMapReduceUtil {
|
||||||
org.apache.hbase.thirdparty.com.google.gson.GsonBuilder.class, // hbase-shaded-gson
|
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.com.google.protobuf.UnsafeByteOperations.class, // hb-sh-protobuf
|
||||||
org.apache.hbase.thirdparty.io.netty.channel.Channel.class, // hbase-shaded-netty
|
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
|
org.apache.zookeeper.ZooKeeper.class, // zookeeper
|
||||||
com.codahale.metrics.MetricRegistry.class, // metrics-core
|
com.codahale.metrics.MetricRegistry.class, // metrics-core
|
||||||
org.apache.commons.lang3.ArrayUtils.class, // commons-lang
|
org.apache.commons.lang3.ArrayUtils.class, // commons-lang
|
||||||
|
|
Loading…
Reference in New Issue