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

Support serialization of case classes and java beans #365

Closed
costin opened this issue Jan 27, 2015 · 1 comment
Closed

Support serialization of case classes and java beans #365

costin opened this issue Jan 27, 2015 · 1 comment

Comments

@costin
Copy link
Member

costin commented Jan 27, 2015

It is common for RDDs to have as a type a rich object such as a case class or a JavaBean which are self describing and should be possible to serialize out-of-the-box without a Map transformation.
P.S. The Spark support already supports Tuples which are a type of case classes ...

@costin
Copy link
Member Author

costin commented Feb 2, 2015

Addressed in master.

@costin costin closed this as completed Feb 2, 2015
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