[
https://issues.apache.org/jira/browse/HIVE-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936175#comment-13936175
]
Yin Huai commented on HIVE-6432:
--------------------------------
I tried to generate the tarball with
{code}
mvn clean package -DskipTests -Phadoop-1 -Pdist
{code}
and got the following error
{code}
[ERROR] Failed to execute goal on project hive-packaging: Could not resolve
dependencies for project org.apache.hive:hive-packaging:pom:0.14.0-SNAPSHOT:
Failure to find
org.apache.hive.hcatalog:hive-hcatalog-hbase-storage-handler:jar:0.14.0-SNAPSHOT
in http://repository.apache.org/snapshots was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced -> [Help 1]
{code}
I removed this entry
(https://github.com/apache/hive/blob/trunk/packaging/pom.xml#L135) and this
entry
(https://github.com/apache/hive/blob/trunk/packaging/src/main/assembly/bin.xml#L57)
to make the packing work. Is there any other update needed?
> Remove deprecated methods in HCatalog
> -------------------------------------
>
> Key: HIVE-6432
> URL: https://issues.apache.org/jira/browse/HIVE-6432
> Project: Hive
> Issue Type: Task
> Components: HCatalog
> Affects Versions: 0.14.0
> Reporter: Sushanth Sowmyan
> Assignee: Sushanth Sowmyan
> Fix For: 0.14.0
>
> Attachments: HIVE-6432.patch, HIVE-6432.wip.1.patch,
> HIVE-6432.wip.2.patch, hcat.6432.test.out
>
>
> There are a lot of methods in HCatalog that have been deprecated in HCatalog
> 0.5, and some that were recently deprecated in Hive 0.11 (joint release with
> HCatalog).
> The goal for HCatalog deprecation is that in general, after something has
> been deprecated, it is expected to stay around for 2 releases, which means
> hive-0.13 will be the last release to ship with all the methods that were
> deprecated in hive-0.11 (the org.apache.hcatalog.* files should all be
> removed afterwards), and it is also good for us to clean out and nuke all
> other older deprecated methods.
> We should take this on early in a dev/release cycle to allow us time to
> resolve all fallout, so I propose that we remove all HCatalog deprecated
> methods after we branch out 0.13 and 0.14 becomes trunk.
--
This message was sent by Atlassian JIRA
(v6.2#6252)