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 159C5200D42 for ; Fri, 3 Nov 2017 01:39:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1443D160BE6; Fri, 3 Nov 2017 00:39:31 +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 5AB47160BE5 for ; Fri, 3 Nov 2017 01:39:30 +0100 (CET) Received: (qmail 42142 invoked by uid 500); 3 Nov 2017 00:39:29 -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 42133 invoked by uid 99); 3 Nov 2017 00:39:29 -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, 03 Nov 2017 00:39:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7A9E5DFAB4; Fri, 3 Nov 2017 00:39:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: subru@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: YARN-7432. Fix DominantResourceFairnessPolicy serializable findbugs issues. (Daniel Templeton via Subru). Date: Fri, 3 Nov 2017 00:39:28 +0000 (UTC) archived-at: Fri, 03 Nov 2017 00:39:31 -0000 Repository: hadoop Updated Branches: refs/heads/trunk 53c0fb7ef -> ad0fff2b4 YARN-7432. Fix DominantResourceFairnessPolicy serializable findbugs issues. (Daniel Templeton via Subru). Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ad0fff2b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ad0fff2b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ad0fff2b Branch: refs/heads/trunk Commit: ad0fff2b419e8fe8bb5c9a7e19b79dec16cbd96f Parents: 53c0fb7 Author: Subru Krishnan Authored: Thu Nov 2 17:39:23 2017 -0700 Committer: Subru Krishnan Committed: Thu Nov 2 17:39:23 2017 -0700 ---------------------------------------------------------------------- .../hadoop-yarn/dev-support/findbugs-exclude.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ad0fff2b/hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml b/hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml index 2aa9a5c..45aa868 100644 --- a/hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml +++ b/hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml @@ -178,6 +178,18 @@ + + + + + + + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org