nylqd commented on issue #9162: URL: https://github.com/apache/hudi/issues/9162#issuecomment-1630060302
> Are you restarting the job with the hadoop user that you initially created the table with? If not, possible to ensure that the job is started with the same hadoop user as the one that you created the table with? we do steps as follow: 1. submit flink job w/ hadoop user A 2. cancel with savepoints use rest api 3. start job with savepoint from step 1 (same hadoop user A) then we got permission problem, `AccessControlException: Permission denied: user=A, access=ALL,inode="/path_to_hudi_table/.hoodie/.aux/ckp_meta":A:hadoop:drw-------` -- 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]
