[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792687#action_12792687
 ] 

Konstantin Boudnik commented on MAPREDUCE-1114:
-----------------------------------------------

Well, build.xml has 7 'retrieves' in it. If you all add contrib to this it's 
gonna be total mess (e.g. 22 re-resolutions). IMO fixing ivy doesn't make much 
sense - we'd be better off focusing on moving towards Maven.

> Speed up ivy resolution in builds with clever caching
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-1114
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1114
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>         Attachments: mapreduce-1114.txt, mapreduce-1114.txt, 
> mapreduce-1114.txt
>
>
> An awful lot of time is spent in the ivy:resolve parts of the build, even 
> when all of the dependencies have been fetched and cached. Profiling showed 
> this was in XML parsing. I have a sort-of-ugly hack which speeds up 
> incremental compiles (and more importantly "ant test") significantly using 
> some ant macros to cache the resolved classpaths.

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

Reply via email to