[ https://issues.apache.org/jira/browse/HADOOP-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom White updated HADOOP-2522: ------------------------------ Attachment: HADOOP-2522.patch This patch moves the MapFile benchmarks to a new class MapFilePerformanceEvaluation. The structure mirrors that of PerformanceEvaluation in that there is a common base class for benchmarks. It might be possible for PerformanceEvaluation and MapFilePerformanceEvaluation to share a common benchmark base class, but I haven't gone that far. I've also added a benchmark for reads with a gaussian distribution. > [hbase] Separate MapFile benchmark from PerformanceEvaluation > ------------------------------------------------------------- > > Key: HADOOP-2522 > URL: https://issues.apache.org/jira/browse/HADOOP-2522 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Reporter: Tom White > Assignee: Tom White > Attachments: HADOOP-2522.patch > > > Although related to Hbase the MapFile benchmark in PerformanceEvaluation does > not use Hbase to run, and sits awkwardly in the PerformanceEvaluation class. > It should be broken out into its own class. This would also make it easier in > the future to run the MapFile performance tests independently of one another > (as PerformanceEvaluation does). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.