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
All Implemented Interfaces:
Iterable<Map.Entry<String,String>>

public class NutchJob
extends org.apache.hadoop.mapred.JobConf

A JobConf for Nutch jobs.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.conf.Configuration
org.apache.hadoop.conf.Configuration.IntegerRanges
 
Constructor Summary
NutchJob(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.mapred.JobConf
addInputPath, deleteLocalFiles, deleteLocalFiles, getCombineOnceOnly, getCombinerClass, getCompressMapOutput, getInputFormat, getInputPaths, getJar, getJobEndNotificationURI, getJobLocalDir, getJobName, getJobPriority, getKeepFailedTaskFiles, getKeepTaskFilesPattern, getLocalDirs, getLocalPath, getMapDebugScript, getMapOutputCompressionType, getMapOutputCompressorClass, getMapOutputKeyClass, getMapOutputValueClass, getMapperClass, getMapRunnerClass, getMapSpeculativeExecution, getMaxMapAttempts, getMaxMapTaskFailuresPercent, getMaxReduceAttempts, getMaxReduceTaskFailuresPercent, getMaxTaskFailuresPerTracker, getNumMapTasks, getNumReduceTasks, getOutputFormat, getOutputKeyClass, getOutputKeyComparator, getOutputPath, getOutputValueClass, getOutputValueGroupingComparator, getPartitionerClass, getProfileEnabled, getProfileParams, getProfileTaskRange, getReduceDebugScript, getReducerClass, getReduceSpeculativeExecution, getSessionId, getSpeculativeExecution, getSystemDir, getUser, getWorkingDirectory, setCombineOnceOnly, setCombinerClass, setCompressMapOutput, setInputFormat, setInputPath, setJar, setJarByClass, setJobEndNotificationURI, setJobName, setJobPriority, setKeepFailedTaskFiles, setKeepTaskFilesPattern, setMapDebugScript, setMapOutputCompressionType, setMapOutputCompressorClass, setMapOutputKeyClass, setMapOutputValueClass, setMapperClass, setMapRunnerClass, setMapSpeculativeExecution, setMaxMapAttempts, setMaxMapTaskFailuresPercent, setMaxReduceAttempts, setMaxReduceTaskFailuresPercent, setMaxTaskFailuresPerTracker, setNumMapTasks, setNumReduceTasks, setOutputFormat, setOutputKeyClass, setOutputKeyComparatorClass, setOutputPath, setOutputValueClass, setOutputValueGroupingComparator, setPartitionerClass, setProfileEnabled, setProfileParams, setProfileTaskRange, setReduceDebugScript, setReducerClass, setReduceSpeculativeExecution, setSessionId, setSpeculativeExecution, setUser, setWorkingDirectory
 
Methods inherited from class org.apache.hadoop.conf.Configuration
addResource, addResource, addResource, get, get, getBoolean, getClass, getClass, getClassByName, getClassLoader, getConfResourceAsInputStream, getConfResourceAsReader, getFile, getFloat, getInt, getLocalPath, getLong, getRange, getRaw, getResource, getStringCollection, getStrings, getStrings, iterator, main, set, setBoolean, setClass, setClassLoader, setInt, setLong, setQuietMode, setStrings, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NutchJob

public NutchJob(org.apache.hadoop.conf.Configuration conf)


Copyright © 2006 The Apache Software Foundation