mirror of https://github.com/apache/druid.git
fix document about input format (#11342)
Co-authored-by: yuanyi <yuanyi@freewheel.tv>
This commit is contained in:
parent
c82ede9afc
commit
145cf9e5c3
|
@ -278,10 +278,8 @@ but unfortunately, it doesn't support all data formats supported by the legacy `
|
|||
(They will be supported in the future.)
|
||||
|
||||
The supported `inputFormat`s include [`csv`](../../ingestion/data-formats.md#csv),
|
||||
[`delimited`](../../ingestion/data-formats.md#tsv-delimited), and [`json`](../../ingestion/data-formats.md#json).
|
||||
You can also read [`avro_stream`](../../ingestion/data-formats.md#avro-stream-parser),
|
||||
[`protobuf`](../../ingestion/data-formats.md#protobuf-parser),
|
||||
and [`thrift`](../extensions-contrib/thrift.md) formats using `parser`.
|
||||
[`delimited`](../../ingestion/data-formats.md#tsv-delimited), [`json`](../../ingestion/data-formats.md#json), [`avro_stream`](../../ingestion/data-formats.md#avro-stream), [`protobuf`](../../ingestion/data-formats.md#protobuf).
|
||||
You can also read [`thrift`](../extensions-contrib/thrift.md) formats using `parser`.
|
||||
|
||||
<a name="tuningconfig"></a>
|
||||
|
||||
|
|
|
@ -149,10 +149,8 @@ but unfortunately, it doesn't support all data formats supported by the legacy `
|
|||
(They will be supported in the future.)
|
||||
|
||||
The supported `inputFormat`s include [`csv`](../../ingestion/data-formats.md#csv),
|
||||
[`delimited`](../../ingestion/data-formats.md#tsv-delimited), and [`json`](../../ingestion/data-formats.md#json).
|
||||
You can also read [`avro_stream`](../../ingestion/data-formats.md#avro-stream-parser),
|
||||
[`protobuf`](../../ingestion/data-formats.md#protobuf-parser),
|
||||
and [`thrift`](../extensions-contrib/thrift.md) formats using `parser`.
|
||||
[`delimited`](../../ingestion/data-formats.md#tsv-delimited), [`json`](../../ingestion/data-formats.md#json), [`avro_stream`](../../ingestion/data-formats.md#avro-stream), [`protobuf`](../../ingestion/data-formats.md#protobuf).
|
||||
You can also read [`thrift`](../extensions-contrib/thrift.md) formats using `parser`.
|
||||
|
||||
<a name="tuningconfig"></a>
|
||||
|
||||
|
|
Loading…
Reference in New Issue