You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/09/10 22:33:46 UTC

[jira] [Assigned] (BIGTOP-2026) Phoenix build defines HBASE_VERSION in two different places.

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

Andrew Purtell reassigned BIGTOP-2026:
--------------------------------------

    Assignee: Andrew Purtell

Let me fix this nit

> Phoenix build defines HBASE_VERSION in two different places.
> ------------------------------------------------------------
>
>                 Key: BIGTOP-2026
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2026
>             Project: Bigtop
>          Issue Type: Bug
>          Components: debian, rpm
>    Affects Versions: 1.0.0
>            Reporter: Konstantin Boudnik
>            Assignee: Andrew Purtell
>             Fix For: 1.1.0
>
>
> {noformat}
> % ack-grep PHOENIX_HBASE_VERSION *
> bigtop.mk
> 282:PHOENIX_HBASE_VERSION=HBase-0.98
> 283:PHOENIX_TARBALL_DST=phoenix-$(PHOENIX_BASE_VERSION)-$(PHOENIX_HBASE_VERSION)-src.tar.gz
> 285:PHOENIX_DOWNLOAD_PATH=/phoenix/phoenix-$(PHOENIX_BASE_VERSION)-$(PHOENIX_HBASE_VERSION)/src/
> bigtop-packages/src/common/phoenix/do-component-build
> 21:PHOENIX_HBASE_VERSION=HBase-0.98
> 32:tar -C build --strip-components=1 -xzf phoenix-assembly/target/phoenix-$PHOENIX_VERSION-${PHOENIX_HBASE_VERSION}.tar.gz
> {noformat}
> The variable is defined twice and can lead to integration problems if it gets changed independently. {{do-component-build}} should use the one from the BOM



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)