Re: Spark for distributed dbms cluster

2015-06-26 Thread Akhil Das
Which distributed database are you referring here? Spark can connect with almost all those databases out there (You just need to pass the Input/Output Format classes or there are a bunch of connectors also available). Thanks Best Regards On Fri, Jun 26, 2015 at 12:07 PM, louis.hust wrote: > Hi,

Spark for distributed dbms cluster

2015-06-25 Thread louis.hust
Hi, all For now, spark is based on hadoop, I want use a database cluster instead of the hadoop, so data distributed on each database in the cluster. I want to know if spark suitable for this situation ? Any idea will be appreciated!