suneet-s commented on a change in pull request #9155: Update docs to use index_parallel instead of index URL: https://github.com/apache/druid/pull/9155#discussion_r367078545
########## File path: docs/tutorials/tutorial-ingestion-spec.md ########## @@ -490,44 +421,57 @@ The `dataSchema` is shared across all task types, but each task type has its own ## Define the input source -Now let's define our input source, which is specified in an `ioConfig` object. Each task type has its own type of `ioConfig`. The native batch task uses "firehoses" to read input data, so let's configure a "local" firehose to read the example netflow data we saved earlier: +Now let's define our input source, which is specified in an `ioConfig` object. Each task type has its own type of `ioConfig`. To read input data, we need to specify an `inputSource`. The the example netflow data we saved earlier needs to be read from a local file, which is configured below: Review comment: Done ---------------------------------------------------------------- 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]
