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 9DA2720049D for ; Wed, 9 Aug 2017 19:36:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9C27B169A86; Wed, 9 Aug 2017 17:36:36 +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 E2C93169A7E for ; Wed, 9 Aug 2017 19:36:35 +0200 (CEST) Received: (qmail 25413 invoked by uid 500); 9 Aug 2017 17:36:25 -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 23581 invoked by uid 99); 9 Aug 2017 17:36:24 -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; Wed, 09 Aug 2017 17:36:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B72B7F5564; Wed, 9 Aug 2017 17:36:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stevel@apache.org To: common-commits@hadoop.apache.org Date: Wed, 09 Aug 2017 17:36:40 -0000 Message-Id: <6d181de9e30d4595af71c1630bb78c6b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [20/51] [abbrv] hadoop git commit: HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar. Contributed by Bharat Viswanadham. archived-at: Wed, 09 Aug 2017 17:36:36 -0000 HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/024c3ec4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/024c3ec4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/024c3ec4 Branch: refs/heads/HADOOP-13345 Commit: 024c3ec4a3ad47cf30501497c7ae810a30634f82 Parents: f44b349 Author: Arpit Agarwal Authored: Fri Aug 4 16:46:59 2017 -0700 Committer: Arpit Agarwal Committed: Fri Aug 4 16:46:59 2017 -0700 ---------------------------------------------------------------------- hadoop-client-modules/hadoop-client-minicluster/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/024c3ec4/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 f4b2329..5255640 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -634,6 +634,13 @@ **/* + + org.apache.hadoop:hadoop-mapreduce-client-jobclient:* + + testjar/* + testshell/* + + --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org