[
https://issues.apache.org/jira/browse/HDFS-4488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo Nicholas Sze resolved HDFS-4488.
---------------------------------------
Resolution: Cannot Reproduce
Target Version/s: 2.1.0-beta, 3.0.0 (was: 3.0.0, 2.1.0-beta)
{code}
$hadoop fs -ls webhdfs://unresolvable-host/
15/12/04 11:48:33 WARN util.NativeCodeLoader: Unable to load native-hadoop
library for your platform... using builtin-java classes where applicable
-ls: java.net.UnknownHostException: unresolvable-host
...
$echo $?
255
{code}
The message is already fixed. Resolving as Cannot Reproduce.
> Confusing WebHDFS exception when host doesn't resolve
> -----------------------------------------------------
>
> Key: HDFS-4488
> URL: https://issues.apache.org/jira/browse/HDFS-4488
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: webhdfs
> Affects Versions: 0.23.0
> Reporter: Daryn Sharp
>
> {noformat}
> $ hadoop fs -ls webhdfs://unresolvable-host/
> ls: unresolvable-host
> $ echo $?
> 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)