HADOOP-11760. Fix typo of javadoc in DistCp. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
60882ab26d
commit
e074952bd6
|
@ -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
|
||||
|
|
|
@ -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