HBASE-19588 Additional jar dependencies needed for mapreduce

PerformanceEvaluation

Signed-off-by: Albert Chu <chu11@llnl.gov>
This commit is contained in:
Michael Stack 2018-01-03 21:32:16 -06:00
parent 2c30c9bbb6
commit 939e016425
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2

View File

@ -826,6 +826,8 @@ public class TableMapReduceUtil {
org.apache.hadoop.hbase.CompatibilityFactory.class, // hbase-hadoop-compat
org.apache.hadoop.hbase.mapreduce.JobUtil.class, // hbase-hadoop2-compat
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
prefixTreeCodecClass, // hbase-prefix-tree (if null will be skipped)
// pull necessary dependencies
org.apache.zookeeper.ZooKeeper.class,