mirror of https://github.com/apache/druid.git
Update batch-ingestion.md (#4963)
I've had problems ingesting several S3 files with Druid. After checking I saw this: https://groups.google.com/forum/#!msg/druid-user/4L62vjor4NM/p8Z_R3lEAQAJ and realised that the docs hasn't been updated. This issue might have been solved with new Druid versions, but for those who are still using older ones (0.9.2), it's nice having this change made :)
This commit is contained in:
parent
d5e83f9d50
commit
ce7bf3f325
|
@ -114,7 +114,7 @@ A type of inputSpec where a static path to the data files is provided.
|
||||||
For example, using the static input paths:
|
For example, using the static input paths:
|
||||||
|
|
||||||
```
|
```
|
||||||
"paths" : "s3n://billy-bucket/the/data/is/here/data.gz, s3n://billy-bucket/the/data/is/here/moredata.gz, s3n://billy-bucket/the/data/is/here/evenmoredata.gz"
|
"paths" : "s3n://billy-bucket/the/data/is/here/data.gz,s3n://billy-bucket/the/data/is/here/moredata.gz,s3n://billy-bucket/the/data/is/here/evenmoredata.gz"
|
||||||
```
|
```
|
||||||
|
|
||||||
##### `granularity`
|
##### `granularity`
|
||||||
|
|
Loading…
Reference in New Issue