github-actions[bot] commented on issue #10340: URL: https://github.com/apache/dolphinscheduler/issues/10340#issuecomment-1144529787
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened After configuring HDFS, uploading too large files (90MB) using the resource center fails, but small files are ok. Guess: cannot upload files larger than the HDFS data block size (64MB), check the log error message: no suitable decomposer.  ### What you expected to happen In the previous version (2.0.5), this function can be used normally, but the upgraded version 3.0.0-alpha and 3.0.0-beta-1 cannot be used normally. ### How to reproduce After the cluster is deployed, configure HDFS, use the Hadoop cluster NameNode configured with HA, and upload a file over 128MB (more than HDFS data blocks) after completion ### Anything else The problem occurs every time, and the relevant logs are in the latest files under api-server/logs under the installation directory. ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [X] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
