jihoonson commented on a change in pull request #9171: Doc update for the new
input source and the new input format
URL: https://github.com/apache/druid/pull/9171#discussion_r367659031
##########
File path: docs/ingestion/index.md
##########
@@ -287,44 +289,31 @@ definition is an _ingestion spec_.
Ingestion specs consists of three main components:
-- [`dataSchema`](#dataschema), which configures the [datasource
name](#datasource), [input row parser](#parser),
- [primary timestamp](#timestampspec), [flattening of nested
data](#flattenspec) (if needed),
- [dimensions](#dimensionsspec), [metrics](#metricsspec), and [transforms and
filters](#transformspec) (if needed).
-- [`ioConfig`](#ioconfig), which tells Druid how to connect to the source
system and . For more information, see the
+- [`dataSchema`](#dataschema), which configures the [datasource
name](#datasource),
+ [primary timestamp](#timestampspec), [dimensions](#dimensionsspec),
[metrics](#metricsspec), and [transforms and filters](#transformspec) (if
needed).
+- [`ioConfig`](#ioconfig), which tells Druid how to connect to the source
system and how to parse data. For more information, see the
documentation for each [ingestion method](#ingestion-methods).
- [`tuningConfig`](#tuningconfig), which controls various tuning parameters
specific to each
[ingestion method](#ingestion-methods).
-Example ingestion spec for task type "index" (native batch):
+Example ingestion spec for task type `parallel_index` (native batch):
```
{
- "type": "index",
+ "type": "parallel_index",
Review comment:
Oops, thanks. Fixed.
----------------------------------------------------------------
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]