fix typo in docs

This commit is contained in:
fjy 2013-10-16 17:58:57 -07:00
parent 4862852b43
commit 7e24776097
1 changed files with 2 additions and 2 deletions

View File

@ -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 <groupId>:<artifactId>:<version> 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.