[
https://issues.apache.org/jira/browse/HADOOP-9473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Mazza reassigned HADOOP-9473:
----------------------------------
Assignee: (was: Glen Mazza)
Suresh, please don't assign this JIRA to me -- I'm just a user entering in a
JIRA over a typo --the only people who should be assigned JIRAs are committers.
If the Hadoop project unfortunately requires committers to need to jump
through a dozen hoops in order to fix a silly typo (no other Apache project I'm
aware of requires JUnit tests for typos), that's a procedural problem you guys
need to change, instead of just farming out such busywork to the people
reporting the errors. And the alternative of having me type up a justification
of why a JUnit test is not necessary for a typo is too silly to consider.
If my further non-participation in this JIRA item means you need to close this
item as a Won't Fix while keeping the misspelling in the code base, so be it.
The Hadoop team is making it too crippling a process to resolve problems with
their system, with the result that fewer and fewer people are going to bother
reporting issues.
> typo in FileUtil copy() method
> ------------------------------
>
> Key: HADOOP-9473
> URL: https://issues.apache.org/jira/browse/HADOOP-9473
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs
> Affects Versions: 2.0.0-alpha, 1.1.2
> Reporter: Glen Mazza
> Priority: Trivial
> Fix For: 1.2.0, 2.0.5-beta
>
> Attachments: HADOOP-9473.branch-1.patch, HADOOP-9473.patch
>
>
> typo:
> {code}
> Index: src/core/org/apache/hadoop/fs/FileUtil.java
> ===================================================================
> --- src/core/org/apache/hadoop/fs/FileUtil.java (revision 1467295)
> +++ src/core/org/apache/hadoop/fs/FileUtil.java (working copy)
> @@ -178,7 +178,7 @@
> // Check if dest is directory
> if (!dstFS.exists(dst)) {
> throw new IOException("`" + dst +"': specified destination directory "
> +
> - "doest not exist");
> + "does not exist");
> } else {
> FileStatus sdst = dstFS.getFileStatus(dst);
> if (!sdst.isDir())
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira