blob: db447c86fc88602155326abe67b2bc3a07376db0 [file] [log] [blame]
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';