-
Notifications
You must be signed in to change notification settings - Fork 31
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
[SparkR-237][WIP] Work around fix with cleanClosure() in SparkR. #72
base: master
Are you sure you want to change the base?
Conversation
The workaround is pretty heavy handed and at times puzzling. It boils down to
I have multiple problems with this
By the way, cleanClosure is probably also implicated in SparkR-238. Moreover, as I was reviewing your code, it was clear it was not able to support advanced R features like get, assign, eval/as.name, e.g. So to summarize, I can't merge this. If you want just as an experiment, I can merge into a different branch but I can tell you right away these changes are not going into master now or later. |
Thanks @piccolbo for your feedback. I will not try to merge this PR, and instead it just gives you an idea of what
|
OK thanks, I am bringing the discussion back to the ticket. On Wed, Mar 25, 2015 at 8:52 AM, hlin09 [email protected] wrote:
|
@piccolbo I have submitted a new patch in
SparkR
that fixes some of the major issues ofcleanClosure
. Some other issues might take longer to fix, so I submitted this PR as a quick work around with minimal changes toplyrmr
. Currently in my local setup, it passes the examples but fails at the first test. If you have time, you could try this patch and maybe give me some pointers about the error messages. Thanks.