You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/01/30 01:25:34 UTC

[jira] Commented: (HIVE-1120) In ivy offline mode, don't delete downloaded jars

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

John Sichi commented on HIVE-1120:
----------------------------------

I looked into doing this via ant changes, but it would involve selectively preserving artifact copies under hive's build directory via excludes in our clean target.

A much better solution is available in IVY-879, but it involves upgrading ivy to 2.1.0.  It's better because it allows us to continue blowing away the build directories entirely and then just refresh from the local cache, without hitting the remote repository.


> In ivy offline mode, don't delete downloaded jars
> -------------------------------------------------
>
>                 Key: HIVE-1120
>                 URL: https://issues.apache.org/jira/browse/HIVE-1120
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: John Sichi
>            Assignee: John Sichi
>            Priority: Minor
>             Fix For: 0.6.0
>
>
> Once jars have been successfully downloaded, it would be good for developer productivity to be able to do
> ant -Doffline=true clean && package
> Currently this won't work because the clean will delete the downloaded jars.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.