LeonYoah commented on issue #6678: URL: https://github.com/apache/seatunnel/issues/6678#issuecomment-2055915607
## s3n is because the S3Conf obtained from AggregatedCommit does not use this buildWithConfig method, but uses DEFAULT_SCHEMA. debug finds that it seems to be related to dag: ### buildWithConfig method screenshot:  ### DAG initialization S3conf screenshot:   ### AggregatedCommit获取的hadoopconf和shema截图:  ## So far I have found two solutions: ### 1. Change DEFAULT_SCHEMA to s3a:  ### 2. Set up the profile:  _ But I am not familiar with the code of dag and AggregatedCommint, I need to ask my teacher to help me look at the root cause! _ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
