Doris 3.0.1 Storage Vault对接Azure Blob报UnknownHostException #40700
Unanswered
cjj198909
asked this question in
A - General / Q&A
Replies: 2 comments
-
|
建议英文提问,如使用中文提问,可以去ask.selectdb.com中文技术论坛。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@cjj198909 Hey were you able to resolve this. I am facing a similar issue with Azure and Doris compute storage seperation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
创建Azure Blob的Storage Vault时报错UnknownHostException,在fe/be/ms/re中均可以正常解析blob endpoint。
SQL:
CREATE STORAGE VAULT IF NOT EXISTS ssb_azure_vault2
PROPERTIES (
"type"="S3",
"s3.endpoint" = "studysa2024.blob.core.windows.net/",
"s3.bucket" = "studysa2024",
"s3.root.path" = "doris-cloud",
"s3.access_key" = "studysa2024",
"s3.secret_key" = "keyxxxx",
"provider" = "AZURE"
);
response:
ERROR 1105 (HY000): errCode = 2, detailMessage = ping s3 failed(upload), status: [COMMON_ERROR, msg: connect to s3 failed: Received an UnknownHostException when attempting to interact with a service. See cause for the exact endpoint that is failing to resolve. If this is happening on an endpoint that previously worked, there may be a network connectivity issue or your DNS cache could be storing endpoints for too long.], properties: "s3.region" = "blob", "s3.endpoint" = "http://studysa2024.blob.core.windows.net/", "provider" =
另外还想咨询下s3.bucket是否配置为Blob Storage Account Name,s3.root.path配置为Container以及prefix?
Beta Was this translation helpful? Give feedback.
All reactions