[
https://issues.apache.org/jira/browse/HIVE-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789681#action_12789681
]
Edward Capriolo commented on HIVE-978:
--------------------------------------
{noformat}
<property>
<name>hive.hwi.war.file</name>
- <value>${HIVE_HOME}/lib/hive-hwi.war</value>
+ <value>${HWI_WAR_FILE}</value>
<description>This is the WAR file with the jsp content for Hive Web
Interface</description>
</property>
{noformat}
I think we learned that ${HIVE_HOME} is not expanded by HiveConf.
Did you generate your patch from trunk ? Trunk has this fixed
{noformat}
<property>
<name>hive.hwi.war.file</name>
<value>lib/hive_hwi.war</value>
<description>path appended to HIVE_HOME to locate the HWI WAR
file</description>
</property>
{noformat}
> Hive jars should follow Hadoop naming and include version
> ---------------------------------------------------------
>
> Key: HIVE-978
> URL: https://issues.apache.org/jira/browse/HIVE-978
> Project: Hadoop Hive
> Issue Type: Improvement
> Components: Build Infrastructure
> Affects Versions: 0.5.0
> Reporter: Chad Metcalf
> Priority: Minor
> Fix For: 0.5.0
>
> Attachments: HIVE-978v1.patch, HIVE-978v2.patch
>
>
> This is a simple patch on the ant build files to change jar naming from
> hive_foo.jar to hive-foo-VERSION.jar
> This matches the convention followed by hadoop jars. This naming scheme is
> important for packaging, repositories, etc.
> Testing done:
> ant test
> ant tar
> Things look right.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.