You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/13 06:23:18 UTC

[Hadoop Wiki] Update of "QuickStart" by DavidBeckwith

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "QuickStart" page has been changed by DavidBeckwith.
http://wiki.apache.org/hadoop/QuickStart?action=diff&rev1=21&rev2=22

--------------------------------------------------

  Congratulations you have just successfully run your first MapReduce with Hadoop.
  
  == Stage 2: Pseudo-distributed Configuration ==
- You can in fact run everything on a single host. To run things this way, put the following in `conf/hadoop-site.xml`
+ You can in fact run everything on a single host. To run things this way, put the following in `conf/hdfs-site.xml` (`conf/hadoop-site.xml` in versions < 0.20)
  {{{
  <configuration>