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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to