You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Satish Mittal (JIRA)" <ji...@apache.org> on 2013/12/14 07:25:07 UTC

[jira] [Commented] (HIVE-5621) Target "tar" does not exist in the project "hcatalog".

    [ https://issues.apache.org/jira/browse/HIVE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848253#comment-13848253 ] 

Satish Mittal commented on HIVE-5621:
-------------------------------------

I got the same error while giving target "tar". On specifying the target as "package", the build proceeds ahead but fails with following error:

{code}
satish@dev1$ /usr/bin/ant -Dhcatalog.version=0.5.0 -Dforrest.home=/home/satish/work/forrest/apache-forrest-0.9 package

[artifact:dependencies] Unable to resolve artifact: Missing:
[artifact:dependencies] ----------
[artifact:dependencies] 1) org.apache.hcatalog:hcatalog-core:jar:0.5.0
[artifact:dependencies] 

[artifact:dependencies] 
[artifact:dependencies]   Path to dependency: 
[artifact:dependencies]     1) org.apache.hcatalog:hcatalog-pig-adapter:jar:0.5.0-    incubating
[artifact:dependencies]     2) org.apache.hcatalog:hcatalog-core:jar:0.5.0
[artifact:dependencies] ----------
{code}

This issue got resolved by specifying project.version as "0.5.0-incubating" instead of "0.5.0" in build command line. The reason for error is that build installs hcatalog-core artifact as hcatalog-core-0.5.0-incubating.jar. However because of wrong project.version, the dependent projects were instead searching for hcatalog-core-0.5.0.jar.

Build succeeded with:

{code}
satish@dev1$ /usr/bin/ant -Dhcatalog.version=0.5.0-incubating -Dforrest.home=/home/satish/work/forrest/apache-forrest-0.9 package
{code}

Probably the build instruction at the [link|http://hive.apache.org/docs/hcat_r0.5.0/install.html] needs to be fixed.

> Target "tar" does not exist in the project "hcatalog".
> ------------------------------------------------------
>
>                 Key: HIVE-5621
>                 URL: https://issues.apache.org/jira/browse/HIVE-5621
>             Project: Hive
>          Issue Type: Bug
>            Reporter: tony
>
> Buildfile: /home/murkuser/hcatalog-src-0.5.0-incubating/build.xml
> BUILD FAILED
> Target "tar" does not exist in the project "hcatalog". 
> Total time: 0 seconds



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)