[Bug] s3://paas-flink-prod/.../bucket-0/data-5da975ee-318e-4ba4-b3f7-ad112dae5247-0.parquet is not a Parquet file. Expected magic number at tail, but found [21, 0, 21, -32] #5081
Labels
bug
Something isn't working
Search before asking
Paimon version
paimon-flink-1.20-1.0.1.jar
paimon-s3-1.0.1.jar
paimon-flink-action-1.0.1.jar
Compute Engine
flink-1.20.0
Minimal reproduce step
Use mysql cdc sync table to paimon table which on s3. it cannot complet checkpoint, taskmanager report:
I have downloaded this parquet and checked it is ok.
cdc params:
local:///opt/flink/usrlib/paimon-flink-action-1.0.1.jar
mysql_sync_table
--warehouse s3://paas-flink-prod/flink-paimon/wh
--database chen
--table department
--mysql_conf hostname=rm-xxx.mysql.rds.aliyuncs.com
--mysql_conf username=**
--mysql_conf password='**'
--mysql_conf database-name='xxx'
--mysql_conf table-name='department'
What doesn't meet your expectations?
it's cannot use s3 as paimon warehouse backend storage, hdfs is ok.
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: