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


RE: Multi-tenant?

2014-04-15 Thread Ian Ferreira
Thanks Matei!

Sent from my Windows Phone

From: Matei Zaharia<mailto:matei.zaha...@gmail.com>
Sent: ‎4/‎15/‎2014 7:14 PM
To: user@spark.apache.org<mailto:user@spark.apache.org>
Subject: Re: Multi-tenant?

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  wrote:

> 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  wrote:

> 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?
> 



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?