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:
mbertozzi 2013-10-16 09:49:31 +00:00
parent 4a4778c2dc
commit 8b9918454b
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ public class HFilePerformanceEvaluation {
HFile.getWriterFactoryNoCache(conf)
.withPath(fs, mf)
.withFileContext(hFileContext)
.withComparator(new KeyValue.RawBytesComparator())
.create();
}