My customer has a AD connector configured on Jupyterhub installed on AWS EMR so that different users will be authenticated on jupyterhub via AD. The current understanding is when different users submit their spark job through Jupyter notebook on Jupyterhub to the shared underlying EMR spark engine, the spark job will be submitted via Livy to spark engine. Each Livy session will has a related spark session mapped to it(that is my current understanding and correct me if I am wrong)
The question is whether different Jupyterhub user will share the same Livy session (then different spark session) or different Livy session (then different spark session)?
The only limited material I can find is:
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-jupyterhub.html
Thanks very much in advance!