HBASE-17952 The new options for PE tool do not work

This commit is contained in:
zhangduo 2017-04-24 17:00:32 +08:00
parent 49f707fba7
commit 72fac37981
1 changed files with 3 additions and 0 deletions

View File

@ -685,6 +685,9 @@ public class PerformanceEvaluation extends Configured implements Tool {
this.columns = that.columns;
this.caching = that.caching;
this.inMemoryCompaction = that.inMemoryCompaction;
this.asyncPrefetch = that.asyncPrefetch;
this.cacheBlocks = that.cacheBlocks;
this.scanReadType = that.scanReadType;
}
public int getCaching() {