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

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

lgtm-com[bot] commented on pull request #1774:
URL: https://github.com/apache/kylin/pull/1774#issuecomment-972608010


   This pull request **introduces 3 alerts** when merging 
89b0ee2d9ee77b586e4f65d150543e57972f9b90 into 
6847d860056e9479b32d1cea8395cb689539203e - [view on 
LGTM.com](https://lgtm.com/projects/g/apache/kylin/rev/pr-c462cf2dbae1b62d213dc4a57a270c133c8f6615)
   
   **new alerts:**
   
   * 3 for Boxed variable is never null


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@kylin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove find-hive-dependency.sh in Kylin 4
> -----------------------------------------
>
>                 Key: KYLIN-5069
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5069
>             Project: Kylin
>          Issue Type: Improvement
>    Affects Versions: v4.0.0
>            Reporter: Xiaoxiang Yu
>            Assignee: Yaqian Zhang
>            Priority: Major
>             Fix For: v4.0.1
>
>         Attachments: image-2021-08-30-16-10-46-712.png
>
>
> In kylin.sh, Kylin introduces a lot of jars into Kylin instance's class path, 
> via find-hive-dependency.sh and "hadoop classpath". So class conflict issues 
> happened often, and most of them are related with hive jars. I think it is 
> better to remove 'find-hive-dependency.sh' and use  SparkSession to fetch 
> Hive meta.
>  
> Following is part of script kylin.sh :
> {code:java}
> tomcat_classpath=${tomcat_root}/bin/bootstrap.jar:${tomcat_root}/bin/tomcat-juli.jar:${tomcat_root}/lib/*
>  export 
> KYLIN_TOMCAT_CLASSPATH=${tomcat_classpath}:${KYLIN_HOME}/conf:${KYLIN_HOME}/lib/*:${KYLIN_HOME}/ext/*:${hadoop_dependencies}:${flink_dependency}
> {code}
>  
> Some exception looks like this:
> !image-2021-08-30-16-10-46-712.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to