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 (apache#705)

Add hbase-shaded-gson to base job dependencies.

Conflicts:
	hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java

(cherry picked from commit 0b8a951)

Change-Id: I7a76da6141e8dbe542cebc050708ebea05094c81
  • Loading branch information
apurtell authored and Jenkins committed Oct 9, 2019
1 parent 49f3389 commit 5d7d946
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 5d7d946

Please sign in to comment.