mirror of https://github.com/apache/druid.git
03d6d395a0
This adds a new contrib extension: druid-iceberg-extensions which can be used to ingest data stored in Apache Iceberg format. It adds a new input source of type iceberg that connects to a catalog and retrieves the data files associated with an iceberg table and provides these data file paths to either an S3 or HDFS input source depending on the warehouse location. Two important dependencies associated with Apache Iceberg tables are: Catalog : This extension supports reading from either a Hive Metastore catalog or a Local file-based catalog. Support for AWS Glue is not available yet. Warehouse : This extension supports reading data files from either HDFS or S3. Adapters for other cloud object locations should be easy to add by extending the AbstractInputSourceAdapter. |
||
---|---|---|
.. | ||
data-formats.md | ||
faq.md | ||
hadoop.md | ||
index.md | ||
ingestion-spec.md | ||
input-sources.md | ||
native-batch-firehose.md | ||
native-batch-simple-task.md | ||
native-batch.md | ||
partitioning.md | ||
rollup.md | ||
schema-design.md | ||
schema-model.md | ||
standalone-realtime.md | ||
tasks.md | ||
tranquility.md |