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 D5C18200C5D for ; Fri, 7 Apr 2017 22:43:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D4486160B97; Fri, 7 Apr 2017 20:43:15 +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 271A0160B84 for ; Fri, 7 Apr 2017 22:43:15 +0200 (CEST) Received: (qmail 40893 invoked by uid 500); 7 Apr 2017 20:43:14 -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 40881 invoked by uid 99); 7 Apr 2017 20:43:14 -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; Fri, 07 Apr 2017 20:43:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A74EE04E3; Fri, 7 Apr 2017 20:43:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wang@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-14287. Compiling trunk with -DskipShade fails. Contributed by Arun Suresh. Date: Fri, 7 Apr 2017 20:43:14 +0000 (UTC) archived-at: Fri, 07 Apr 2017 20:43:16 -0000 Repository: hadoop Updated Branches: refs/heads/trunk 56e81f2a2 -> d298f734a 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