HADOOP-11198. Fix typo in javadoc for FileSystem#listStatus(). Contributed by Li Lu.
This commit is contained in:
parent
f6d0b8892a
commit
5faaba0bd0
|
@ -833,6 +833,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
HADOOP-11176. KMSClientProvider authentication fails when both currentUgi
|
HADOOP-11176. KMSClientProvider authentication fails when both currentUgi
|
||||||
and loginUgi are a proxied user. (Arun Suresh via atm)
|
and loginUgi are a proxied user. (Arun Suresh via atm)
|
||||||
|
|
||||||
|
HADOOP-11198. Fix typo in javadoc for FileSystem#listStatus().
|
||||||
|
(Li Lu via wheat9)
|
||||||
|
|
||||||
BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
|
BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
|
||||||
|
|
||||||
HADOOP-10734. Implement high-performance secure random number sources.
|
HADOOP-10734. Implement high-performance secure random number sources.
|
||||||
|
|
|
@ -562,7 +562,7 @@ public abstract class ChecksumFileSystem extends FilterFileSystem {
|
||||||
*
|
*
|
||||||
* @param f
|
* @param f
|
||||||
* given path
|
* given path
|
||||||
* @return the statuses of the files/directories in the given patch
|
* @return the statuses of the files/directories in the given path
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue