Add "hdfs://" to fs.default.name on quickstart.html ---------------------------------------------------
Key: HADOOP-4400 URL: https://issues.apache.org/jira/browse/HADOOP-4400 Project: Hadoop Core Issue Type: Bug Components: documentation Reporter: Jeff Hammerbacher Priority: Trivial Trivial change, but if you use the suggested hadoop-site.xml from the current quickstart guide, you'll get an error like the below: 2008-10-12 23:32:42,560 WARN fs.FileSystem (FileSystem.java:fixName(165)) - "localhost:9000" is a deprecated filesystem name. Use "hdfs://localhost:9000/" instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.