We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0
[Bug] 导出同一个k8s集群的minio使用内部域名的方式会报错,使用serviceIp的方式可以
能使用内部域名
使用k8s 方式安装 执行 SELECT * FROM test.user INTO OUTFILE "s3://doris/user_result_" FORMAT AS CSV PROPERTIES( "s3.endpoint" = "http://minio.minio:9000", "s3.region" = "us-east1", "s3.access_key"= "admin", "s3.secret_key" = "" );
No response
The text was updated successfully, but these errors were encountered:
大佬,这个问题解决了吗,我这里也遇到了这样的问题
Sorry, something went wrong.
try use "use_path_style" = "true" in prop
看起来也不行,storage 可以创建成功了,但是在使用的时候还是报403,貌似是FE可以正常访问了(表也能创建成功),但是BE还是无法访问(无法写入和查询)
No branches or pull requests
Search before asking
Version
3.0.0
What's Wrong?
[Bug] 导出同一个k8s集群的minio使用内部域名的方式会报错,使用serviceIp的方式可以
What You Expected?
能使用内部域名
How to Reproduce?
使用k8s 方式安装 执行
SELECT * FROM test.user
INTO OUTFILE "s3://doris/user_result_"
FORMAT AS CSV
PROPERTIES(
"s3.endpoint" = "http://minio.minio:9000",
"s3.region" = "us-east1",
"s3.access_key"= "admin",
"s3.secret_key" = ""
);
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: