Skip to content

Conversation

@kangpinghuang
Copy link
Contributor

No description provided.

@chaoyli chaoyli merged commit 68e9796 into apache:be_refactor Jun 21, 2019
luwei16 pushed a commit to luwei16/Doris that referenced this pull request Apr 7, 2023
…#1352)

select ... oufile:

```
select * from t228 into outfile "s3://justtmp-bj-1308700295/meiyi_cloud_test/t228/3/" 
format as csv properties (
    "AWS_ENDPOINT" = "http://cos.ap-beijing.myqcloud.com",
    "AWS_ACCESS_KEY" = "xxx",
    "AWS_SECRET_KEY"="xxxx",
    "AWS_REGION" = "ap-beijing",
    "column_separator" = ","
);
```

export table:

```
EXPORT TABLE t228 TO "s3://justtmp-bj-1308700295/meiyi_cloud_test/t228/5/" 
PROPERTIES (
  "column_separator"=","
) WITH s3 (
  "AWS_ENDPOINT" = "http://cos.ap-beijing.myqcloud.com",
    "AWS_ACCESS_KEY" ="xxxx",
    "AWS_SECRET_KEY"="yyyy",
    "AWS_REGION" = "ap-beijing",
    "column_separator" = ","
);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants