nylqd opened a new issue, #9162: URL: https://github.com/apache/hudi/issues/9162
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** using version 0.11.0 w/ flink 1.15.0, get permission denied accessing `/path_to_hudi_table/.hoodie/.aux/ckp_meta` when restart flink job. **To Reproduce** Steps to reproduce the behavior: 1. using version 0.11.0 w/ flink 1.15.0 2. cancel flink job w/ savepoint 3. start job w/ savepoint from step 2 4. got AccessControlException: Permission denied: user=user_name, access=ALL, inode="/path_to_hudi_table/.hoodie/.aux/ckp_meta":user_name:hadoop:drw------- **Expected behavior** successfully start the Flink Job **Environment Description** * Hudi version : 0.11.0 * Spark version : flink 1.15.0 * Hive version : 3.1.1 * Hadoop version : 3.1.1 * Storage (HDFS/S3/GCS..) : HDFS * Running on Docker? (yes/no) : no **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
