Open
Description
Hi @lresende
I am creating new issue on continuation of the discussion #670 .
Here is my scenario.
- I am running EG 1.2 and Spark 2.3.1.
- I want to run multiple Notebook container in different system/VM which will connect to EG using websocket.
- EG kernel are running on host, Not of docker.
- User Notebook containers have i/p files. These i/p files will be used in the program written by the user. User also will generate some o/p files which will be accessed in the users own Notebook container.
How user (Notebook container) can work with own i/p and o/p files with EG kernel (cluster/non cluster) configured in different system/VM. Also how can i restrict access of user specific files between multiple users in the same scenario.
One more query: If any Notebook container tries to install any new python package with "conda install" or "pip install" , will this package get installed in all the nodes of the clustered KG? Although I have not checked this till now, but have plan to test this in later point of time.
Let me know if you more information on this.