hi, I tried to run read test with PerformanceEvaluation (PE). What I did was. 1) create TestTable with a bunch of key-value first using PE sequentialWrite 2) run PE randomRead using following command. hbase org.apache.hadoop.hbase.PerformanceEvaluation randomRead 3
However, from the log, it seems that at step 2, PE actually disables, deletes and recreates the TestTable before running the randomRead test. This means that the read test runs on an empty table! Is this an expected behavior, or did I do something wrong? Thanks, Thanh
