[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nutch-cvs
Subject:    [Nutch-cvs] nutch/src/mapred/word-count-demo build.xml,NONE,1.1 mapred.properties,NONE,1.1
From:       Doug Cutting <cutting () users ! sourceforge ! net>
Date:       2005-01-21 22:37:20
Message-ID: E1Cs7P6-0004eI-BT () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/nutch/nutch/src/mapred/word-count-demo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17852/mapred/word-count-demo

Added Files:
	build.xml mapred.properties 
Log Message:
Add a demo map/reduce job.

--- NEW FILE: mapred.properties ---
# map/reduce properties for wordcount job

fileSystem = local

inputBase = sample.txt
inputFormat = text

outputBase = freqs.txt
outputFormat = text

mapperClass =  net.nutch.mapred.wordcount.WordCountMapper;
reducerClass =  net.nutch.mapred.wordcount.WordCountReducer;

numMapTasks = 10;
numReduceTasks = 10;

--- NEW FILE: build.xml ---
<?xml version="1.0"?>

<project name="word-count-demo" default="job">

  <!-- locate the nutch repository -->
  <property name="nutch.root" value="../../../"/>

  <!-- include generic build -->
  <import file="${nutch.root}/src/mapred/build-mapred.xml"/>

</project>



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic