This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 5769b0b5 Update EMR doc link (#138)
5769b0b5 is described below
commit 5769b0b5f009992a7a82ab706c7df23bcbccf8cd
Author: Prashant Singh <[email protected]>
AuthorDate: Thu Aug 25 21:26:47 2022 +0530
Update EMR doc link (#138)
Co-authored-by: Prashant Singh <[email protected]>
---
docs/config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/config.toml b/docs/config.toml
index 919534a6..d6da42ec 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -61,7 +61,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
{ name = "Dremio", identifier = "_dremio", weight = 700, url =
"https://docs.dremio.com/data-formats/apache-iceberg/" },
{ name = "StarRocks", identifier = "_starrocks", weight = 701, url =
"https://docs.starrocks.com/en-us/main/using_starrocks/External_table#apache-iceberg-external-table"
},
{ name = "Amazon Athena", identifier = "_athena", weight = 800, url =
"https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html" },
- { name = "Amazon EMR", identifier = "_emr", weight = 900, url =
"https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-create-cluster.html"
},
+ { name = "Amazon EMR", identifier = "_emr", weight = 900, url =
"https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-use-cluster.html"
},
{ name = "Impala", identifier = "_impala", weight = 1000, url =
"https://impala.apache.org/docs/build/html/topics/impala_iceberg.html" },
{ name = "Doris", identifier = "_doris", weight = 1001, url =
"https://doris.apache.org/docs/ecosystem/external-table/iceberg-of-doris" },
{ name = "Integrations", weight = 1100 },