Repository: bigtop Updated Branches: refs/heads/master 5f65c5e6d -> 34f94010b
BIGTOP-2567. Upgrade Flume version to 1.7.0 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/34f94010 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/34f94010 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/34f94010 Branch: refs/heads/master Commit: 34f94010bafdac50b4de3190945ad6511fa19733 Parents: 5f65c5e Author: YoungWoo Kim <[email protected]> Authored: Mon Nov 7 00:53:06 2016 +0000 Committer: Youngwoo Kim <[email protected]> Committed: Wed Nov 9 16:44:41 2016 +0900 ---------------------------------------------------------------------- bigtop-packages/src/common/flume/do-component-build | 1 + bigtop.bom | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/34f94010/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 10a97e3..bbf7656 100755 --- a/bigtop-packages/src/common/flume/do-component-build +++ b/bigtop-packages/src/common/flume/do-component-build @@ -32,4 +32,5 @@ mvn -DskipTests \ -Dhbase.version=${HBASE_VERSION} \ -Dkite.version=${KITE_VERSION} \ -Dhive.version=${HIVE_VERSION} \ + -Dkafka.version=${KAFKA_VERSION} \ clean install "$@" http://git-wip-us.apache.org/repos/asf/bigtop/blob/34f94010/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index a905370..e2c6673 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -228,7 +228,7 @@ bigtop { 'flume' { name = 'flume' relNotes = 'Apache Flume' - version { base = '1.6.0'; pkg = base; release = 1 } + version { base = '1.7.0'; pkg = base; release = 1 } tarball { destination = "apache-$name-${version.base}-src.tar.gz" source = destination } url { download_path = "/$name/${version.base}/"
