HBASE-18184 Add hbase-hadoop2-compat jar as MapReduce dependency

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Alex Araujo 2017-06-07 14:29:19 -05:00 committed by Andrew Purtell
parent e94245331e
commit ba3a816663
1 changed files with 1 additions and 0 deletions

View File

@ -784,6 +784,7 @@ public class TableMapReduceUtil {
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.class, // hbase-protocol
org.apache.hadoop.hbase.client.Put.class, // hbase-client
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
prefixTreeCodecClass, // hbase-prefix-tree (if null will be skipped)
// pull necessary dependencies