You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a backend to add Spark connection support using the SparkR library.
There are actually two libraries which permit Spark connection with R: SparkR and Sparklyr.
Even if the Sparklyr interface exists, SparkR is the Spark official one and allow the user to follow Spark syntax and perform lazy and distributed computation before data retrieval.
I think it would be useful for users working with the SparkR library to have a DBI interface to keep compatibility with many R tools and packages.
Hello,
I've created a backend to add Spark connection support using the SparkR library.
There are actually two libraries which permit Spark connection with R: SparkR and Sparklyr.
Even if the Sparklyr interface exists, SparkR is the Spark official one and allow the user to follow Spark syntax and perform lazy and distributed computation before data retrieval.
I think it would be useful for users working with the SparkR library to have a DBI interface to keep compatibility with many R tools and packages.
My package repository is: https://github.com/alibell/SparkR-DBI
Related PR: #77
Thank you
The text was updated successfully, but these errors were encountered: