sercanCyberVision commented on PR #4293: URL: https://github.com/apache/hive/pull/4293#issuecomment-1585744057
@deniskuzZ Followed your suggestion and created both session scratch dirs with all the permissions, and checked them; ``` > ll ql/target/tmp drwxrwxrwx 3 sercan sercan 4096 Jun 10 13:10 localscratchdir/ drwxrwxrwx 3 sercan sercan 4096 Jun 10 13:10 scratchdir/ ``` The unit test itself is okay anyway, it passed; ``` [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 ``` But I am not sure how to proceed now :) Should we revert this solution and create another PR? Or can you add attached patch to your open PR? [scratchDir_permissions.zip](https://github.com/apache/hive/files/11712947/scratchDir_permissions.zip) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
