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

Consistency of spark and rmr backends #68

Open
piccolbo opened this issue Feb 5, 2015 · 0 comments
Open

Consistency of spark and rmr backends #68

piccolbo opened this issue Feb 5, 2015 · 0 comments

Comments

@piccolbo
Copy link
Collaborator

piccolbo commented Feb 5, 2015

Because of the deep differences in the backends, despite best efforts some semantic differences have trickled into the API

  • output function path is mandatory for spark, as we don't have a system of temp files as we do for rmr (we use rdds instead), Related is the fact that the output function returns a path on the spark backend and a big data object (temp file) on rmr. The big data object can encapsulate either a temporary or a permanent location. The equivalent on spark is the rdd and is always temporary
  • list of supported formats is different
  • system of custom formats is much more restricted in sparkR

The goal of this issue is to list these differences that spawn specific efforts to reduce or eliminate them, or if necessary document them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant