HADOOP-11760. Fix typo of javadoc in DistCp. Contributed by Brahma Reddy Battula.

This commit is contained in:
Tsuyoshi Ozawa 2015-03-27 23:15:51 +09:00
parent 60882ab26d
commit e074952bd6
2 changed files with 4 additions and 1 deletions

View File

@ -481,6 +481,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-11724. DistCp throws NPE when the target directory is root.
(Lei Eddy Xu via Yongjun Zhang)
HADOOP-11760. Fix typo of javadoc in DistCp. (Brahma Reddy Battula via
ozawa).
Release 2.7.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -401,7 +401,7 @@ protected Path getFileListingPath() throws IOException {
* job staging directory
*
* @return Returns the working folder information
* @throws Exception - EXception if any
* @throws Exception - Exception if any
*/
private Path createMetaFolderPath() throws Exception {
Configuration configuration = getConf();