You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/26 04:04:23 UTC

[GitHub] [doris] lixiaohang1994 opened a new issue, #13676: [Feature]

lixiaohang1994 opened a new issue, #13676:
URL: https://github.com/apache/doris/issues/13676

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   Doris s3 load table 需要在SQL指定key 和secret,一是比较麻烦 二是密码安全问题,建议是否可以像hadoop 配置文件一样配置在conf中?一般针对aws的机器可以默认从~/aws/config直接读取配置
   
   ### Use case
   
       LOAD LABEL example_db.exmpale_label_1
       (
           DATA INFILE("s3://your_bucket_name/your_file.txt")
           INTO TABLE load_test
           COLUMNS TERMINATED BY ","
       )
       WITH S3
       (
           "AWS_ENDPOINT" = "AWS_ENDPOINT",
           "AWS_ACCESS_KEY" = "AWS_ACCESS_KEY",
           "AWS_SECRET_KEY"="AWS_SECRET_KEY",
           "AWS_REGION" = "AWS_REGION"
       )
       PROPERTIES
       (
           "timeout" = "3600"
       );
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] morningman commented on issue #13676: [Feature]

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #13676:
URL: https://github.com/apache/doris/issues/13676#issuecomment-1291563145

   Hi @lixiaohang1994 , could you give some example of `~/aws/config`, or some document about this config?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org