Re: Differents in loading data using spark datasource api and using jdbc
Hi, As I understand JDBC is meant for moderate voulme of data but Datasource api is a better option if volume of data volume is more Datasource API is not available is lower version of Spark such as 1.2.0 Regards, Satish On Tue, Aug 11, 2015 at 8:53 AM, 李铖 wrote: > Hi,everyone. > > I have one q
Differents in loading data using spark datasource api and using jdbc
Hi,everyone. I have one question in loading data using spark datasource api and using jdbc that which way is effective?