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 2B8FD18F8E for ; Tue, 9 Jun 2015 20:40:44 +0000 (UTC) Received: (qmail 47493 invoked by uid 500); 9 Jun 2015 20:40:43 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 47434 invoked by uid 500); 9 Jun 2015 20:40:43 -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 47425 invoked by uid 99); 9 Jun 2015 20:40:43 -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, 09 Jun 2015 20:40:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87584E0281; Tue, 9 Jun 2015 20:40:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: oflebbe@apache.org To: commits@bigtop.apache.org Message-Id: <670ad251b3e146f5981ea591ae6a8c21@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: bigtop git commit: BIGTOP-1892. Current required version of gradle 2.4 is not used everywhere Date: Tue, 9 Jun 2015 20:40:43 +0000 (UTC) Repository: bigtop Updated Branches: refs/heads/master eb3ebb535 -> 73d4e98d2 BIGTOP-1892. Current required version of gradle 2.4 is not used everywhere Signed-off-by: Olaf Flebbe Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/73d4e98d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/73d4e98d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/73d4e98d Branch: refs/heads/master Commit: 73d4e98d29f9591b7cd3bebf1c9d07e7c06f5af5 Parents: eb3ebb5 Author: Martin Bukatovic Authored: Mon Jun 8 18:00:21 2015 +0200 Committer: Olaf Flebbe Committed: Tue Jun 9 22:39:19 2015 +0200 ---------------------------------------------------------------------- bigtop-bigpetstore/bigpetstore-mapreduce/README.md | 2 +- bigtop-tests/smoke-tests/gradle/wrapper/gradle-wrapper.properties | 2 +- bigtop_toolchain/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/73d4e98d/bigtop-bigpetstore/bigpetstore-mapreduce/README.md ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/README.md b/bigtop-bigpetstore/bigpetstore-mapreduce/README.md index c806d57..f725be3 100644 --- a/bigtop-bigpetstore/bigpetstore-mapreduce/README.md +++ b/bigtop-bigpetstore/bigpetstore-mapreduce/README.md @@ -36,7 +36,7 @@ The application consists of the following modules Build Instructions ------------------ -You'll need to have version 2.0 of [`gradle`](http://www.gradle.org/downloads) installed and set-up correctly in order to follow along these instructions. +You'll need to have version 2.4 of [`gradle`](http://www.gradle.org/downloads) installed and set-up correctly in order to follow along these instructions. We could have used the [`gradle-wrapper`](http://www.gradle.org/docs/current/userguide/gradle_wrapper.html) to avoid having to install `gradle`, but the `bigtop` project includes all `gradle*` directories in `.gitignore`. So, that's not going to work. ### Build the JAR http://git-wip-us.apache.org/repos/asf/bigtop/blob/73d4e98d/bigtop-tests/smoke-tests/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/bigtop-tests/smoke-tests/gradle/wrapper/gradle-wrapper.properties b/bigtop-tests/smoke-tests/gradle/wrapper/gradle-wrapper.properties index 7dcaad8..8b98035 100644 --- a/bigtop-tests/smoke-tests/gradle/wrapper/gradle-wrapper.properties +++ b/bigtop-tests/smoke-tests/gradle/wrapper/gradle-wrapper.properties @@ -15,4 +15,4 @@ distributionPath=wrapper/dists zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip http://git-wip-us.apache.org/repos/asf/bigtop/blob/73d4e98d/bigtop_toolchain/README.md ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/README.md b/bigtop_toolchain/README.md index d8c2c7f..49120ed 100644 --- a/bigtop_toolchain/README.md +++ b/bigtop_toolchain/README.md @@ -26,7 +26,7 @@ Puppet module for configuring a host for building BigTop. It installs: **Apache Maven 3.0.5** -**Gradle 2.0** +**Gradle 2.4** **Protobuf 2.5.0**