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 A168F200C6B for ; Mon, 17 Apr 2017 17:15:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9F271160BB0; Mon, 17 Apr 2017 15:15:30 +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 EFAB4160BAB for ; Mon, 17 Apr 2017 17:15:29 +0200 (CEST) Received: (qmail 17177 invoked by uid 500); 17 Apr 2017 15:15:26 -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 16659 invoked by uid 99); 17 Apr 2017 15:15:26 -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; Mon, 17 Apr 2017 15:15:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5D6A8E93E8; Mon, 17 Apr 2017 15:15:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: asuresh@apache.org To: common-commits@hadoop.apache.org Date: Mon, 17 Apr 2017 15:15:35 -0000 Message-Id: In-Reply-To: <688528025789441996988543d43ba921@git.apache.org> References: <688528025789441996988543d43ba921@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/50] hadoop git commit: HADOOP-14287. Compiling trunk with -DskipShade fails. Contributed by Arun Suresh. archived-at: Mon, 17 Apr 2017 15:15:30 -0000 HADOOP-14287. Compiling trunk with -DskipShade fails. Contributed by Arun Suresh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d298f734 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d298f734 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d298f734 Branch: refs/heads/trunk Commit: d298f734a46515ffaa59751cc56b56449006c3e2 Parents: 56e81f2 Author: Andrew Wang Authored: Fri Apr 7 13:43:06 2017 -0700 Committer: Andrew Wang Committed: Fri Apr 7 13:43:06 2017 -0700 ---------------------------------------------------------------------- hadoop-client-modules/hadoop-client-integration-tests/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d298f734/hadoop-client-modules/hadoop-client-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-modules/hadoop-client-integration-tests/pom.xml b/hadoop-client-modules/hadoop-client-integration-tests/pom.xml index 02e5824..99fd0c2 100644 --- a/hadoop-client-modules/hadoop-client-integration-tests/pom.xml +++ b/hadoop-client-modules/hadoop-client-integration-tests/pom.xml @@ -147,6 +147,11 @@ org.apache.hadoop + hadoop-hdfs-client + test + + + org.apache.hadoop hadoop-hdfs test test-jar --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org