HADOOP-10121. Fix javadoc spelling for HadoopArchives#writeTopLevelDirs (Akira AJISAKA via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2d904b3fa3
commit
399e428deb
|
@ -430,6 +430,9 @@ Trunk (Unreleased)
|
||||||
HADOOP-10862. Miscellaneous trivial corrections to KMS classes.
|
HADOOP-10862. Miscellaneous trivial corrections to KMS classes.
|
||||||
(asuresh via tucu)
|
(asuresh via tucu)
|
||||||
|
|
||||||
|
HADOOP-10121. Fix javadoc spelling for HadoopArchives#writeTopLevelDirs
|
||||||
|
(Akira AJISAKA via aw)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||||
|
|
|
@ -338,7 +338,7 @@ public class HadoopArchives implements Tool {
|
||||||
* directories to
|
* directories to
|
||||||
* @param paths the source paths provided by the user. They
|
* @param paths the source paths provided by the user. They
|
||||||
* are glob free and have full path (not relative paths)
|
* are glob free and have full path (not relative paths)
|
||||||
* @param parentPath the parent path that you wnat the archives
|
* @param parentPath the parent path that you want the archives
|
||||||
* to be relative to. example - /home/user/dir1 can be archived with
|
* to be relative to. example - /home/user/dir1 can be archived with
|
||||||
* parent as /home or /home/user.
|
* parent as /home or /home/user.
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
|
Loading…
Reference in New Issue