CREATE REPOSITORY test_repo
WITH BROKER
ON LOCATION “s3://bucket/test”
PROPERTIES(
“aws.s3.access_key” = “”,
“aws.s3.secret_key” = “”,
“aws.s3.endpoint” = “http://domin:ip”
); 桶和域名都确定正确,但是报错Failed to create repository: failed to list remote path: s3://xxxx/test/__starrocks_repository_test_repo/__repo_info.
msg: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.s3a.MyS3ClientFactory not found
s3存储是自建存储
【是否存算分离】否
【StarRocks版本】3.3.5
【集群规模】例如:3fe(1 follower+2observer)+3be(fe与be混部)
