This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new d5c42ebd4b Docs: Fix incorrect glue catalog class name (#5973)
d5c42ebd4b is described below
commit d5c42ebd4b517a83c626e09c57c72f7591fb8efd
Author: Prashant Singh <[email protected]>
AuthorDate: Fri Oct 14 22:19:16 2022 +0530
Docs: Fix incorrect glue catalog class name (#5973)
Co-authored-by: Prashant Singh <[email protected]>
---
docs/hive.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/hive.md b/docs/hive.md
index bd05ebfb0b..7e42c22a70 100644
--- a/docs/hive.md
+++ b/docs/hive.md
@@ -178,7 +178,7 @@ SET
iceberg.catalog.hadoop.warehouse=hdfs://example.com:8020/warehouse;
Register an AWS `GlueCatalog` called `glue`:
```
-SET iceberg.catalog.glue.catalog-impl=org.apache.iceberg.aws.GlueCatalog;
+SET iceberg.catalog.glue.catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog;
SET iceberg.catalog.glue.warehouse=s3://my-bucket/my/key/prefix;
SET iceberg.catalog.glue.lock.table=myGlueLockTable;
```