You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by GitBox <gi...@apache.org> on 2018/04/10 08:25:24 UTC

[GitHub] xingpeng1 opened a new pull request #128: KYLIN-3336

xingpeng1 opened a new pull request #128: KYLIN-3336
URL: https://github.com/apache/kylin/pull/128
 
 
   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 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:
users@infra.apache.org


With regards,
Apache Git Services