Chris Nauroth created HADOOP-8871:
-------------------------------------

             Summary: FileUtil.symLink: if shell command fails, logging message 
does not correctly print command attempted
                 Key: HADOOP-8871
                 URL: https://issues.apache.org/jira/browse/HADOOP-8871
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 1-win
            Reporter: Chris Nauroth


When the shell command call to create a symlink fails, we attempt to log the 
details. We log cmd, which is a String[], and Java prints it using the default 
Object.toString implementation.  We need to change this to print the contents 
of the array so that we see the actual command executed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to