Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-15884][SparkR][SQL] Overriding stringArgs in MapPartitionsInR #13610

Closed

Conversation

NarineK
Copy link
Contributor

@NarineK NarineK commented Jun 10, 2016

What changes were proposed in this pull request?

As discussed in #12836
we need to override stringArgs method in MapPartitionsInR in order to avoid too large strings generated by "stringArgs" method based on the input arguments.

In this case exclude some of the input arguments: serialized R objects.

How was this patch tested?

Existing test cases

@NarineK
Copy link
Contributor Author

NarineK commented Jun 10, 2016

@sun-rui , @liancheng, @shivaram

@NarineK NarineK changed the title overwritting stringArgs in MapPartitionsInR Overriding stringArgs in MapPartitionsInR Jun 10, 2016
@shivaram
Copy link
Contributor

Thanks @NarineK - Change looks pretty good to me. Minor comment: Can you update the title to have [SPARKR][SQL][SPARK-###] at the beginning ?

@liancheng
Copy link
Contributor

LGTM pending Jenkins, and the PR title change. Thanks!

@NarineK NarineK changed the title Overriding stringArgs in MapPartitionsInR [SPARKR][SQL][SPARK-15884] Overriding stringArgs in MapPartitionsInR Jun 10, 2016
@NarineK
Copy link
Contributor Author

NarineK commented Jun 10, 2016

Thanks! Changed the title!

@NarineK NarineK changed the title [SPARKR][SQL][SPARK-15884] Overriding stringArgs in MapPartitionsInR [SPARK-15884][SPARKR][SQL] Overriding stringArgs in MapPartitionsInR Jun 10, 2016
@NarineK NarineK changed the title [SPARK-15884][SPARKR][SQL] Overriding stringArgs in MapPartitionsInR [SPARK-15884][SparkR][SQL] Overriding stringArgs in MapPartitionsInR Jun 10, 2016
@SparkQA
Copy link

SparkQA commented Jun 10, 2016

Test build #60318 has finished for PR 13610 at commit 939dbd5.

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

@liancheng
Copy link
Contributor

Merging to master and branch-2.0. Thanks!

@asfgit asfgit closed this in 54f758b Jun 11, 2016
asfgit pushed a commit that referenced this pull request Jun 11, 2016
## What changes were proposed in this pull request?

As discussed in #12836
we need to override stringArgs method in MapPartitionsInR in order to avoid too large strings generated by "stringArgs" method based on the input arguments.

In this case exclude some of the input arguments: serialized R objects.

## How was this patch tested?
Existing test cases

Author: Narine Kokhlikyan <narine.kokhlikyan@gmail.com>

Closes #13610 from NarineK/dapply_MapPartitionsInR_stringArgs.

(cherry picked from commit 54f758b)
Signed-off-by: Cheng Lian <lian@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants