doris Export 到 S3 ,这个报错如何处理

Viewed 3

ErrorMsg: type:RUN_FAIL; msg:errCode = 2, detailMessage = (172.25.62.199)[INTERNAL_ERROR]error status [IO_ERROR]failed to upload part (bucket=cmp, key=s3://cmp/export/20251027/scb_db/mylog244log_p202510277441166bce5a4581-bb4764bdd063b1ef_0.csv, part_num=55, up_load_id=h1991823_c46_3689232): curlCode: 28, Timeout was reached, exception , error code -1image.png

EXPORT TABLE xxx
PARTITION (p20251026)
TO "s3://xxxx/xxxx/export_cxxxxlog_p20251026"
PROPERTIES (
"column_separator" = "\x01",
"line_delimiter" = "\n",
"parallelism" = "8",
"max_file_size"="2G"
) WITH S3 (
"s3.endpoint" = "http://xxxxx:xxxx",
"s3.region" = "sz",
"s3.secret_key" = "xxx",
"s3.access_key" = "xxx"
);

0 Answers