Skip to content
  • Sun Rui's avatar
    40984f67
    [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF. · 40984f67
    Sun Rui authored
    Refactor RRDD by separating the common logic interacting with the R worker to a new class RRunner, which can be used to evaluate R UDFs.
    
    Now RRDD relies on RRuner for RDD computation and RRDD could be reomved if we want to remove RDD API in SparkR later.
    
    Author: Sun Rui <rui.sun@intel.com>
    
    Closes #10947 from sun-rui/SPARK-12792.
    40984f67
    [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF.
    Sun Rui authored
    Refactor RRDD by separating the common logic interacting with the R worker to a new class RRunner, which can be used to evaluate R UDFs.
    
    Now RRDD relies on RRuner for RDD computation and RRDD could be reomved if we want to remove RDD API in SparkR later.
    
    Author: Sun Rui <rui.sun@intel.com>
    
    Closes #10947 from sun-rui/SPARK-12792.
Loading