aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorAndrew Purtell <apurtell@apache.org>2015-09-10 13:36:12 -0700
committerAndrew Purtell <apurtell@apache.org>2015-09-10 16:26:54 -0700
commit70927c2bd470307f97f677b8cd8f5d36e62097b8 (patch)
treeceee6fefc01cea5e3b91b2067e06375d7c251fad /bigtop.bom
parent1409498304703f35711e89eebae8d87669c011ec (diff)
BIGTOP-2026 Phoenix build defines HBASE_VERSION in two different places
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom11
1 files changed, 8 insertions, 3 deletions
diff --git a/bigtop.bom b/bigtop.bom
index ddc1894c..04120a58 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -272,11 +272,16 @@ bigtop {
'phoenix' {
name = 'phoenix'
relNotes = 'Apache Phoenix: A SQL skin over HBase'
- version { base = '4.4.0'; pkg = base; release = 1 }
+ /*
+ * phoenix.hbase is used to select the Phoenix release corresponding
+ * to the base HBase version. Update as needed whenever changing the
+ * HBase version in the BOM.
+ */
phoenix.hbase ='HBase-0.98'
- tarball { destination = "$name-${version.base}-${phoenix.hbase}-src.tar.gz"
+ version { base = "4.4.0-${phoenix.hbase}"; pkg = '4.4.0'; release = 1 }
+ tarball { destination = "$name-${version.base}-src.tar.gz"
source = destination }
- url { download_path = "/$name/$name-${version.base}-${phoenix.hbase}/src"
+ url { download_path = "/$name/$name-${version.base}/src"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}