You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/06/27 03:45:25 UTC

[jira] [Updated] (HBASE-11418) biuld targe {{site}} doesn't respect hadoop-two.version property

     [ https://issues.apache.org/jira/browse/HBASE-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik updated HBASE-11418:
---------------------------------------

    Attachment: HBASE-11418.0.98.patch
                HBASE-11418.patch

here are patches for trunk and branch 0.98

> biuld targe {{site}} doesn't respect hadoop-two.version property
> ----------------------------------------------------------------
>
>                 Key: HBASE-11418
>                 URL: https://issues.apache.org/jira/browse/HBASE-11418
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.98.3
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.98.4
>
>         Attachments: HBASE-11418.0.98.patch, HBASE-11418.patch
>
>
> Running build with {{mvn clean site -Dhadoop-two.version=2.3.0}} I see that it pulls in Hadoop 2.2.0 dependencies (when building 0.98.x); and Hadoop 2.3.0 on the master. The reason of the behavior is the bug in configuration of {{userapi}} reportset, namely:
> {code}
>               <docletArtifact>
>                 <groupId>org.apache.hadoop</groupId>
>                 <!-- doclet lives in hadoop 2's hadoop-common module -->
>                 <artifactId>hadoop-common</artifactId>
>                 <version>2.3.0</version>
>               </docletArtifact>
> {code}
> (the snipped is from the master branch)



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