This is an automated email from the ASF dual-hosted git repository.
abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 223f29d64c8 Update input-sources.md for fixing the warehouse path
example under S3 (#15823)
223f29d64c8 is described below
commit 223f29d64c8bdd58a8d0d61c4f1d344e0e8bfbab
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 63546dfe724..eab8b75d8d3 100644
--- a/docs/ingestion/input-sources.md
+++ b/docs/ingestion/input-sources.md
@@ -997,7 +997,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]