You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Andrei Savu (Commented) (JIRA)" <ji...@apache.org> on 2011/12/29 23:08:30 UTC

[jira] [Commented] (WHIRR-367) Wrong groupId for zookeeper

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

Andrei Savu commented on WHIRR-367:
-----------------------------------

+1 I'm going to commit this and we can remove the Hama excludes as soon as 0.4.0-incubating is released. 
                
> Wrong groupId for zookeeper
> ---------------------------
>
>                 Key: WHIRR-367
>                 URL: https://issues.apache.org/jira/browse/WHIRR-367
>             Project: Whirr
>          Issue Type: Bug
>          Components: service/hama, service/hbase, service/zookeeper
>    Affects Versions: 0.5.0
>            Reporter: Joe Crobak
>              Labels: maven
>             Fix For: 0.8.0
>
>         Attachments: WHIRR-367.patch
>
>
> The zookeeper dependency in pom.xml of several services references zookeeper with groupId {{org.apache.hadoop}}.  This doesn't match the groupid in the [zookeeper-3.3.1.pom|http://repo1.maven.org/maven2/org/apache/hadoop/zookeeper/3.3.1/zookeeper-3.3.1.pom], which causes our proxy to return a 409 with the following in the logs:
> {noformat}
> The target deployment path 'org/apache/hadoop/zookeeper/3.3.1/zookeeper-3.3.1.pom' does not match the POM's expected path prefix 'org/apache/zookeeper/zookeeper/3.3.1'. Please verify your POM content for correctness and make sure the source path is a valid Maven 2 repository root path.
> {noformat}
> Changing the dependencies to reference groupId org.apache.zookeeper fixes the problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira