[
https://issues.apache.org/jira/browse/BIGTOP-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003710#comment-14003710
]
Andrew Purtell commented on BIGTOP-1289:
----------------------------------------
HBase since 0.96 munges Maven versions to indicate what version of Hadoop we
built against.
0.98.N-hadoop1 is built against Hadoop 1.2.1. 0.98.N-hadoop2 is build against
Hadoop 2.2.0.
Very much likely Bigtop doesn't want these artifacts from Maven central. We
must build HBase to the local Maven cache with the exact version of Hadoop also
desired, e.g. mvn -Dhadoop-two.version=2.3.0 ...
> Update hadoop version (including hadoop components) to 2.3
> ----------------------------------------------------------
>
> Key: BIGTOP-1289
> URL: https://issues.apache.org/jira/browse/BIGTOP-1289
> Project: Bigtop
> Issue Type: Improvement
> Components: General, Tests
> Affects Versions: 0.7.0
> Reporter: Martin Bukatovic
> Assignee: Martin Bukatovic
> Fix For: 0.8.0
>
> Attachments:
> 0001-BIGTOP-1289-update-component-versions-in-root-pom-fi.patch,
> 0001-BIGTOP-1289.-Bump-component-versions-in-root-pom-fil.patch
>
>
> Because we are switching to protobuf 2.5 (BIGTOP-1241) as used by hadoop 2.1
> and later, we need to upgrade top level pom file to specify compatible hadoop
> version, including all hadoop components.
> So in top level `bigtop/pom.xml` file, change:
> * /project/properties/hadoop.version = 2.3.0
> * update /project/properties/{hbase,pig, ... } accordingly
--
This message was sent by Atlassian JIRA
(v6.2#6252)