From 8a258d3a6a239460fb172019ae657eaeecddf723 Mon Sep 17 00:00:00 2001 From: Benjamin Hopp Date: Fri, 16 Nov 2018 22:19:20 -0600 Subject: [PATCH] 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 --- docs/content/ingestion/hadoop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/ingestion/hadoop.md b/docs/content/ingestion/hadoop.md index e32fd75d779..c0335d1fac4 100644 --- a/docs/content/ingestion/hadoop.md +++ b/docs/content/ingestion/hadoop.md @@ -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