Hi Toby, > > There is a patch for HADOOP-1783 (see the Jira attachment) which fixes > > the issue - the one-liner didn't fix unit tests. This didn't make the > > 0.14.1 release but it will make the next one. > > As I said in the previous email, this patch does not apply to 0.14.0 or > 0.14.1: > > black:~/tmp/hadoop-0.14.1> patch -p0 < ~/Downloads/HADOOP-1783.patch > patching file src/test/org/apache/hadoop/fs/s3/InMemoryFileSystemStore.java > patching file src/test/org/apache/hadoop/fs/s3/S3FileSystemBaseTest.java > patching file src/java/org/apache/hadoop/fs/s3/S3FileSystem.java > Hunk #1 FAILED at 173. > 1 out of 1 hunk FAILED -- saving rejects to file > src/java/org/apache/hadoop/fs/s3/S3FileSystem.java.rej > black:~/tmp/hadoop-0.14.1> > > This is why I had to use the one-liner from the comment on that bug > rather than the attached patch. Any ideas?
Only just round to looking at this - I've now fixed this in trunk and in the 0.14 branch. The patch didn't apply to the 0.14 branch since it relied on a change in trunk to do with FileStatus. Cheers, Tom
