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 4DA24200B11 for ; Sun, 15 May 2016 00:32:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4C5CC160A1A; Sat, 14 May 2016 22:32:14 +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 C5FC2160969 for ; Sun, 15 May 2016 00:32:13 +0200 (CEST) Received: (qmail 47267 invoked by uid 500); 14 May 2016 22:32:12 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 47247 invoked by uid 99); 14 May 2016 22:32:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2016 22:32:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C6CCE2C033A for ; Sat, 14 May 2016 22:32:12 +0000 (UTC) Date: Sat, 14 May 2016 22:32:12 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HADOOP-13150) Avoid use of toString() in output of HDFS ACL shell commands. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 14 May 2016 22:32:14 -0000 Chris Nauroth created HADOOP-13150: -------------------------------------- Summary: Avoid use of toString() in output of HDFS ACL shell commands. Key: HADOOP-13150 URL: https://issues.apache.org/jira/browse/HADOOP-13150 Project: Hadoop Common Issue Type: Improvement Reporter: Chris Nauroth Assignee: Chris Nauroth The HDFS ACL shell commands have at least one usage of the standard Java {{toString}} method to generate shell output ({{AclEntry#toString}}). This issue tracks conversion of that code to use methods other than {{toString}}. The {{toString}} method is useful primarily for debugging. It's preferrable to use a different method to ensure stable output for public interfaces, such as the shell. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org