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 2007/01/08 19:27:48 UTC

[Lucene-hadoop Wiki] Update of "AmazonS3" by DougCutting

Dear Wiki user,

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

The following page has been changed by DougCutting:
http://wiki.apache.org/lucene-hadoop/AmazonS3

The comment on the change is:
clarify distributed-mode daemon startup

------------------------------------------------------------------------------
  cat output/*
  }}}
  
- To run in distributed mode you only need to run a JobTracker - the HDFS NameNode is unnecessary.
+ To run in distributed mode you only need to run the MapReduce daemons (JobTracker and ["TaskTracker"]s) - HDFS NameNode and ["DataNode"]s are unnecessary.
+ 
+ {{{
+ bin/start-mapred.sh
+ }}}
  
  = Setting up hadoop to use S3 as a repository for data input to and output from Map/Reduce =