Skip to content

Commit

Permalink
HBASE-23139 MapReduce jobs lauched from convenience distribution are …
Browse files Browse the repository at this point in the history
…nonfunctional (#705)

Add hbase-shaded-gson to base job dependencies.

Conflicts:
	hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
  • Loading branch information
apurtell committed Oct 9, 2019
1 parent 128b480 commit 6e3a455
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ public static void addHBaseDependencyJars(Configuration conf) throws IOException
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
org.apache.zookeeper.ZooKeeper.class,
org.apache.hbase.thirdparty.io.netty.channel.Channel.class,
com.google.protobuf.Message.class,
Expand Down

0 comments on commit 6e3a455

Please sign in to comment.