HADOOP-11760. Fix typo of javadoc in DistCp. Contributed by Brahma Reddy Battula.
(cherry picked from commit e074952bd6
)
This commit is contained in:
parent
577ea08865
commit
24b60a7d1a
|
@ -49,6 +49,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
|
||||
|
|
|
@ -401,7 +401,7 @@ public class DistCp extends Configured implements Tool {
|
|||
* 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();
|
||||
|
|
Loading…
Reference in New Issue