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

Ted Yu commented on HBASE-16122:
--------------------------------

I ran TestPerformanceEvaluation locally.

In 
hbase-server/target/surefire-reports/org.apache.hadoop.hbase.TestPerformanceEvaluation-output.txt
 , I can see the following line:
{code}
Command sequentialWrite does not have threads number
{code}
The test failures were not related to the patch.

> PerformanceEvaluation should provide user friendly hint when client threads 
> argument is missing
> -----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-16122
>                 URL: https://issues.apache.org/jira/browse/HBASE-16122
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Konstantin Ryakhovskiy
>            Priority: Minor
>         Attachments: HBASE-16122-v2.master.patch
>
>
> I tried to run this command:
> hbase pe --rows=10000 --nomapred --valueSize=2000000 sequentialWrite
> {code}
> java.util.NoSuchElementException
>       at java.util.LinkedList.removeFirst(LinkedList.java:270)
>       at java.util.LinkedList.remove(LinkedList.java:685)
>       at 
> org.apache.hadoop.hbase.PerformanceEvaluation.parseOpts(PerformanceEvaluation.java:2077)
>       at 
> org.apache.hadoop.hbase.PerformanceEvaluation.run(PerformanceEvaluation.java:2122)
>       at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
>       at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
>       at 
> org.apache.hadoop.hbase.PerformanceEvaluation.main(PerformanceEvaluation.java:2159)
> {code}
> Number of client threads argument was missing.
> PerformanceEvaluation should print user friendly message informing user of 
> the missing argument.



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

Reply via email to