This is an automated email from the ASF dual-hosted git repository.
techdocsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 45d0ecb clarify hadoop input paths (#11781)
45d0ecb is described below
commit 45d0ecbefbaf82e74ca0c1a6766f17bdf4ca9d3f
Author: Katya Macedo <[email protected]>
AuthorDate: Thu Oct 7 22:22:51 2021 -0500
clarify hadoop input paths (#11781)
Co-authored-by: Katya Macedo <[email protected]>
---
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 ed49b2d..75cc0c5 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:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]