diff --git a/docs/content/Batch-ingestion.md b/docs/content/Batch-ingestion.md index d9b6ebfefca..309d4d3ea32 100644 --- a/docs/content/Batch-ingestion.md +++ b/docs/content/Batch-ingestion.md @@ -92,7 +92,7 @@ The interval is the [ISO8601 interval](http://en.wikipedia.org/wiki/ISO_8601#Tim } ``` -### Hadoop indexer config +### Hadoop Index Config |property|description|required?| |--------|-----------|---------| @@ -228,7 +228,7 @@ The schema of the Hadoop Index Task contains a task "type" and a Hadoop Index Co |property|description|required?| |--------|-----------|---------| |type|This should be "index_hadoop".|yes| -|config|A Hadoop Index Config.|yes| +|config|A Hadoop Index Config (see above).|yes| |hadoopCoordinates|The Maven :: of Hadoop to use. The default is "org.apache.hadoop:hadoop-core:1.0.3".|no| The Hadoop Index Config submitted as part of an Hadoop Index Task is identical to the Hadoop Index Config used by the `HadoopBatchIndexer` except that three fields must be omitted: `segmentOutputPath`, `workingPath`, `updaterJobSpec`. The Indexing Service takes care of setting these fields internally.