[ https://issues.apache.org/jira/browse/HIVE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924325#comment-13924325 ]
Lefty Leverenz commented on HIVE-6582: -------------------------------------- These four errors are in the description of *hive.user.install.directory* and the same errors exist in the current patch to HiveConf.java for HIVE-6037 (https://issues.apache.org/jira/secure/attachment/12631336/HIVE-6037.17.patch). After HIVE-6037 commits, hive-default.xml.template will be generated from HiveConf.java so that's where these changes need to be made for Hive 0.13.0 and future releases. But this patch could be applied to hive-default.xml.template to fix the problem in release 0.12.0 and previous releases. I'll add a comment to HIVE-6037 so these corrections can be included with other fixes that HiveConf.java will need after HIVE-6037 gets committed. > missing ; in HTML entities like < in conf file > ------------------------------------------------- > > Key: HIVE-6582 > URL: https://issues.apache.org/jira/browse/HIVE-6582 > Project: Hive > Issue Type: Bug > Components: Configuration > Affects Versions: 0.14.0 > Reporter: Pierre Nerzic > Priority: Trivial > Attachments: HIVE-6582.1.patch.txt > > > In conf/hive-default.xml.template, line 2392, the description of the property > is malformed : <hive... instead of < ;hive... and 3 other like this : > > on the same line. > (I have problems with wikification to display < ; and not <) > This causes an error when launching hive : org.xml.sax.SAXParseException > (translated from french) reference to entity "lthive.user.install.directory" > must end with ';'. -- This message was sent by Atlassian JIRA (v6.2#6252)