hi,
I have a AD plugin connected to my jupyterhub installation so that users will be authenticated on jupyterhub via AD connector. The issue is if different users submit their spark job through jupyter notebook on jupyterhub to the shared underlying spark engine, is there a way that each user will have their isolated spark session instead of the shared one?
thanks very much in advance!