org.apache.nutch.indexer
Class IndexerJob

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.apache.nutch.util.NutchTool
          extended by org.apache.nutch.indexer.IndexerJob
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
Direct Known Subclasses:
ElasticIndexerJob, SolrIndexerJob

public abstract class IndexerJob
extends NutchTool
implements org.apache.hadoop.util.Tool


Nested Class Summary
static class IndexerJob.IndexerMapper
           
 
Field Summary
static org.slf4j.Logger LOG
           
 
Fields inherited from class org.apache.nutch.util.NutchTool
currentJob, currentJobNum, numJobs, results, status
 
Constructor Summary
IndexerJob()
           
 
Method Summary
protected  org.apache.hadoop.mapreduce.Job createIndexJob(org.apache.hadoop.conf.Configuration conf, String jobName, String batchId)
           
 
Methods inherited from class org.apache.nutch.util.NutchTool
getProgress, getStatus, killJob, run, stopJob
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.util.Tool
run
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Field Detail

LOG

public static final org.slf4j.Logger LOG
Constructor Detail

IndexerJob

public IndexerJob()
Method Detail

createIndexJob

protected org.apache.hadoop.mapreduce.Job createIndexJob(org.apache.hadoop.conf.Configuration conf,
                                                         String jobName,
                                                         String batchId)
                                                  throws IOException,
                                                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2013 The Apache Software Foundation