HBASE-17952 The new options for PE tool do not work
This commit is contained in:
parent
49f707fba7
commit
72fac37981
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue