You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/15 19:56:46 UTC

[GitHub] [druid] jihoonson commented on a change in pull request #9155: Update docs to use index_parallel instead of index

jihoonson 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_r367076121
 
 

 ##########
 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:
   typo: `The the`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org