hive.hwi.war.file incorrectly tries to environment variables to locate war file
-------------------------------------------------------------------------------
Key: HIVE-817
URL: https://issues.apache.org/jira/browse/HIVE-817
Project: Hadoop Hive
Issue Type: Bug
Components: Configuration, Web UI
Reporter: Edward Capriolo
Assignee: Edward Capriolo
<property>
<name>hive.hwi.war.file</name>
<value>${HIVE_HOME}/lib/hive-hwi.war</value>
</property>
Is not interpreted correctly. This should read HIVE_HOME from environment as
set by bin/hive and append this value to it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.