HBASE-20086 PE randomSeekScan fails with ClassNotFoundException
This commit is contained in:
parent
b11e506664
commit
d3aefe7834
|
@ -527,7 +527,9 @@ public class PerformanceEvaluation extends Configured implements Tool {
|
|||
TableMapReduceUtil.addDependencyJars(job);
|
||||
TableMapReduceUtil.addDependencyJarsForClasses(job.getConfiguration(),
|
||||
Histogram.class, // yammer metrics
|
||||
ObjectMapper.class); // jackson-mapper-asl
|
||||
ObjectMapper.class, // jackson-mapper-asl
|
||||
FilterAllFilter.class // hbase-server tests jar
|
||||
);
|
||||
|
||||
TableMapReduceUtil.initCredentials(job);
|
||||
|
||||
|
|
Loading…
Reference in New Issue