kou commented on issue #7864:
URL: https://github.com/apache/arrow/issues/7864#issuecomment-667403163


   For socket path: 
https://arrow.apache.org/docs/developers/contributing.html#report-bugs-and-propose-features
   
   For stopping `plasma-store-server`,
   
   ```python
   with plasma.start_plasma_store(...):
       ....
   ```
   
   will stop the started `plasma-store-server` when you leave the `with` block.
   
   You can use `proc.kill()` with `plasma_store_name, proc = 
plasma.start_plasma_store(...)`.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to