HBASE-23139 MapReduce jobs lauched from convenience distribution are nonfunctional (#705)
Add hbase-shaded-gson to base job dependencies.
This commit is contained in:
parent
1d531f1adb
commit
f1616ba61d
|
@ -828,6 +828,7 @@ public class TableMapReduceUtil {
|
|||
org.apache.hadoop.hbase.mapreduce.TableMapper.class, // hbase-server
|
||||
org.apache.hadoop.hbase.metrics.impl.FastLongHistogram.class, // hbase-metrics
|
||||
org.apache.hadoop.hbase.metrics.Snapshot.class, // hbase-metrics-api
|
||||
org.apache.hbase.thirdparty.com.google.gson.GsonBuilder.class, // hbase-shaded-gson
|
||||
prefixTreeCodecClass, // hbase-prefix-tree (if null will be skipped)
|
||||
// pull necessary dependencies
|
||||
org.apache.zookeeper.ZooKeeper.class,
|
||||
|
|
Loading…
Reference in New Issue