Gopal V created HIVE-3714:
-----------------------------

             Summary: Patch: Hive's ivy internal resolvers need to use 
sourceforge for sqlline
                 Key: HIVE-3714
                 URL: https://issues.apache.org/jira/browse/HIVE-3714
             Project: Hive
          Issue Type: Bug
          Components: Build Infrastructure
    Affects Versions: 0.10.0
         Environment: Ubuntu 12.10 (x86_64)
            Reporter: Gopal V
            Priority: Trivial
         Attachments: hive-ivy.patch

While building hive with an internal resolver, ivy fails to resolve sqlline, 
which needs to be picked up from

http://sourceforge.net/projects/sqlline/files/sqlline/1.0.2/sqlline-1_0_2.jar/download

ant package -Dresolvers=internal

fails with

{code}
[ivy:resolve]   ==== datanucleus-repo: tried
[ivy:resolve]     -- artifact sqlline#sqlline#1.0.2;1_0_2!sqlline.jar:
[ivy:resolve]     
http://www.datanucleus.org/downloads/maven2/sqlline/sqlline/1_0_2/sqlline-1_0_2.jar
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           :: sqlline#sqlline#1.0.2;1_0_2: not found
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
{code}


The attached patch adds sourceforge to the internal resolver list so that if 
the default sqlline version (& a hadoop snapshot) is used, the build does not 
fail.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to