12 lines
332 B
SQL
12 lines
332 B
SQL
CREATE CATALOG `hive` PROPERTIES (
|
|
"type"="hms",
|
|
'hive.metastore.uris' = 'thrift://hive-metastore:9083',
|
|
"s3.access_key" = "minio",
|
|
"s3.secret_key" = "minio123",
|
|
"s3.endpoint" = "http://minio:9000",
|
|
"s3.region" = "us-east-1",
|
|
"use_path_style" = "true"
|
|
);
|
|
|
|
ALTER SYSTEM ADD BACKEND 'doris-hudi-env:9050';
|