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

Zhihong Ted Yu edited comment on HBASE-5539 at 6/21/12 9:52 PM:
----------------------------------------------------------------

I got the code base to get past netty dependency download.
But:
{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile 
(default-testCompile) on project hbase-server: Compilation failure
[ERROR] 
/home/hduser/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java:[884,56]
 cannot find symbol
[ERROR] symbol  : method getNumClientThreads()
[ERROR] location: class 
org.apache.hadoop.hbase.PerformanceEvaluation.TestOptions
{code}
                
      was (Author: zhi...@ebaysf.com):
    I got the code base to compile.
But:
{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile 
(default-testCompile) on project hbase-server: Compilation failure
[ERROR] 
/home/hduser/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java:[884,56]
 cannot find symbol
[ERROR] symbol  : method getNumClientThreads()
[ERROR] location: class 
org.apache.hadoop.hbase.PerformanceEvaluation.TestOptions
{code}
                  
> asynchbase PerformanceEvaluation
> --------------------------------
>
>                 Key: HBASE-5539
>                 URL: https://issues.apache.org/jira/browse/HBASE-5539
>             Project: HBase
>          Issue Type: New Feature
>          Components: performance
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>              Labels: benchmark
>         Attachments: 0001-asynchbase-PerformanceEvaluation.patch, 
> 0001-asynchbase-PerformanceEvaluation.patch, 
> 5539-asynchbase-PerformanceEvaluation-v2.txt, 
> 5539-asynchbase-PerformanceEvaluation-v3.txt
>
>
> I plugged [asynchbase|https://github.com/stumbleupon/asynchbase] into 
> {{PerformanceEvaluation}}.  This enables testing asynchbase from 
> {{PerformanceEvaluation}} and comparing its performance to {{HTable}}.  Also 
> asynchbase doesn't come with any benchmark, so it was good that I was able to 
> plug it into {{PerformanceEvaluation}} relatively easily.
> I am in the processing of collecting results on a dev cluster running 0.92.1 
> and will publish them once they're ready.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to