[ https://issues.apache.org/jira/browse/HIVE-17155?focusedWorklogId=544661&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544661 ]
ASF GitHub Bot logged work on HIVE-17155: ----------------------------------------- Author: ASF GitHub Bot Created on: 30/Jan/21 05:17 Start Date: 30/Jan/21 05:17 Worklog Time Spent: 10m Work Description: sunchao commented on pull request #1820: URL: https://github.com/apache/hive/pull/1820#issuecomment-770159738 Yes Hive 2.3.8 is already released and Spark has upgraded to it in the master branch. This will be included in the 2.3.9 release (no date yet). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 544661) Time Spent: 1.5h (was: 1h 20m) > 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: 2.3.7, 3.0.0 > Reporter: Aihua Xu > Assignee: xiaoqiang_song > Priority: Minor > Labels: pull-request-available > Fix For: 3.0.0 > > Attachments: HIVE-17155.1.patch > > Time Spent: 1.5h > Remaining Estimate: 0h > > 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)