HBASE-18184 Add hbase-hadoop2-compat jar as MapReduce dependency
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
e94245331e
commit
ba3a816663
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue