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 808F2200C17 for ; Thu, 26 Jan 2017 22:12:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7F3AB160B50; Thu, 26 Jan 2017 21:12:14 +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 D2969160B58 for ; Thu, 26 Jan 2017 22:12:13 +0100 (CET) Received: (qmail 41021 invoked by uid 500); 26 Jan 2017 21:11:59 -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 37751 invoked by uid 99); 26 Jan 2017 21:11:57 -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, 26 Jan 2017 21:11:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E438CDFF9F; Thu, 26 Jan 2017 21:11:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: xgong@apache.org To: common-commits@hadoop.apache.org Date: Thu, 26 Jan 2017 21:12:46 -0000 Message-Id: In-Reply-To: <2655d50d31374ad98066a1af0a40daf2@git.apache.org> References: <2655d50d31374ad98066a1af0a40daf2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [52/57] [abbrv] hadoop git commit: HADOOP-13989. Remove erroneous source jar option from hadoop-client shade configuration. Contributed by Joe Pallas. archived-at: Thu, 26 Jan 2017 21:12:14 -0000 HADOOP-13989. Remove erroneous source jar option from 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/cd59b9cc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cd59b9cc Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cd59b9cc Branch: refs/heads/YARN-5734 Commit: cd59b9ccab51376310484a6e3d9179bb52fccae1 Parents: ff02bdf Author: Andrew Wang Authored: Wed Jan 25 15:40:45 2017 -0800 Committer: Andrew Wang Committed: Wed Jan 25 15:40:45 2017 -0800 ---------------------------------------------------------------------- hadoop-client-modules/hadoop-client-minicluster/pom.xml | 1 - hadoop-client-modules/hadoop-client-runtime/pom.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/cd59b9cc/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 d29ef8f..83d2748 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -575,7 +575,6 @@ shade - true http://git-wip-us.apache.org/repos/asf/hadoop/blob/cd59b9cc/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 0f3140f..cff3329 100644 --- a/hadoop-client-modules/hadoop-client-runtime/pom.xml +++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml @@ -138,7 +138,6 @@ shade - true --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org