You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Appy (JIRA)" <ji...@apache.org> on 2016/03/06 04:27:41 UTC

[jira] [Created] (HBASE-15403) Performance Evaluation tool isn't working as expected

Appy created HBASE-15403:
----------------------------

             Summary: Performance Evaluation tool isn't working as expected
                 Key: HBASE-15403
                 URL: https://issues.apache.org/jira/browse/HBASE-15403
             Project: HBase
          Issue Type: Bug
          Components: Performance
    Affects Versions: 1.2.0
            Reporter: Appy
            Priority: Critical


hbase pe --nomapred --rows=100 --table='t4' randomWrite 10
# count on t4 gives 620 rows

hbase pe --nomapred --rows=200 --table='t5' randomWrite 10
# count on t5 gives 1257 rows

hbase pe --nomapred --table='t6' --rows=200 randomWrite 1
# count on t6 gives 126 rows

I was working with 1.2.0, but it's likely that it'll also be affecting master.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)