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

Added support for operator pipelining #14

Merged
merged 1 commit into from
Jun 26, 2019
Merged

Added support for operator pipelining #14

merged 1 commit into from
Jun 26, 2019

Conversation

pgaref
Copy link
Collaborator

@pgaref pgaref commented Jun 26, 2019

Pipelined functions support

Addressing (#13) issue

  • Multiple pipelined functions like filter, map, flatMap are now shipped to SGXWorker at once
  • Added special Char (FUNC_END) to distinguish when function serialization is done
  • Added special Func type (PIPELINED) when multiple functions should be applied
  • TODO: support mapWithIndex special case and Glom

How was this patch tested?

Extra unit test cases on RDDSuiteSGX

Please review http://spark.apache.org/contributing.html before opening a pull request.

* Multiple pipelined functions like filter, map, flatMap are now shipped to SGXWorker at once
* Added special Char (FUNC_END) to distinguish when function serialization is done
* Added special Func type (PIPELINED) when multiple functions should be applied
* TODO: support mapWithIndex special case and Glom
@pgaref pgaref changed the title Added support for operator pipelining #13 Added support for operator pipelining Jun 26, 2019
@pgaref pgaref merged commit 8f51466 into master Jun 26, 2019
@pgaref pgaref deleted the mapPipeline branch July 3, 2019 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant