[
https://issues.apache.org/jira/browse/HDFS-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909843#action_12909843
]
Tsz Wo (Nicholas), SZE commented on HDFS-1383:
----------------------------------------------
Below is the outputs after the patch.
{noformat}
[r...@host yahoo-hadoop-0.20.1xx]# ./bin/hadoop fs -cat
hftp://host.xx.yy:50070/user/root/foo/s.txt
cat: user=root, access=EXECUTE, inode="foo":root:supergroup:---------
[r...@host yahoo-hadoop-0.20.1xx]# ./bin/hadoop fs -cat
hftp://host.xx.yy:50070/user/root/foo
cat: user=root, access=READ_EXECUTE, inode="foo":root:supergroup:---------
[r...@host yahoo-hadoop-0.20.1xx]# ./bin/hadoop fs -cat
hftp://host.xx.yy:50070/user/root/bar
cat: /user/root/bar is a directory (error code=400)
{noformat}
> Better error messages on hftp
> ------------------------------
>
> Key: HDFS-1383
> URL: https://issues.apache.org/jira/browse/HDFS-1383
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Tsz Wo (Nicholas), SZE
> Attachments: h1383_20100913_y20.patch, h1383_20100915_y20.patch
>
>
> If the file is not accessible, HftpFileSystem returns only a HTTP response
> code.
> {noformat}
> 2010-08-27 20:57:48,091 INFO org.apache.hadoop.tools.DistCp: FAIL README.txt
> : java.io.IOException:
> Server returned HTTP response code: 400 for URL:
> http:/namenode:50070/data/user/tsz/README.txt?ugi=tsz,users
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1290)
> at org.apache.hadoop.hdfs.HftpFileSystem.open(HftpFileSystem.java:143)
> at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:356)
> ...
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.