This is a regression caused by HADOOP-16759. The test TestHarFileSystem uses introspection to verify that HarFileSystem Does not implement methods to which there is a suitable implementation in the base FileSystem class. Because of the way it checks this, refactoring (protected) FileSystem methods in an IDE do not automatically change the probes in TestHarFileSystem. The changes in HADOOP-16759 did exactly that, and somehow managed to get through the build/test process without this being noticed. This patch fixes that failure. Caused by and fixed by Steve Loughran. Change-Id: If60d9c97058242871c02ad1addd424478f84f446 Signed-off-by: Mingliang Liu <liuml07@apache.org>
HADOOP-16110 Upgrade to yetus 0.11.1 and use emoji vote on github pre commit (#1527). Contributed by Duo Zhang.
For the latest information about Hadoop, please visit our website at: http://hadoop.apache.org/ and our wiki, at: https://cwiki.apache.org/confluence/display/HADOOP/
Description
Languages
Java
92.7%
C++
2.9%
C
1.9%
JavaScript
1.2%
Shell
0.5%
Other
0.5%