[
https://issues.apache.org/jira/browse/HADOOP-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565890#action_12565890
]
Hadoop QA commented on HADOOP-2194:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12374811/patch_2194_2.patch
against trunk revision 616796.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new javac compiler
warnings.
release audit +1. The applied patch does not generate any new release
audit warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1744/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1744/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1744/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1744/console
This message is automatically generated.
> dfs cat on a file that does not exist throws a java IOException
> ---------------------------------------------------------------
>
> Key: HADOOP-2194
> URL: https://issues.apache.org/jira/browse/HADOOP-2194
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.15.1, 0.16.0
> Reporter: Mukund Madhugiri
> Assignee: Mahadev konar
> Fix For: 0.17.0
>
> Attachments: patch_2194_1.patch, patch_2194_2.patch
>
>
> The dfs cat command throws an IOException when the file does not exist:
> bin/hadoop dfs -cat doesnotexist
> cat: java.io.IOException: Cannot open filename<home directory>/doesnotexist]
> In Linux, if a file does not exist, cat displays this:
> cat: doesnotexist: No such file or directory
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.