Skip to content

Commit

Permalink
[docs] Fix cosn the key of the parameter is incorrectly named
Browse files Browse the repository at this point in the history
  • Loading branch information
陈新伟 committed Mar 27, 2024
1 parent 53c34d0 commit b2a34b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/filesystems/cosn.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spark-sql \
--conf spark.sql.catalog.paimon.warehouse=cosn://<bucket>/<path> \
--conf spark.sql.catalog.paimon.fs.cosn.bucket.endpoint_suffix=cos.ap-beijing.myqcloud.com \
--conf spark.sql.catalog.paimon.fs.cosn.userinfo.secretId=AKIDxxxx \
--conf spark.sql.catalog.paimon.fs.fs.cosn.userinfo.secretKey=yyy
--conf spark.sql.catalog.paimon.fs.cosn.userinfo.secretKey=yyy
```

{{< /tab >}}
Expand Down

0 comments on commit b2a34b8

Please sign in to comment.