shaofengshi closed pull request #128: KYLIN-3336
URL: https://github.com/apache/kylin/pull/128
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tool/src/main/java/org/apache/kylin/tool/DiagnosisInfoCLI.java 
b/tool/src/main/java/org/apache/kylin/tool/DiagnosisInfoCLI.java
index 6fe63e4ea4..d960f8f6a9 100644
--- a/tool/src/main/java/org/apache/kylin/tool/DiagnosisInfoCLI.java
+++ b/tool/src/main/java/org/apache/kylin/tool/DiagnosisInfoCLI.java
@@ -192,7 +192,7 @@ public void run() {
                                 projectNames, "-compress", "false", 
"-submodule", "true" };
                         logger.info("HBaseUsageExtractor args: " + 
Arrays.toString(hbaseArgs));
                         Object extractor = 
ClassUtil.newInstance("org.apache.kylin.tool.HBaseUsageExtractor");
-                        Method execute = 
extractor.getClass().getDeclaredMethod("execute", String[].class);
+                        Method execute = 
extractor.getClass().getMethod("execute", String[].class);
                         execute.invoke(extractor, (Object) hbaseArgs);
                     } catch (Throwable e) {
                         logger.error("Error in export HBase usage.", e);


 

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


With regards,
Apache Git Services

Reply via email to