[SparkR-237][WIP] Work around fix with cleanClosure() in SparkR.#72
[SparkR-237][WIP] Work around fix with cleanClosure() in SparkR.#72hlin09 wants to merge 1 commit into
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 notifications@github.com wrote:
|
@piccolbo I have submitted a new patch in
SparkRthat 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.