[
https://issues.apache.org/jira/browse/HADOOP-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589796#action_12589796
]
Arun C Murthy commented on HADOOP-3251:
---------------------------------------
Clearly we need to remove FIleSystem.getName and change all the code using it,
however I propose we postpone that to 0.18.
The reason this patch is necessary is due to the fact that it causes the WARN
message _even if_ fs.default.name is configured *correctly*.
> WARN message on command line when a hadoop jar command is executed
> ------------------------------------------------------------------
>
> Key: HADOOP-3251
> URL: https://issues.apache.org/jira/browse/HADOOP-3251
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.17.0
> Reporter: Mukund Madhugiri
> Assignee: Arun C Murthy
> Priority: Blocker
> Fix For: 0.17.0
>
> Attachments: HADOOP-3251_0_20080416.patch
>
>
> When a job is run, a WARN message is given on the command line. This does not
> affect the cluster functionality, but is bad user experience. Hence, marking
> this a blocker for 0.17.0
> The message is:
> 08/04/14 20:53:46 WARN fs.FileSystem: "namenode:59440" is a deprecated
> filesystem name. Use "hdfs://namenode:59440/" instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.