[
https://issues.apache.org/jira/browse/HIVE-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791440#action_12791440
]
Edward Capriolo commented on HIVE-978:
--------------------------------------
@Chad
Generally if you can do
{noformat}
cd trunk/build/dist
bin/hive --service hwi
{noformat}
And the web server kicks up and is reachable you have gotten it right. You
should be able to interact with it and have it run queries as well, but for the
section of the code you are working on you should see some exceptions on the
console if the war is not found. Ill try to look it over later today to double
check.
> 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, HIVE-978v3.patch,
> HIVE-978v4.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.