[ https://issues.apache.org/jira/browse/HADOOP-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221575#comment-13221575 ]
Hudson commented on HADOOP-8131: -------------------------------- Integrated in Hadoop-Mapreduce-0.23-Build #214 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/214/]) svn merge -c 1296386 trunk to branch-0.23 FIXES HADOOP-8131. FsShell put doesn't correctly handle a non-existent dir (Daryn Sharp via bobby) (Revision 1296389) Result = FAILURE bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296389 Files : * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CommandWithDestination.java * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/PathData.java * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFsShellCopy.java * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFsShellReturnCode.java > FsShell put doesn't correctly handle a non-existent dir > ------------------------------------------------------- > > Key: HADOOP-8131 > URL: https://issues.apache.org/jira/browse/HADOOP-8131 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.23.0 > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Priority: Critical > Fix For: 0.23.2 > > Attachments: HADOOP-8131.patch, HADOOP-8131.patch, HADOOP-8131.patch, > HADOOP-8131.patch > > > {noformat} > $ hadoop fs -ls > ls: `.': No such file or directory > $ hadoop fs -put file > $ hadoop fs -ls > Found 1 items > -rw-r--r-- 1 kihwal supergroup 2076 2011-11-04 10:37 .._COPYING_ > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira