nylqd commented on issue #9162: URL: https://github.com/apache/hudi/issues/9162#issuecomment-1631793719
> @nylqd Can you please share the permissions for all directories under: > > > > ``` > > /path_to_hudi_table/.hoodie/.aux/ckp_meta/. > > ``` > > > > When restarting a job, under normal conditions, the `ckp_meta` is deleted and recreated again. > > > > The code (from master branch, iiuc, the code for this section hasn't changed that much since 0.11) for it is shown below: > > > > <img width="416" alt="image" src="https://github.com/apache/hudi/assets/6312314/bbf1884c-7daa-45e7-9624-e292c529c9e9"> > > > > This is how mkdirs is implemented > > > > <img width="488" alt="image" src="https://github.com/apache/hudi/assets/6312314/20772086-7a6c-40b5-a812-bd1d7d4fa1be"> > > > > Of which the default permissions of 777 is used > > <img width="398" alt="image" src="https://github.com/apache/hudi/assets/6312314/c4204d06-1ca6-4c86-b9b8-7419f87d8968"> this aux dir while job is running  after stop the job  -- 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]
