pingcap / tispark

TiSpark is built for running Apache Spark on top of TiDB/TiKV
Apache License 2.0
883 stars 244 forks source link

Support TiSparkR with dplyr/sparklyr #348

Open harryprince opened 6 years ago

harryprince commented 6 years ago

dplyr can connect tidb/spark at remote mode. Is it possible add TiSparkR support the remote mode too?

sparklyr/dplyr is a better spark interface than SparkR in R community. R user can connect TiSpakr like Tidb, and don't need to change any code.

ilovesoup commented 6 years ago

Thanks for the suggestion and we will take a look.