From 45d0ecbefbaf82e74ca0c1a6766f17bdf4ca9d3f Mon Sep 17 00:00:00 2001 From: Katya Macedo <38017980+ektravel@users.noreply.github.com> Date: Thu, 7 Oct 2021 22:22:51 -0500 Subject: [PATCH] clarify hadoop input paths (#11781) Co-authored-by: Katya Macedo --- docs/ingestion/hadoop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ingestion/hadoop.md b/docs/ingestion/hadoop.md index ed49b2dfff9..75cc0c51147 100644 --- a/docs/ingestion/hadoop.md +++ b/docs/ingestion/hadoop.md @@ -140,7 +140,7 @@ A type of inputSpec where a static path to the data files is provided. |Field|Type|Description|Required| |-----|----|-----------|--------| |inputFormat|String|Specifies the Hadoop InputFormat class to use. e.g. `org.apache.hadoop.mapreduce.lib.input.SequenceFileInputFormat` |no| -|paths|Array of String|A String of input paths indicating where the raw data is located.|yes| +|paths|String|Comma-separated input paths to the raw data. Druid ingests data only from the configured paths. It does not search recursively for data in subdirectories. |yes| For example, using the static input paths: