Fix Hadoop Indexing doc to clarify segmentOutputPath only required for CLI indexer (#6636)

* Updated hadoop indexing doc to reflect segmentOutputPath is only required when using CLI indexer; otherwise it must be NULL
This commit is contained in:
Benjamin Hopp 2018-11-16 22:19:20 -06:00 committed by Benedict Jin
parent 7928e81e3f
commit 8a258d3a6a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ This field is required.
|-----|----|-----------|--------|
|type|String|This should always be 'hadoop'.|yes|
|inputSpec|Object|A specification of where to pull the data in from. See below.|yes|
|segmentOutputPath|String|The path to dump segments into.|yes|
|segmentOutputPath|String|The path to dump segments into.|Only used by the [CLI Hadoop Indexer](../ingestion/command-line-hadoop-indexer.html). This field must be null otherwise.|
|metadataUpdateSpec|Object|A specification of how to update the metadata for the druid cluster these segments belong to.|Only used by the [CLI Hadoop Indexer](../ingestion/command-line-hadoop-indexer.html). This field must be null otherwise.|
### InputSpec specification