This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 240bac9e4 [#5419] fix(doc): Fix the doc bug and add some missing doc
links (#5420)
240bac9e4 is described below
commit 240bac9e4f4de745c02e46bac86e3d1fd05d8e3f
Author: Jerry Shao <[email protected]>
AuthorDate: Fri Nov 1 16:22:01 2024 +0800
[#5419] fix(doc): Fix the doc bug and add some missing doc links (#5420)
### What changes were proposed in this pull request?
Fix the doc bug and add some missing doc links.
### Why are the changes needed?
Fix: #5419
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Local verification.
---
docs/docker-image-details.md | 4 ++++
docs/gravitino-server-config.md | 8 ++++----
docs/index.md | 4 +++-
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index ec443c84e..04234d2e3 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -97,6 +97,10 @@ Changelog
### Trino image
+Changelog
+- apache/gravitino-playground:trino-435-gravitino-0.7.0-incubating
+ - Use Gravitino release 0.7.0-incubating Dockerfile to build the image.
+
Changelog
- apache/gravitino-playground:trino-435-gravitino-0.6.1-incubating
- Use Gravitino release 0.6.1-incubating Dockerfile to build the image.
diff --git a/docs/gravitino-server-config.md b/docs/gravitino-server-config.md
index 308a9781f..19481d7da 100644
--- a/docs/gravitino-server-config.md
+++ b/docs/gravitino-server-config.md
@@ -171,10 +171,10 @@ The `AuditLogWriter` defines an interface that enables
the writing of metadata a
Writer configuration begins with `gravitino.audit.writer.${name}`, where
${name} is replaced with the actual writer name defined in method `name()`.
`FileAuditWriter` is a default implement to log audit information, whose name
is `file`.
-| Property name | Description
| Default
value | Required | Since Version |
-|-----------------------------------------------------|-----------------------------------------------------------------------------------------|---------------------|----------|----------------------------|
-| `gravitino.audit.writer.file.fileName` | The audit log file
name, the path is ${sys:gravitino.log.path}/${fileName}. |
gravitino_audit.log | NO | 0.7.0-incubating |
-| `gravitino.audit.writer.file.append` | Whether the log will
be written to the end or the beginning of the file. | true
| NO | 0.7.0-incubating |
+| Property name | Description
| Default value | Required |
Since Version |
+|----------------------------------------|-------------------------------------------------------------------------------|---------------------|----------|------------------|
+| `gravitino.audit.writer.file.fileName` | The audit log file name, the path
is `${sys:gravitino.log.path}/${fileName}`. | gravitino_audit.log | NO |
0.7.0-incubating |
+| `gravitino.audit.writer.file.append` | Whether the log will be written to
the end or the beginning of the file. | true | NO |
0.7.0-incubating |
### Security configuration
diff --git a/docs/index.md b/docs/index.md
index 521b05166..2bc4d53b3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -59,7 +59,8 @@ REST API and the Java SDK. You can use either to manage
metadata. See
Also, you can find the complete REST API definition in
[Gravitino Open API](./api/rest/gravitino-rest-api),
-Java SDK definition in [Gravitino Java
doc](pathname:///docs/0.8.0-incubating-SNAPSHOT/api/java/index.html).
+Java SDK definition in [Gravitino Java
doc](pathname:///docs/0.8.0-incubating-SNAPSHOT/api/java/index.html),
+and Python SDK definition in [Gravitino Python
doc](pathname:///docs/0.8.0-incubating-SNAPSHOT/api/python/index.html).
Gravitino also provides a web UI to manage the metadata. Visit the web UI in
the browser via `http://<ip-address>:8090`.
See [Gravitino web UI](./webui.md) for details.
@@ -171,6 +172,7 @@ Gravitino provides security configurations for Gravitino,
including HTTPS, authe
* [Gravitino Open API](./api/rest/gravitino-rest-api): provides the complete
Open API definition of Gravitino.
* [Gravitino Java
doc](pathname:///docs/0.8.0-incubating-SNAPSHOT/api/java/index.html): provides
the Javadoc for the Gravitino API.
+* [Gravitino Python
doc](pathname:///docs/0.8.0-incubating-SNAPSHOT/api/python/index.html):
provides the Python doc for the Gravitino API.
### Development guides