[SPARK-21965] [SparkR] Add createOrReplaceGlobalTempView and dropGlobalTempView for SparkR#19176
Closed
yanboliang wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-21965] [SparkR] Add createOrReplaceGlobalTempView and dropGlobalTempView for SparkR#19176yanboliang wants to merge 1 commit intoapache:masterfrom
yanboliang wants to merge 1 commit intoapache:masterfrom
Conversation
|
Test build #81592 has finished for PR 19176 at commit
|
Contributor
Author
|
cc @felixcheung |
Member
|
Wait. We had this in PR earlier?
And my suggestion is not to have this without having a method to control global session. As of now there isn't a way to keep a global session in R - everything stops when sparkR.session.stop()
I'll find the PR and the discussion there in later.
|
Member
|
I think it should be #17941. I was there too. |
Member
|
Ah yes thanks. I couldn't find it.
I think we should leave the JIRA open and explain we should consider multiple session support (could be a big change) or some workaround for a persisted global session in R.
|
Member
|
Ya. I was there, too. ;) |
Contributor
Author
|
Oh sorry, I didn't find that PR before. Let's discuss this issue in that JIRA, I'll close this PR. Thanks for all your kindly remind. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Add
createOrReplaceGlobalTempViewanddropGlobalTempViewfor SparkR.How was this patch tested?
Unit tests.