Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CE931034F for ; Fri, 7 Feb 2014 03:22:23 +0000 (UTC) Received: (qmail 31561 invoked by uid 500); 7 Feb 2014 03:22:20 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 31464 invoked by uid 500); 7 Feb 2014 03:22:20 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 31445 invoked by uid 99); 7 Feb 2014 03:22:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 03:22:19 +0000 Date: Fri, 7 Feb 2014 03:22:19 +0000 (UTC) From: "Vinod Kumar Vavilapalli (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-1693) Cleanup YARN HAUtil class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vinod Kumar Vavilapalli created YARN-1693: --------------------------------------------- Summary: Cleanup YARN HAUtil class Key: YARN-1693 URL: https://issues.apache.org/jira/browse/YARN-1693 Project: Hadoop YARN Issue Type: Sub-task Reporter: Vinod Kumar Vavilapalli Assignee: Vinod Kumar Vavilapalli The HAUtil class has become a bit of a mess. It is - unreadable/unmaintainable - has non-standard formatting in some places - has no javadoc for the myriad of methods - with bad/not-so-clear field naming - and simply just complicated. I'll try to put some structure, adding comments and renaming things. Hopefully for better. -- This message was sent by Atlassian JIRA (v6.1.5#6160)