HBASE-9770 HFilePerformanceEvaluation is using the wrong Comparator
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1532702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a4778c2dc
commit
8b9918454b
|
@ -194,6 +194,7 @@ public class HFilePerformanceEvaluation {
|
||||||
HFile.getWriterFactoryNoCache(conf)
|
HFile.getWriterFactoryNoCache(conf)
|
||||||
.withPath(fs, mf)
|
.withPath(fs, mf)
|
||||||
.withFileContext(hFileContext)
|
.withFileContext(hFileContext)
|
||||||
|
.withComparator(new KeyValue.RawBytesComparator())
|
||||||
.create();
|
.create();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue