This is an automated email from the ASF dual-hosted git repository.
diqiu50 pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.2 by this push:
new 09b52dda5d [Cherry-pick to branch-1.2] [#10338] fix(build): update
log4j2 properties template names in build configuration (#10340) (#10343)
09b52dda5d is described below
commit 09b52dda5d260b94a0a51826497362ffb1ee138f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 09:13:51 2026 +0800
[Cherry-pick to branch-1.2] [#10338] fix(build): update log4j2 properties
template names in build configuration (#10340) (#10343)
**Cherry-pick Information:**
- Original commit: 4166026c9ef94d77c8d899c0d87502526b822cda
- Target branch: `branch-1.2`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Qi Yu <[email protected]>
---
build.gradle.kts | 4 ++--
docs/lance-rest-service.md | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 98a544bc05..b1982647b4 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -853,7 +853,7 @@ tasks {
include(
"${rootProject.name}-iceberg-rest-server.conf.template",
"${rootProject.name}-env.sh.template",
- "log4j2.properties.template"
+ "${rootProject.name}-iceberg-rest-log4j2.properties.template"
)
into("${rootProject.name}-iceberg-rest-server/conf")
}
@@ -898,7 +898,7 @@ tasks {
include(
"${rootProject.name}-lance-rest-server.conf.template",
"${rootProject.name}-env.sh.template",
- "log4j2.properties.template"
+ "${rootProject.name}-lance-rest-log4j2.properties.template"
)
into("${rootProject.name}-lance-rest-server/conf")
}
diff --git a/docs/lance-rest-service.md b/docs/lance-rest-service.md
index febfa7dc8e..f266787f50 100644
--- a/docs/lance-rest-service.md
+++ b/docs/lance-rest-service.md
@@ -171,7 +171,6 @@ Launch Lance REST service using Docker(You need to start
Gravitino server first)
```shell
docker run -d --name lance-rest-service -p 9101:9101 \
- -e LANCE_REST_GRAVITINO_URI=http://gravitino-host:8090 \
-e LANCE_REST_GRAVITINO_METALAKE_NAME=your_metalake_name \
-e LANCE_REST_GRAVITINO_URI=http://gravitino-host:port \
apache/gravitino-lance-rest:latest