This is an automated email from the ASF dual-hosted git repository.
adutra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 7e96aedc Doc: Update admin-tool.md (#857)
7e96aedc is described below
commit 7e96aedc5920c88c933876f52b20aa073bab7f9e
Author: Yufei Gu <[email protected]>
AuthorDate: Thu Jan 23 04:02:29 2025 -0800
Doc: Update admin-tool.md (#857)
Co-authored-by: Yufei Gu <yufei.apache.org>
---
site/content/in-dev/unreleased/admin-tool.md | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/site/content/in-dev/unreleased/admin-tool.md
b/site/content/in-dev/unreleased/admin-tool.md
index 7d0d7e54..0b21ea5e 100644
--- a/site/content/in-dev/unreleased/admin-tool.md
+++ b/site/content/in-dev/unreleased/admin-tool.md
@@ -17,20 +17,13 @@
# specific language governing permissions and limitations
# under the License.
#
-linkTitle: Polaris Admin Tool
-title: Apache Polaris (incubating) Admin Tool
+linkTitle: Admin Tool
+title: Admin Tool
type: docs
weight: 300
---
-In order to help administrators manage their Polaris metastore, Polaris
provides an administration
-tool.
-
-## How to Download the Admin Tool
-
-Make sure the admin tool and Polaris server are with the same version. If you
are using Polaris from
-the source code, you need to build the artifacts yourself by running the
following command:
-
+Polaris includes a tool for administrators to manage the metastore. You can
download it or build it using this command:
```shell
./gradlew :polaris-quarkus-admin:build -Dquarkus.container-image.build=true
```
@@ -43,6 +36,7 @@ The above command will generate:
## Usage
+Please make sure the admin tool and Polaris server are with the same version
before using it.
To run the standalone JAR, use the following command:
```shell