[
https://issues.apache.org/jira/browse/BIGTOP-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14123443#comment-14123443
]
Konstantin Boudnik commented on BIGTOP-1427:
--------------------------------------------
The way HBase build is done is that it has hardcoded version of, say, 0.98.2 in
the pom.xml (like it should). But to produce *-hadoop[1,2] they have a script
that append the version with a suffix and copies the alternated pom.xml into
new files with .hadoop1 and .hadoop2 extensions. Then you run build using those
new poms to produce the artifacts for different Hadoop lines. Look for yourself
in the dev-support script. Yes, that's _pretty_ bad, if you ask me. But if
there any changes to make - they would have to be make in the upstream
including re-thinking of the versioning of the hbase artifacts.
> HBase build should build hbase-***-hadoop2 by default
> -----------------------------------------------------
>
> Key: BIGTOP-1427
> URL: https://issues.apache.org/jira/browse/BIGTOP-1427
> Project: Bigtop
> Issue Type: Bug
> Components: build
> Affects Versions: 0.7.0
> Reporter: stanley shi
>
> Flume is depending on hbase-**-hadoop2, but the hbase build is not providing
> this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)