[
https://issues.apache.org/jira/browse/HADOOP-7002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingguo Yao updated HADOOP-7002:
--------------------------------
Description:
The descriptions of copyFromLocal and copyToLocal are wrong.
For copyFromLocal, the documentation says "Similar to put command, except that
the source is restricted to a local file reference." But from the source code
of FsShell.java, I can see that copyFromLocal is the sames as put.
For copyToLocal, the documentation says "Similar to get command, except that
the destination is restricted to a local file reference.". But from the source
code of FsShell.java, I can see that copyToLocal is the same as get.
And this problem exist for both English and Chinese documentation.
Priority: Minor (was: Major)
Remaining Estimate: 0.33h
Original Estimate: 0.33h
Summary: Wrong description of copyFromLocal and copyToLocal in
documentation (was: copy)
> Wrong description of copyFromLocal and copyToLocal in documentation
> -------------------------------------------------------------------
>
> Key: HADOOP-7002
> URL: https://issues.apache.org/jira/browse/HADOOP-7002
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Jingguo Yao
> Priority: Minor
> Original Estimate: 0.33h
> Remaining Estimate: 0.33h
>
> The descriptions of copyFromLocal and copyToLocal are wrong.
> For copyFromLocal, the documentation says "Similar to put command, except
> that the source is restricted to a local file reference." But from the source
> code of FsShell.java, I can see that copyFromLocal is the sames as put.
> For copyToLocal, the documentation says "Similar to get command, except that
> the destination is restricted to a local file reference.". But from the
> source code of FsShell.java, I can see that copyToLocal is the same as get.
> And this problem exist for both English and Chinese documentation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.