cbomgit commented on issue #10785: URL: https://github.com/apache/hudi/issues/10785#issuecomment-1974850671
Running the cleaner as a separate job fails as well. Using the following args: ``` spark-submit --master yarn --deploy-mode cluster --class org.apache.hudi.utilities.HoodieCleaner /usr/lib/hudi/hudi-utilities-bundle.jar --target-base-path s3://table-path --props s3://table-path/.hoodie/hoodie.properties --hoodie-conf hoodie.cleaner.policy=KEEP_LATEST_FILE_VERSIONS --hoodie-conf hoodie.cleaner.fileversions.retained=2 --hoodie-conf hoodie.cleaner.policy.failed.writes=LAZY --hoodie-conf hoodie.write.lock.provider=org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider --hoodie-conf hoodie.write.lock.dynamodb.table=HoodieLockTable --hoodie-conf hoodie.metadata.enable=false --hoodie-conf hoodie.write.lock.dynamodb.region=us-east-1 ``` -- 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]
