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.
  • Loading branch information
apurtell committed Oct 9, 2019
1 parent 44a29d8 commit a683955
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,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
prefixTreeCodecClass, // hbase-prefix-tree (if null will be skipped)
// pull necessary dependencies
org.apache.zookeeper.ZooKeeper.class,
Expand Down

0 comments on commit a683955

Please sign in to comment.