aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorRobert Metzger <rmetzger@apache.org>2016-05-02 15:59:14 +0200
committerKonstantin Boudnik <cos@apache.org>2016-05-08 13:19:37 -0700
commit51e7dccef3b74d53efb8a7359ebf4ef47e2208f2 (patch)
tree88de5eaaaeefa3c3a03d189ad1e4f527882afca1 /bigtop.bom
parent45ea264d037569e48929a9b88a5f872da9405036 (diff)
BIGTOP-2345 Create Flink packaging
Signed-off-by: Konstantin Boudnik <cos@apache.org>
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom13
1 files changed, 13 insertions, 0 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 254b4c89..9e33c3a1 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -292,6 +292,19 @@ bigtop {
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}
+
+ 'flink' {
+ name = 'flink'
+ relNotes = 'Apache Flink'
+ version { base = '1.0.0'; pkg = base; release = 1 }
+ tarball { destination = "$name-${version.base}.tar.gz"
+ source = "$name-${version.base}-src.tgz" }
+ url { download_path = "/$name/$name-${version.base}"
+ site = "${apache.APACHE_MIRROR}/${download_path}"
+ archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
+ }
+
+
'phoenix' {
name = 'phoenix'
relNotes = 'Apache Phoenix: A SQL skin over HBase'