[
https://issues.apache.org/jira/browse/HIVE-17155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256855#comment-17256855
]
Chang chen commented on HIVE-17155:
-----------------------------------
Hi All
Could we also cherry pick it into branch 2.3? we currently met a case where
*org.springframework.boot.loader.LaunchedURLClassLoader* is used, and hence
jar protocol is used.
Thanks
Chang
> findConfFile() in HiveConf.java has some issues with the conf path
> ------------------------------------------------------------------
>
> Key: HIVE-17155
> URL: https://issues.apache.org/jira/browse/HIVE-17155
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 3.0.0
> Reporter: Aihua Xu
> Assignee: xiaoqiang_song
> Priority: Minor
> Fix For: 3.0.0
>
> Attachments: HIVE-17155.1.patch
>
>
> In findConfFile() function of HiveConf.java, here are some issues.
> File.pathSeparator which is ":" is used as the separator rather than "/". new
> File(jarUri).getParentFile() will get the "$hive_home/lib" folder, but
> actually we want "$hive_home".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)