Hey everyone,

I have a use case where I will be processing data in Spark and then writing
it back to MS SQL Server.

Is it possible to use bulk insert functionality and/or batch the writes
back to SQL?

I am using the DataFrame API to write the rows:

sqlContext.write.jdbc(...)

Thanks in advance for any ideas or assistance!
Subhash

Reply via email to