SteNicholas opened a new pull request, #3345:
URL: https://github.com/apache/celeborn/pull/3345

   ### What changes were proposed in this pull request?
   
   Specify `extractionDir` of `AsyncProfilerLoader` with 
`celeborn.worker.storage.workingDir`.
   
   ### Why are the changes needed?
   
   `AsyncProfilerLoader` uses `user.home` directory to store the extracted 
libraries by default . When `user.home` directory is not initialized, it will 
cause `AsyncProfilerLoader#load` to fail. `extractionDir` of 
`AsyncProfilerLoader` could be specified with 
celeborn.worker.storage.workingDir to avoid failure of loading.
   
   Backport https://github.com/apache/spark/pull/51229.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manual test.


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

Reply via email to