[ 
https://issues.apache.org/jira/browse/HBASE-13708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697913#comment-14697913
 ] 

Matt Warhaftig commented on HBASE-13708:
----------------------------------------

The rowRangeSize is in the logging at the start with:
{noformat}
2015-08-14 07:24:25,523 INFO  [main] hbase.PerformanceEvaluation: 
RandomReadTest test run options={..."rowRangeSize":100...
{noformat}

And then at PE completion:
{noformat}
2015-08-14 07:24:27,148 INFO  [TestClient-0] hbase.PerformanceEvaluation: 
Finished class org.apache.hadoop.hbase.PerformanceEvaluation$RandomReadTest in 
92ms at offset 0 for 10 rows from a range of 100 rows (0.11 MB/s)
{noformat}

The line you highlighted
{noformat}
2015-08-14 07:24:27,013 INFO [TestClient-0] hbase.PerformanceEvaluation: 
Sampling 1 every 1 out of 10 total rows.
{noformat}
is logging for sample sizing versus number of reads so 10 total rows is apt to 
display.

If you want rowRangeSize to be more prominent in the logging I can append it to 
that line.

> PE - Add option to specify the range
> ------------------------------------
>
>                 Key: HBASE-13708
>                 URL: https://issues.apache.org/jira/browse/HBASE-13708
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Matt Warhaftig
>            Priority: Minor
>              Labels: beginner
>             Fix For: 2.0.0, 1.3.0
>
>         Attachments: HBASE-13708-master_v1.patch, PE_mapred_output.txt, 
> PE_nomapred_output.txt, hbase-13708-v2.patch, hbase-13708-v2.patch
>
>
> When specifying --rows=YYY for randomReads in PE, it will read YYY rows but 
> only betweem 0 and YYY.
> We might want to read YYY rows randomly between 0 and ZZZ.
> YYY should only be the number of rows we want to ready. Not the high range.



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

Reply via email to