This is an automated email from the ASF dual-hosted git repository. abhishekrb pushed a commit to branch 29.0.0 in repository https://gitbox.apache.org/repos/asf/druid.git
commit f1c29f6904eb972379c2f3ecc611b4e2a87e7254 Author: Aru Raghuwanshi <[email protected]> AuthorDate: Thu Feb 1 23:32:05 2024 -0800 Update input-sources.md for fixing the warehouse path example under S3 (#15823) --- docs/ingestion/input-sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ingestion/input-sources.md b/docs/ingestion/input-sources.md index 0adc001cd23..f34dbbfe713 100644 --- a/docs/ingestion/input-sources.md +++ b/docs/ingestion/input-sources.md @@ -889,7 +889,7 @@ The following is a sample spec for a S3 warehouse source: "namespace": "iceberg_namespace", "icebergCatalog": { "type": "hive", - "warehousePath": "hdfs://warehouse/path", + "warehousePath": "s3://warehouse/path", "catalogUri": "thrift://hive-metastore.x.com:8970", "catalogProperties": { "hive.metastore.connect.retries": "1", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
