org.apache.nutch.util
Class NutchJob

java.lang.Object
  extended byorg.apache.hadoop.conf.Configuration
      extended byorg.apache.hadoop.mapred.JobConf
          extended byorg.apache.nutch.util.NutchJob

public class NutchJob
extends JobConf

A JobConf for Nutch jobs.


Constructor Summary
NutchJob(Configuration conf)
           
 
Methods inherited from class org.apache.hadoop.mapred.JobConf
addInputDir, addInputPath, deleteLocalFiles, deleteLocalFiles, getCombinerClass, getInputFormat, getInputKeyClass, getInputPaths, getInputValueClass, getJar, getJobName, getLocalDirs, getLocalFile, getLocalPath, getMapOutputKeyClass, getMapOutputValueClass, getMapperClass, getMapRunnerClass, getNumMapTasks, getNumReduceTasks, getOutputDir, getOutputFormat, getOutputKeyClass, getOutputKeyComparator, getOutputPath, getOutputValueClass, getPartitionerClass, getReducerClass, getSpeculativeExecution, getSystemDir, getUser, getWorkingDirectory, newInstance, setCombinerClass, setInputDir, setInputFormat, setInputKeyClass, setInputPath, setInputValueClass, setJar, setJobName, setMapOutputKeyClass, setMapOutputValueClass, setMapperClass, setMapRunnerClass, setNumMapTasks, setNumReduceTasks, setOutputDir, setOutputFormat, setOutputKeyClass, setOutputKeyComparatorClass, setOutputPath, setOutputValueClass, setPartitionerClass, setReducerClass, setSpeculativeExecution, setUser, setWorkingDirectory
 
Methods inherited from class org.apache.hadoop.conf.Configuration
addDefaultResource, addDefaultResource, addFinalResource, addFinalResource, get, get, get, getBoolean, getClass, getClass, getConfResourceAsInputStream, getConfResourceAsReader, getFile, getFloat, getInt, getLocalPath, getLong, getObject, getResource, getStrings, main, set, setBoolean, setClass, setInt, setLong, setObject, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NutchJob

public NutchJob(Configuration conf)


Copyright © 2006 The Apache Software Foundation