aboutsummaryrefslogtreecommitdiff
path: root/bigtop.mk
diff options
context:
space:
mode:
authorrootfs <hchen@redhat.com>2014-11-03 14:43:29 -0500
committerjayunit100 <jay@apache.org>2014-11-25 10:27:15 -0500
commit57f5900520d6208fd548cc08856514587294a4cd (patch)
tree1ed6a850ec833bcd850396c7298a629340dcde3c /bigtop.mk
parentd3bc6b24cebd2261da22f28e17865ab37f85e304 (diff)
BIGTOP-1497. Add tachyon into bigtop.
Signed-off-by: jayunit100 <jay@apache.org>
Diffstat (limited to 'bigtop.mk')
-rw-r--r--bigtop.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/bigtop.mk b/bigtop.mk
index e2e8e26c..b49d0e35 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -321,3 +321,16 @@ BIGTOP_TOMCAT_TARBALL_DST=apache-tomcat-$(BIGTOP_TOMCAT_BASE_VERSION).tar.gz
BIGTOP_TOMCAT_SITE=$(APACHE_MIRROR)/tomcat/tomcat-6/v$(BIGTOP_TOMCAT_BASE_VERSION)/src/
BIGTOP_TOMCAT_ARCHIVE=$(APACHE_ARCHIVE)/tomcat/tomcat-6/v$(BIGTOP_TOMCAT_BASE_VERSION)/src/
$(eval $(call PACKAGE,bigtop-tomcat,BIGTOP_TOMCAT))
+
+# Tachyon
+TACHYON_NAME=tachyon
+TACHYON_RELNOTES_NAME=Tachyon: a memory-centric distributed file system
+TACHYON_PKG_NAME=tachyon
+TACHYON_BASE_VERSION=0.5.0
+TACHYON_PKG_VERSION=0.5.0
+TACHYON_RELEASE_VERSION=1
+TACHYON_TARBALL_DST=tachyon-$(TACHYON_BASE_VERSION).tar.gz
+TACHYON_TARBALL_SRC=v$(TACHYON_BASE_VERSION).tar.gz
+TACHYON_SITE=https://github.com/amplab/tachyon/archive
+TACHYON_ARCHIVE=$(TACHYON_SITE)
+$(eval $(call PACKAGE,tachyon,TACHYON))