Uses of Class
org.apache.nutch.mapReduce.MapOutputFile

Packages that use MapOutputFile
org.apache.nutch.mapReduce A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of MapOutputFile in org.apache.nutch.mapReduce
 

Methods in org.apache.nutch.mapReduce that return MapOutputFile
 MapOutputFile MapOutputProtocol.getFile(String mapTaskId, String reduceTaskId, IntWritable partition)
          Returns the output from the named map task destined for this partition.
 MapOutputFile TaskTracker.getFile(String mapTaskId, String reduceTaskId, IntWritable partition)
           
 



Copyright © 2006 The Apache Software Foundation