Trino #
命令 #
./bin/launcher --etc-dir=./etc --data-dir=/data/trino status
catalog #
iceberg + oss #
iceberg.properties
connector.name=iceberg
iceberg.catalog.type=jdbc
iceberg.jdbc-catalog.catalog-name=default
iceberg.jdbc-catalog.driver-class=com.mysql.cj.jdbc.Driver
iceberg.jdbc-catalog.connection-url=jdbc:mysql://172.22.1.85:3360/iceberg_jdbc
iceberg.jdbc-catalog.connection-user=iceberg
iceberg.jdbc-catalog.connection-password=YykkS!Dd
iceberg.jdbc-catalog.default-warehouse-dir=s3a://iceberg/warehouse
hive.s3.aws-access-key=admin
hive.s3.aws-secret-key=1qaz@WSX
hive.s3.endpoint=http://172.22.1.133:39000
hive.s3.region=us-east-1