[ https://issues.apache.org/jira/browse/HADOOP-6899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896057#action_12896057 ]
Tsz Wo (Nicholas), SZE commented on HADOOP-6899: ------------------------------------------------ Here is the new javac warning {noformat} [javac] /home/tsz/hadoop/common/testpatch-trunk/src/test/core/org/apache/hadoop/fs/FSMainOperationsBaseTest.java:1056: warning: [deprecation] rename(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Options.Rename...) in org.apache.hadoop.fs.FileSystem has been deprecated [javac] fSys.rename(src, dst, options); [javac] ^ {noformat} The javadoc warnings already exists in trunk and not related to this. The patch also passed all unit tests. > RawLocalFileSystem#setWorkingDir() does not work for relative names > ------------------------------------------------------------------- > > Key: HADOOP-6899 > URL: https://issues.apache.org/jira/browse/HADOOP-6899 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 0.20.2 > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.22.0 > > Attachments: 6899-2.patch, 6899-3.patch, 6899-4.patch, 6899.patch > > > RawLocalFileSystem#setWorkingDir() does not work for relative names -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.