yhyyz commented on issue #6900: URL: https://github.com/apache/hudi/issues/6900#issuecomment-1287161190
using the following command, the log file: https://dxs9dnjebzm6y.cloudfront.net/tmp/metadata-table-validator.log ``` basePath=s3://xxxxx/hudi-bloom/multi-thread-105/cdc_test_db/dhdata_13/ spark-submit \ --class org.apache.hudi.utilities.HoodieMetadataTableValidator \ --master yarn \ --driver-memory 2g \ --executor-memory 4g \ /usr/lib/hudi/hudi-utilities-bundle_2.12-0.11.0-amzn-0.jar \ --base-path $basePath \ --validate-latest-file-slices \ --validate-latest-base-files \ --validate-all-file-groups ``` -- 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]
