clintropolis commented on a change in pull request #7069: Fix supported file 
formats for Hadoop vs Native batch doc
URL: https://github.com/apache/incubator-druid/pull/7069#discussion_r261005854
 
 

 ##########
 File path: docs/content/ingestion/hadoop-vs-native-batch.md
 ##########
 @@ -38,6 +38,6 @@ ingestion method.
 | Supported [rollup 
modes](http://druid.io/docs/latest/ingestion/index.html#roll-up-modes) | 
Perfect rollup | Best-effort rollup | Both perfect and best-effort rollup |
 | Supported partitioning methods | [Both Hash-based and range 
partitioning](http://druid.io/docs/latest/ingestion/hadoop.html#partitioning-specification)
 | N/A | Hash-based partitioning (when `forceGuaranteedRollup` = true) |
 | Supported input locations | All locations accessible via HDFS client or 
Druid dataSource | All implemented [firehoses](./firehose.html) | All 
implemented [firehoses](./firehose.html) |
-| Supported file formats | All implemented Hadoop InputFormats | Currently 
only text file format (CSV, TSV, JSON) | Currently only text file format (CSV, 
TSV, JSON) |
+| Supported file formats | All implemented Hadoop InputFormats | Currently 
text file formats (CSV, TSV, JSON) by default. Any custom implmentation can be 
supported. See 
[FiniteFirehoseFactory](https://github.com/apache/incubator-druid/blob/master/core/src/main/java/org/apache/druid/data/input/FiniteFirehoseFactory.java)
 for custom implementation. | Currently text file formats (CSV, TSV, JSON) by 
default. Any custom implementation can be supported. See 
[FiniteFirehoseFactory](https://github.com/apache/incubator-druid/blob/master/core/src/main/java/org/apache/druid/data/input/FiniteFirehoseFactory.java)
 for custom implementation. |
 
 Review comment:
   Suggest making it more clear that this would be done with an extension, 
maybe something like:
   
   ```
   Additional formats can be added though a [custom extension](link to 
extension making docs) implementing 
[`FiniteFirehoseFactory`](https://github.com/apache/incubator-druid/blob/master/core/src/main/java/org/apache/druid/data/input/FiniteFirehoseFactory.java)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to