Description
Extract the logic in compute() to a new class named RRunner, similar to PythonRunner in the PythonRDD class. It can be used to run R UDFs.
Attachments
Issue Links
- is depended upon by
-
SPARK-13178 RRDD faces with concurrency issue in case of rdd.zip(rdd).count()
- Resolved
- is related to
-
SPARK-10714 Refactor PythonRDD to decouple iterator computation from PythonRDD
- Resolved
- links to