and my hbase version is 0.94.2
On Sun, Jun 2, 2013 at 10:51 AM, Thanh Do <[email protected]> wrote: > 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 > > > >
