org.apache.nutch.util
Class NutchJob

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

public class NutchJob
extends JobConf

A JobConf for Nutch jobs.


Constructor Summary
NutchJob(Configuration conf)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.mapred.JobConf
addInputPath, deleteLocalFiles, deleteLocalFiles, getCombinerClass, getCompressMapOutput, getInputFormat, getInputKeyClass, getInputPaths, getInputValueClass, getJar, getJobName, getKeepFailedTaskFiles, getKeepTaskFilesPattern, getLocalDirs, getLocalPath, getMapOutputCompressionType, getMapOutputCompressorClass, getMapOutputKeyClass, getMapOutputValueClass, getMapperClass, getMapRunnerClass, getMaxTaskFailuresPerTracker, getNumMapTasks, getNumReduceTasks, getOutputFormat, getOutputKeyClass, getOutputKeyComparator, getOutputPath, getOutputValueClass, getPartitionerClass, getReducerClass, getSpeculativeExecution, getSystemDir, getUser, getWorkingDirectory, setCombinerClass, setCompressMapOutput, setInputFormat, setInputKeyClass, setInputPath, setInputValueClass, setJar, setJarByClass, setJobName, setKeepFailedTaskFiles, setKeepTaskFilesPattern, setMapOutputCompressionType, setMapOutputCompressorClass, setMapOutputKeyClass, setMapOutputValueClass, setMapperClass, setMapRunnerClass, setMaxTaskFailuresPerTracker, setNumMapTasks, setNumReduceTasks, setOutputFormat, setOutputKeyClass, setOutputKeyComparatorClass, setOutputPath, setOutputValueClass, setPartitionerClass, setReducerClass, setSpeculativeExecution, setUser, setWorkingDirectory
 
Methods inherited from class org.apache.hadoop.conf.Configuration
addDefaultResource, addDefaultResource, addDefaultResource, addFinalResource, addFinalResource, addFinalResource, entries, get, get, get, getBoolean, getClass, getClass, getClassByName, getClassLoader, getConfResourceAsInputStream, getConfResourceAsReader, getFile, getFloat, getInt, getLocalPath, getLong, getObject, getResource, getStrings, main, set, setBoolean, setClass, setClassLoader, setInt, setLong, setObject, setQuietMode, 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