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

ASF GitHub Bot commented on KYLIN-3336:
---------------------------------------

coveralls commented on issue #127: KYLIN-3336
URL: https://github.com/apache/kylin/pull/127#issuecomment-380019072
 
 
   ## Pull Request Test Coverage Report for [Build 
3105](https://coveralls.io/builds/16432477)
   
   * **0** of **0**  **(NaN%)** changed or added relevant lines in **0** files 
are covered.
   * **14** unchanged lines in **3** files lost coverage.
   * Overall coverage decreased (**-0.02%**) to **23.955%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | 
[server-base/src/main/java/org/apache/kylin/rest/util/QueryRequestLimits.java](https://coveralls.io/builds/16432477/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Futil%2FQueryRequestLimits.java#L72)
 | 1 | 47.62% |
   | 
[core-metadata/src/main/java/org/apache/kylin/source/datagen/ColumnGenerator.java](https://coveralls.io/builds/16432477/source?filename=core-metadata%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fsource%2Fdatagen%2FColumnGenerator.java#L317)
 | 1 | 81.08% |
   | 
[storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java](https://coveralls.io/builds/16432477/source?filename=storage-hbase%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstorage%2Fhbase%2FHBaseConnection.java#L80)
 | 12 | 15.18% |
   <!-- | **Total:** | **14** |  | -->
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/16432477/badge)](https://coveralls.io/builds/16432477)
 |
   | :-- | --: |
   | Change from base [Build 3104](https://coveralls.io/builds/16410707): |  
-0.02% |
   | Covered Lines: | 14355 |
   | Relevant Lines: | 59926 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> java.lang.NoSuchMethodException: 
> org.apache.kylin.tool.HBaseUsageExtractor.execute([Ljava.lang.String;)
> -------------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-3336
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3336
>             Project: Kylin
>          Issue Type: Bug
>          Components: Tools, Build and Test
>    Affects Versions: v2.3.0
>            Reporter: Peng Xing
>            Assignee: Peng Xing
>            Priority: Minor
>
> When using diag.sh, got following exception:
> 2018-04-04 16:14:18,222 ERROR [pool-7-thread-3] tool.DiagnosisInfoCLI:171 : 
> Error in export HBase usage.
> java.lang.NoSuchMethodException: 
> org.apache.kylin.tool.HBaseUsageExtractor.execute([Ljava.lang.String;)
>         at java.lang.Class.getDeclaredMethod(Class.java:2017)
>         at 
> org.apache.kylin.tool.DiagnosisInfoCLI$3.run(DiagnosisInfoCLI.java:168)
>         at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
>         at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
>         at java.lang.Thread.run(Thread.java:745)
> Because getDeclaredMethod(String name, Class<?>... parameterTypes) can not 
> get the inherited methods



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to