Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 2.15 KB

configuration.md

File metadata and controls

13 lines (12 loc) · 2.15 KB
title slug keyword license
Gravitino connector Configuration
/trino-connector/configuration
gravitino connector trino
Copyright 2023 Datastrato Pvt Ltd. This software is licensed under the Apache License version 2.
Property Type Default Value Description Required Since Version
connector.name string (none) The connector.name defines the name of Trino connector, this value is always 'gravitino'. Yes 0.2.0
gravitino.metalake string (none) The gravitino.metalake defines which metalake in Gravitino server the Trino connector uses. Trino connector should set it at start, the value of gravitino.metalake needs to be a valid name, Trino connector can detect and load the metalake with catalogs, schemas and tables once created and keep in sync. Yes 0.2.0
gravitino.uri string http://localhost:8090 The gravitino.uri defines the connection URL of the Gravitino server, the default value is http://localhost:8090. Trino connector can detect and connect to Gravitino server once it is ready, no need to start Gravitino server beforehand. Yes 0.2.0