Skip to content

Commit

Permalink
Docs: Fix incorrect glue catalog class name (apache#5973)
Browse files Browse the repository at this point in the history
Co-authored-by: Prashant Singh <psinghvk@amazon.com>
  • Loading branch information
singhpk234 and Prashant Singh authored Oct 14, 2022
1 parent 312592d commit d5c42eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
```
Expand Down

0 comments on commit d5c42eb

Please sign in to comment.