You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Micah Whitacre (JIRA)" <ji...@apache.org> on 2014/03/17 23:44:44 UTC

[jira] [Commented] (CRUNCH-367) Define hadoop-1 properties outside of profile

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

Micah Whitacre commented on CRUNCH-367:
---------------------------------------

Sean since you tested it locally do you by chance want to attach it as a patch?

> Define hadoop-1 properties outside of profile
> ---------------------------------------------
>
>                 Key: CRUNCH-367
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-367
>             Project: Crunch
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Sean Griffin
>            Assignee: Josh Wills
>            Priority: Minor
>
> There's nothing wrong with the way the crunch-parent POM is written, but it's not compatible with Gradle because Gradle does not yet support parsing Maven profiles, and the hadoop-1 profile (the one used during transitive dependency resolution by consumers of crunch) defines the necessary versions for hadoop and hbase.
> While admittedly a bug in Gradle, I think the crunch-parent POM can be modified to work around this problem with little effort.  Instead of defining the hadoop.version, hbase.version, and hbase.midfix properties in the hadoop-1 profile, just declare them in the main set of properties at the top of the POM and override them in the hadoop-2 profile.  I tested this on a local version of Crunch and it correctly resolves the right dependencies when both no profile and the hadoop-2 profile are active.



--
This message was sent by Atlassian JIRA
(v6.2#6252)