Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 59332200C0F for ; Thu, 19 Jan 2017 01:23:41 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 57C6A160B56; Thu, 19 Jan 2017 00:23:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A34EB160B43 for ; Thu, 19 Jan 2017 01:23:40 +0100 (CET) Received: (qmail 18217 invoked by uid 500); 19 Jan 2017 00:23:37 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 17700 invoked by uid 99); 19 Jan 2017 00:23:37 -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; Thu, 19 Jan 2017 00:23:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E9A63F4026; Thu, 19 Jan 2017 00:23:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jhung@apache.org To: common-commits@hadoop.apache.org Date: Thu, 19 Jan 2017 00:23:47 -0000 Message-Id: In-Reply-To: <51bb37b19be842bf878fb0e1cba339c3@git.apache.org> References: <51bb37b19be842bf878fb0e1cba339c3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/30] hadoop git commit: HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas. archived-at: Thu, 19 Jan 2017 00:23:41 -0000 HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7e81063c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7e81063c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7e81063c Branch: refs/heads/YARN-5734 Commit: 7e81063c13a636c551d3281966a24ccfcfd46793 Parents: 89bb05d Author: Akira Ajisaka Authored: Tue Jan 17 17:23:51 2017 +0900 Committer: Akira Ajisaka Committed: Tue Jan 17 17:23:51 2017 +0900 ---------------------------------------------------------------------- hadoop-client-modules/hadoop-client-minicluster/pom.xml | 2 +- hadoop-client-modules/hadoop-client-runtime/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7e81063c/hadoop-client-modules/hadoop-client-minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml b/hadoop-client-modules/hadoop-client-minicluster/pom.xml index 8ab70d8..28fb3bd 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -569,7 +569,7 @@ shade - true + true http://git-wip-us.apache.org/repos/asf/hadoop/blob/7e81063c/hadoop-client-modules/hadoop-client-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml b/hadoop-client-modules/hadoop-client-runtime/pom.xml index aa1a54b..7098ae8 100644 --- a/hadoop-client-modules/hadoop-client-runtime/pom.xml +++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml @@ -132,7 +132,7 @@ shade - true + true --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org