Skip to content

[SPARK-12792][SPARKR] Refactor RRDD to support R UDF.#12024

Closed
sun-rui wants to merge 5 commits intoapache:masterfrom
sun-rui:SPARK-12792_new
Closed

[SPARK-12792][SPARKR] Refactor RRDD to support R UDF.#12024
sun-rui wants to merge 5 commits intoapache:masterfrom
sun-rui:SPARK-12792_new

Conversation

@sun-rui
Copy link
Contributor

@sun-rui sun-rui commented Mar 29, 2016

What changes were proposed in this pull request?

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.

How was this patch tested?

dev/lint-r
SparkR unit tests

@sun-rui
Copy link
Contributor Author

sun-rui commented Mar 29, 2016

@davies, this is the new PR.

@SparkQA
Copy link

SparkQA commented Mar 29, 2016

Test build #54405 has finished for PR 12024 at commit 1eda42c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@davies
Copy link
Contributor

davies commented Mar 29, 2016

Merging into master, thanks!

@asfgit asfgit closed this in d3638d7 Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants