[
https://issues.apache.org/jira/browse/HDFS-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13115158#comment-13115158
]
Jitendra Nath Pandey commented on HDFS-2369:
--------------------------------------------
This fails for same reason as HDFS-2361. The patch in HDFS-2361 fixes this
issue as well.
> Fsck Fails
> ----------
>
> Key: HDFS-2369
> URL: https://issues.apache.org/jira/browse/HDFS-2369
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: name-node
> Affects Versions: 0.20.205.0
> Reporter: Rajit
> Priority: Critical
>
> $hadoop fsck /
> Exception in thread "main" java.io.IOException: Server returned HTTP response
> code: 500 for URL: https://<NN hostname>:50470/fsck?ugi=hdfs&path=%2F
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
> at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at org.apache.hadoop.hdfs.tools.DFSck$1.run(DFSck.java:141)
> at org.apache.hadoop.hdfs.tools.DFSck$1.run(DFSck.java:110)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:396)
> at
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1059)
> at org.apache.hadoop.hdfs.tools.DFSck.run(DFSck.java:110)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> at org.apache.hadoop.hdfs.tools.DFSck.main(DFSck.java:182)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira