dongjoon-hyun commented on PR #44127:
URL: https://github.com/apache/spark/pull/44127#issuecomment-1849119728

   It seems that you are hitting Mac-only `/tmp` issue. Could you try the 
following?
   ```
   $ ls -al /tmp/aaa
   total 0
   drwxr-xr-x@ 2 dongjoon  wheel   64 Dec 10 15:11 .
   drwxrwxrwt  9 root      wheel  288 Dec 10 15:11 ..
   ```
   
   ```
   $ jshell
   |  Welcome to JShell -- Version 17.0.9
   |  For an introduction type: /help intro
   
   jshell> 
java.nio.file.Files.createDirectories(java.nio.file.Paths.get("/tmp/aaa"))
   $1 ==> /tmp/aaa
   ```


-- 
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]

Reply via email to