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:
Darío 2017-10-19 01:44:09 +02:00 committed by Fangjin Yang
parent d5e83f9d50
commit ce7bf3f325
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```
"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`