Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33DCA18109 for ; Tue, 14 Jul 2015 19:04:46 +0000 (UTC) Received: (qmail 81554 invoked by uid 500); 14 Jul 2015 19:04:46 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 81517 invoked by uid 500); 14 Jul 2015 19:04:46 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 81507 invoked by uid 99); 14 Jul 2015 19:04:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2015 19:04:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F3B0DE0254; Tue, 14 Jul 2015 19:04:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cos@apache.org To: commits@bigtop.apache.org Message-Id: <51b7e232285e41d598f41f6b672b0c0c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: bigtop git commit: BIGTOP-1923. Bump Ignite to 1.2 with major fixes Date: Tue, 14 Jul 2015 19:04:45 +0000 (UTC) Repository: bigtop Updated Branches: refs/heads/master 259fc42c9 -> 9e0cbe595 BIGTOP-1923. Bump Ignite to 1.2 with major fixes Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/9e0cbe59 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/9e0cbe59 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/9e0cbe59 Branch: refs/heads/master Commit: 9e0cbe5955a010bf1bfde67835df22da260df4dd Parents: 259fc42 Author: Konstantin Boudnik Authored: Thu Jul 9 12:39:52 2015 -0700 Committer: Konstantin Boudnik Committed: Tue Jul 14 12:04:06 2015 -0700 ---------------------------------------------------------------------- bigtop.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/9e0cbe59/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 1079831..2fa104e 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -54,12 +54,12 @@ $(eval $(call PACKAGE,hadoop,HADOOP)) IGNITE_HADOOP_NAME=ignite-hadoop IGNITE_HADOOP_RELNOTES_NAME=Ignite IGNITE_HADOOP_PKG_NAME=$(IGNITE_HADOOP_NAME) -IGNITE_HADOOP_BASE_VERSION=1.1.0 +IGNITE_HADOOP_BASE_VERSION=1.2.0 IGNITE_HADOOP_PKG_VERSION=$(IGNITE_HADOOP_BASE_VERSION) IGNITE_HADOOP_RELEASE_VERSION=1 IGNITE_HADOOP_TARBALL_DST=$(IGNITE_HADOOP_NAME)-$(IGNITE_HADOOP_BASE_VERSION).tar.gz -IGNITE_HADOOP_TARBALL_SRC=apache-ignite-1.1.0-incubating-src.zip -IGNITE_HADOOP_DOWNLOAD_PATH=/incubator/ignite/1.1.0/ +IGNITE_HADOOP_TARBALL_SRC=apache-ignite-$(IGNITE_HADOOP_BASE_VERSION)-incubating-src.zip +IGNITE_HADOOP_DOWNLOAD_PATH=/incubator/ignite/$(IGNITE_HADOOP_BASE_VERSION)/ IGNITE_HADOOP_SITE=$(APACHE_MIRROR)$(IGNITE_HADOOP_DOWNLOAD_PATH) IGNITE_HADOOP_ARCHIVE=$(APACHE_ARCHIVE)$(IGNITE_HADOOP_DOWNLOAD_PATH) $(eval $(call PACKAGE,ignite-hadoop,IGNITE_HADOOP))