HBASE-23139 MapReduce jobs lauched from convenience distribution are nonfunctional (#705)

Add hbase-shaded-gson to base job dependencies.
This commit is contained in:
Andrew Purtell 2019-10-08 17:22:42 -07:00 committed by GitHub
parent 1d531f1adb
commit f1616ba61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,