kou commented on issue #7864:
URL: https://github.com/apache/arrow/issues/7864#issuecomment-666697852
> What command can I use to stop the plasma_store from a shell script?
```bash
kill ${PLASMA_STORE_PID}
```
> And can the plasma store be started from the python code?
```python
import pyarrow.plasma as plasma
with plasma.start_plasma_store(...):
....
```
See also:
https://github.com/apache/arrow/blob/master/python/pyarrow/plasma.py#L82
----------------------------------------------------------------
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:
[email protected]