----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52/ -----------------------------------------------------------
Review request for hadoop-common. Summary ------- This is the same patch as https://issues.apache.org/jira/secure/attachment/12459125/hadoop-6978.txt attached to the JIRA 2010-11-08 08:44 PM, but with all of the generated autotools files removed for easier review (git show --no-prefix -- $(git show --name-only | egrep '\.(java|c|h|am|xml)$') > /tmp/hadoop-6978-no-gen.txt) This addresses bug HADOOP-6978. https://issues.apache.org/jira/browse/HADOOP-6978 Diffs ----- trunk/build.xml 1032806 trunk/src/java/org/apache/hadoop/io/SecureIOUtils.java PRE-CREATION trunk/src/java/org/apache/hadoop/io/nativeio/Errno.java PRE-CREATION trunk/src/java/org/apache/hadoop/io/nativeio/NativeIO.java PRE-CREATION trunk/src/java/org/apache/hadoop/io/nativeio/NativeIOException.java PRE-CREATION trunk/src/native/Makefile.am 1032806 trunk/src/native/lib/Makefile.am 1032806 trunk/src/native/src/org/apache/hadoop/io/nativeio/NativeIO.c PRE-CREATION trunk/src/native/src/org/apache/hadoop/io/nativeio/errno_enum.h PRE-CREATION trunk/src/native/src/org/apache/hadoop/io/nativeio/errno_enum.c PRE-CREATION trunk/src/native/src/org/apache/hadoop/io/nativeio/file_descriptor.h PRE-CREATION trunk/src/native/src/org/apache/hadoop/io/nativeio/file_descriptor.c PRE-CREATION trunk/src/native/src/org_apache_hadoop.h 1032806 trunk/src/test/core/org/apache/hadoop/io/TestSecureIOUtils.java PRE-CREATION trunk/src/test/core/org/apache/hadoop/io/nativeio/TestNativeIO.java PRE-CREATION Diff: https://reviews.apache.org/r/52/diff Testing ------- New unit tests pass. Thanks, Todd