aboutsummaryrefslogtreecommitdiff
path: root/bigtop.mk
diff options
context:
space:
mode:
authorYoungWoo Kim <ywkim@apache.org>2015-05-19 11:48:40 +0900
committerOlaf Flebbe <of@oflebbe.de>2015-06-27 22:37:51 +0200
commite5e065a7f69cc68707b8dca396e43a782111f5d3 (patch)
tree860412a0a3a8e3f272e177c8903a0dfad0d63fe3 /bigtop.mk
parent8bd519cd1c2979980ac36ce62b03d62a104b3fdd (diff)
BIGTOP-1877. Upgrade Crunch to 0.12.0
Signed-off-by: Olaf Flebbe <of@oflebbe.de>
Diffstat (limited to 'bigtop.mk')
-rw-r--r--bigtop.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop.mk b/bigtop.mk
index d6f9507c..1079831b 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -248,8 +248,8 @@ $(eval $(call PACKAGE,solr,SOLR))
CRUNCH_NAME=crunch
CRUNCH_RELNOTES_NAME=Java library for MapReduce pipelines
CRUNCH_PKG_NAME=crunch
-CRUNCH_BASE_VERSION=0.10.0
-CRUNCH_PKG_VERSION=0.10.0
+CRUNCH_BASE_VERSION=0.12.0
+CRUNCH_PKG_VERSION=$(CRUNCH_BASE_VERSION)
CRUNCH_RELEASE_VERSION=1
CRUNCH_TARBALL_DST=apache-crunch-$(CRUNCH_BASE_VERSION)-src.tar.gz
CRUNCH_TARBALL_SRC=$(CRUNCH_TARBALL_DST)