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

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

codecov-io commented on issue #127: KYLIN-3336
URL: https://github.com/apache/kylin/pull/127#issuecomment-380018876
 
 
   # [Codecov](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=h1) Report
   > Merging [#127](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=desc) 
into 
[master](https://codecov.io/gh/apache/kylin/commit/2cda6c39f7cbd82eba0aa9518526472deea7c479?src=pr&el=desc)
 will **decrease** coverage by `0.02%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/127/graphs/tree.svg?width=650&height=150&src=pr&token=JawVgbgsVo)](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master     #127      +/-   ##
   ============================================
   - Coverage     21.93%   21.91%   -0.03%     
   + Complexity     3895     3892       -3     
   ============================================
     Files           993      993              
     Lines         59926    59926              
     Branches       8645     8645              
   ============================================
   - Hits          13146    13132      -14     
   - Misses        45559    45573      +14     
     Partials       1221     1221
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=tree) | Coverage Δ 
| Complexity Δ | |
   |---|---|---|---|
   | 
[...n/java/org/apache/kylin/tool/DiagnosisInfoCLI.java](https://codecov.io/gh/apache/kylin/pull/127/diff?src=pr&el=tree#diff-dG9vbC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUva3lsaW4vdG9vbC9EaWFnbm9zaXNJbmZvQ0xJLmphdmE=)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...rg/apache/kylin/storage/hbase/HBaseConnection.java](https://codecov.io/gh/apache/kylin/pull/127/diff?src=pr&el=tree#diff-c3RvcmFnZS1oYmFzZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUva3lsaW4vc3RvcmFnZS9oYmFzZS9IQmFzZUNvbm5lY3Rpb24uamF2YQ==)
 | `11.51% <0%> (-5.24%)` | `4% <0%> (-2%)` | |
   | 
[...org/apache/kylin/rest/util/QueryRequestLimits.java](https://codecov.io/gh/apache/kylin/pull/127/diff?src=pr&el=tree#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3QvdXRpbC9RdWVyeVJlcXVlc3RMaW1pdHMuamF2YQ==)
 | `35.71% <0%> (-4.77%)` | `5% <0%> (-1%)` | |
   | 
[...g/apache/kylin/source/datagen/ColumnGenerator.java](https://codecov.io/gh/apache/kylin/pull/127/diff?src=pr&el=tree#diff-Y29yZS1tZXRhZGF0YS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUva3lsaW4vc291cmNlL2RhdGFnZW4vQ29sdW1uR2VuZXJhdG9yLmphdmE=)
 | `70.94% <0%> (-1.36%)` | `8% <0%> (ø)` | |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=footer). Last 
update 
[2cda6c3...2cda6c3](https://codecov.io/gh/apache/kylin/pull/127?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

----------------------------------------------------------------
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