Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-2928 YARN Timeline Service v.2: alpha 1
  3. YARN-4174

Fix javadoc warnings floating up from hbase

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Done
    • None
    • 2.9.0, 3.0.0-alpha1
    • None
    • None

    Description

      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.

      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'
      

      Attachments

        Issue Links

          Activity

            People

              sjlee0 Sangjin Lee
              vrushalic Vrushali C
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: