You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Vrushali C (JIRA)" <ji...@apache.org> on 2015/09/17 01:07:46 UTC

[jira] [Updated] (YARN-4174) Fix javadoc warnings floating up from hbase

     [ https://issues.apache.org/jira/browse/YARN-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vrushali C updated YARN-4174:
-----------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: YARN-2928

> Fix javadoc warnings floating up from hbase 
> --------------------------------------------
>
>                 Key: YARN-4174
>                 URL: https://issues.apache.org/jira/browse/YARN-4174
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Vrushali C
>            Priority: Minor
>
> As part of the patch for YARN-3901, [~sjlee0]  observed some (~200) javadoc warnings that are coming from hbase classes. 
> We tried a bunch of things like making the FlowRunCoprocessor class non public and excluding the package from the pom. If the class in made non public, the table creation has an exception.
> {code}
> 206 warnings
> [WARNING] Javadoc Warnings
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestWALObserver.class): warning: Cannot find annotation method 'value()' in type 'Category': class file for org.junit.experimental.categories.Category not found
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionServerObserver.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.class): warning: Cannot find annotation method 'timeout()' in type 'Test': class file for org.junit.Test not found
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorEndpoint.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverStacking.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestRegionObserverBypass.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestOpenTableInCoprocessor.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestMasterObserver.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithRemove.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithRemove.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithAbort.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithAbort.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestHTableWrapper.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestCoprocessorTableEndpoint.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestCoprocessorStop.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestCoprocessorInterface.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestCoprocessorEndpoint.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestCoprocessorConfiguration.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestClassLoading.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestBatchCoprocessorEndpoint.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestZooKeeper.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestZooKeeper.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestZooKeeper.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestZooKeeper.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestZooKeeper.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestZooKeeper.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestServerName.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestServerLoad.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestSerialization.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestRegionRebalancing.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestRegionRebalancing.class): warning: Cannot find annotation method 'value()' in type 'RunWith': class file for org.junit.runner.RunWith not found
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestRegionRebalancing.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestPerformanceEvaluation.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestNodeHealthCheckChore.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestNodeHealthCheckChore.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestNodeHealthCheckChore.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestNodeHealthCheckChore.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestNodeHealthCheckChore.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestNamespace.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestNamespace.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestMultiVersions.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestMetaTableLocator.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestMetaTableLocator.class): warning: Cannot find annotation method 'expected()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestMetaTableAccessorNoCluster.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestMetaTableAccessor.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestMetaMigrationConvertingToPB.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestLocalHBaseCluster.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestJMXListener.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestInfoServers.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestIPv6NIOServerSocketChannel.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestIOFencing.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestHRegionLocation.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestHDFSBlocksDistribution.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestHColumnDescriptorDefaultVersions.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestHBaseTestingUtility.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestHBaseTestingUtility.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestGlobalMemStoreSize.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestFullLogReconstruction.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestFullLogReconstruction.class): warning: Cannot find annotation method 'timeout()' in type 'Test'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestFSTableDescriptorForceCreation.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestDrainingServer.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestCompare.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestClusterBootOrder.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestCheckTestClasses.class): warning: Cannot find annotation method 'value()' in type 'Category'
> [WARNING] /Users/username/.m2/repository/org/apache/hbase/hbase-server/1.0.1/hbase-server-1.0.1-tests.jar(org/apache/hadoop/hbase/TestAcidGuarantees.class): warning: Cannot find annotation method 'value()' in type 'Category'
> {code}



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