aboutsummaryrefslogtreecommitdiff
path: root/bigtop.mk
diff options
context:
space:
mode:
authorYoungWoo Kim <ywkim@apache.org>2015-07-08 16:37:58 +0900
committerYoungWoo Kim <ywkim@apache.org>2015-07-30 14:31:43 +0900
commitc33343d930f5c9a648c789eca1b1ff06d490ceae (patch)
tree2834b3852c1cdea08eef9c3f2fdad1af363a6d82 /bigtop.mk
parent4cc64586f51c04ee6cca6e81ef00b4065340a630 (diff)
BIGTOP-1920. Include YCSB in Bigtop
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 2fa104e7..880acfab 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -361,3 +361,16 @@ KAFKA_DOWNLOAD_PATH=/kafka/$(KAFKA_BASE_VERSION)
KAFKA_SITE=$(APACHE_MIRROR)$(KAFKA_DOWNLOAD_PATH)
KAFKA_ARCHIVE=$(APACHE_ARCHIVE)$(KAFKA_DOWNLOAD_PATH)
$(eval $(call PACKAGE,kafka,KAFKA))
+
+# YCSB
+YCSB_NAME=YCSB
+YCSB_RELNOTES_NAME=Yahoo! Cloud Serving Benchmark
+YCSB_PKG_NAME=ycsb
+YCSB_BASE_VERSION=0.1.4
+YCSB_PKG_VERSION=0.1.4
+YCSB_RELEASE_VERSION=1
+YCSB_TARBALL_DST=ycsb-$(YCSB_BASE_VERSION).tar.gz
+YCSB_TARBALL_SRC=$(YCSB_BASE_VERSION).tar.gz
+YCSB_SITE=https://github.com/brianfrankcooper/YCSB/archive
+YCSB_ARCHIVE=$(YCSB_SITE)
+$(eval $(call PACKAGE,ycsb,YCSB))