[ http://issues.apache.org/jira/browse/HADOOP-462?page=comments#action_12443075 ] Doug Cutting commented on HADOOP-462: -------------------------------------
You're still sometimes placing 'else' and 'catch' clauses on a new line, rather than on the same line as the preceding close brace. This could all really stand to be replaced by a commons-cli, but that's for another day... > DFSShell throws out arrayoutofbounds exceptions if the number of arguments is > not right > --------------------------------------------------------------------------------------- > > Key: HADOOP-462 > URL: http://issues.apache.org/jira/browse/HADOOP-462 > Project: Hadoop > Issue Type: Bug > Components: dfs > Reporter: Mahadev konar > Assigned To: dhruba borthakur > Priority: Minor > Attachments: dfsshell.patch.2 > > > All the DFSShell commands do not check for the number of arguments. In > DFSShell.run(), the args length is not checked before calling copyfromlocal, > movefromlocal, copytolocal, and some others as well. This throws out > arrrayoutofbounds exception in case lesser number of arguments is specified. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
