Repository: bigtop Updated Branches: refs/heads/master 2b75e0ffe -> e71b9d505
BIGTOP-1244. bump flume to 1.5.0.1 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e71b9d50 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e71b9d50 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e71b9d50 Branch: refs/heads/master Commit: e71b9d505a94dab75636a90556f3804a55fa2b97 Parents: 2b75e0f Author: Konstantin Boudnik <[email protected]> Authored: Fri Jun 20 15:14:22 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Jun 20 15:14:34 2014 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/flume/do-component-build | 1 + bigtop.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e71b9d50/bigtop-packages/src/common/flume/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/flume/do-component-build b/bigtop-packages/src/common/flume/do-component-build index 209c883..5197595 100755 --- a/bigtop-packages/src/common/flume/do-component-build +++ b/bigtop-packages/src/common/flume/do-component-build @@ -26,4 +26,5 @@ sed -i -e \ mvn -DskipTests -Dhadoop.profile=2 \ -Dhadoop.version=$HADOOP_VERSION \ -Dhbase.version=$HBASE_VERSION \ + -Dhadoop.profile=hbase-98 \ clean install "$@" http://git-wip-us.apache.org/repos/asf/bigtop/blob/e71b9d50/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 96c5eee..b8f6fbf 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -144,8 +144,8 @@ $(eval $(call PACKAGE,mahout,MAHOUT)) FLUME_NAME=flume FLUME_RELNOTES_NAME=Flume FLUME_PKG_NAME=flume -FLUME_BASE_VERSION=1.4.0 -FLUME_PKG_VERSION=1.4.0 +FLUME_BASE_VERSION=1.5.0.1 +FLUME_PKG_VERSION=1.5.0.1 FLUME_RELEASE_VERSION=1 FLUME_TARBALL_DST=apache-$(FLUME_NAME)-$(FLUME_BASE_VERSION)-src.tar.gz FLUME_TARBALL_SRC=$(FLUME_TARBALL_DST)
