jihoonson commented on a change in pull request #7048: Make IngestSegmentFirehoseFactory splittable for parallel ingestion URL: https://github.com/apache/incubator-druid/pull/7048#discussion_r264409342
########## File path: docs/content/ingestion/firehose.md ########## @@ -87,7 +87,8 @@ The below configurations can be optionally used for tuning the firehose performa ### IngestSegmentFirehose This Firehose can be used to read the data from existing druid segments. -It can be used ingest existing druid segments using a new schema and change the name, dimensions, metrics, rollup, etc. of the segment. +It can be used to ingest existing druid segments using a new schema and change the name, dimensions, metrics, rollup, etc. of the segment. +This firehose is _splittable_ and can be used by [native parallel index tasks](./native_tasks.html#parallel-index-task). Review comment: Would you please add `IngestSegmentFirehose` to https://github.com/apache/incubator-druid/blob/master/docs/content/ingestion/native_tasks.md#parallel-index-task too? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
