Spark Connect Multi-tenant Support

2023-09-22 Thread Kezhi Xiong
Hi, >From Spark Connect's official site's image, it mentions the "Multi-tenant Application Gateway" on driver. Are there any more documents about it? Can I know how users can utilize such a feature? Thanks, Kezhi

Multi-tenant?

2014-04-15 Thread Ian Ferreira
What is the support for multi-tenancy in Spark. I assume more than one driver can share the same cluster, but can a driver run two jobs in parallel?

Re: Multi-tenant?

2014-04-15 Thread Matei Zaharia
Yes, both things can happen. Take a look at http://spark.apache.org/docs/latest/job-scheduling.html, which includes scheduling concurrent jobs within the same driver. Matei On Apr 15, 2014, at 4:08 PM, Ian Ferreira ianferre...@hotmail.com wrote: What is the support for multi-tenancy in

RE: Multi-tenant?

2014-04-15 Thread Ian Ferreira
Thanks Matei! Sent from my Windows Phone From: Matei Zahariamailto:matei.zaha...@gmail.com Sent: ‎4/‎15/‎2014 7:14 PM To: user@spark.apache.orgmailto:user@spark.apache.org Subject: Re: Multi-tenant? Yes, both things can happen. Take a look at http