Skip to content

Commit

Permalink
Merge pull request apache#1528 from solimant/master
Browse files Browse the repository at this point in the history
fix apache#1525 - typo: "HadoopBatchIndexer"
  • Loading branch information
fjy committed Jul 15, 2015
2 parents ab70550 + 3b692fb commit 44d63e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/ingestion/batch-ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ The tuningConfig is optional and default parameters will be used if no tuningCon

### Running the Task

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.
The Hadoop Index Config submitted as part of an Hadoop Index Task is identical to the Hadoop Index Config used by the `HadoopDruidIndexer` except that three fields must be omitted: `segmentOutputPath`, `workingPath`, `updaterJobSpec`. The Indexing Service takes care of setting these fields internally.

To run the task:

Expand Down
2 changes: 1 addition & 1 deletion docs/content/misc/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The Hadoop Index Task is used to index larger data sets that require the paralle
|hadoopCoordinates|The Maven \<groupId\>:\<artifactId\>:\<version\> of Hadoop to use. The default is "org.apache.hadoop:hadoop-client:2.3.0".|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.
The Hadoop Index Config submitted as part of an Hadoop Index Task is identical to the Hadoop Index Config used by the `HadoopDruidIndexer` except that three fields must be omitted: `segmentOutputPath`, `workingPath`, `updaterJobSpec`. The Indexing Service takes care of setting these fields internally.

#### Using your own Hadoop distribution

Expand Down

0 comments on commit 44d63e4

Please sign in to comment.