Denes Bodo created HIVE-20088:
---------------------------------

             Summary: Beeline config location path is assembled incorrectly
                 Key: HIVE-20088
                 URL: https://issues.apache.org/jira/browse/HIVE-20088
             Project: Hive
          Issue Type: Bug
          Components: Beeline
    Affects Versions: 3.0.0
            Reporter: Denes Bodo
            Assignee: Denes Bodo


Checking the code in

[https://github.com/apache/hive/blob/branch-3/beeline/src/java/org/apache/hive/beeline/hs2connection/UserHS2ConnectionFileParser.java]
or in
[https://github.com/apache/hive/blob/branch-3/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParser.java]
I see {code}locations.add(ETC_HIVE_CONF_LOCATION + 
DEFAULT_BEELINE_SITE_FILE_NAME);{code}
whee file separator shall be used:
{code}locations.add(ETC_HIVE_CONF_LOCATION + File.separator + 
DEFAULT_BEELINE_SITE_FILE_NAME);{code}
Due to this, BeeLine cannot use configuration in case if this would be the only 
way.

In my hadoop-3 setup, the locations list contains the following:
{code}
/home/myuser/.beeline/beeline-site.xml
/etc/hive/confbeeline-site.xml
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to