| commit | fb4acad109ba2c15d78badadcb64be17806f47d0 | [log] [tgz] |
|---|---|---|
| author | Heng Qin <qqtt@123.com> | Sat Dec 09 12:01:57 2023 +0800 |
| committer | Heng Qin <qqtt@123.com> | Sat Dec 09 12:01:57 2023 +0800 |
| tree | 0e8d300e28f44fdac7c674f654ed5e1586195301 | |
| parent | 23be60a676a39734e2c6ed6d427524a76a0a1707 [diff] |
fix
Gravitino is a high-performance, geo-distributed, and federated metadata lake. It manages the metadata directly in different sources, types, and regions. It also provides users with unified metadata access for data and AI assets.
Gravitino aims to provide several key features:
You can find the latest Gravitino documentation here in the doc folder, The README file only contains basic setup instructions.
Gravitino builds Gradle. To build Gravitino, please run:
./gradlew clean build -x test
If you want to build a distribution package, please run:
./gradlew compileDistribution -x test
to build a distribution package.
Or:
./gradlew assembleDistribution -x test
to build a compressed distribution package.
For the details of building and testing Gravitino, please see How to build Gravitino.
The Gravitino server configuration file, gravitino.conf, located in the conf directory and follows the standard property file format. You can modify the configuration within this file.
To start the Gravitino server, please run:
./bin/gravitino.sh start
To stop the Gravitino server, please run:
./bin/gravitino.sh stop
Gravitino provides a Trino connector to access the metadata in Gravitino. To use Trino with Gravitino, please follow the trino-gravitino-connector doc.
Gravitino is under the Apache License Version 2.0, See the LICENSE for the details.
Apache®, Apache Hadoop®, Apache Hive™, Apache Iceberg™, Apache Kafka®, Apache Spark™, Apache Submarine™, Apache Thrift™ and Apache Zeppelin™ are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.