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

Pipe API without expectation that return value is GenomicRDD #1788

Open
heuermh opened this issue Oct 30, 2017 · 5 comments
Open

Pipe API without expectation that return value is GenomicRDD #1788

heuermh opened this issue Oct 30, 2017 · 5 comments

Comments

@heuermh
Copy link
Member

heuermh commented Oct 30, 2017

No description provided.

@fnothaft
Copy link
Member

What's the use case? Its hard to understand what this means without a usage example.

@heuermh
Copy link
Member Author

heuermh commented Oct 30, 2017

Streaming out to external applications via one of the ADAM formats Formatters but streaming back into non-Genomic RDD or Dataset/DataFrame, say generic text/csv/etc.

@fnothaft
Copy link
Member

Ah, I see. Would the return type be RDD[String] and each record would be a line?

@heuermh
Copy link
Member Author

heuermh commented Nov 21, 2017

Would the return type be RDD[String] and each record would be a line?

Yes, I believe that would be sufficient.

@fnothaft
Copy link
Member

Do you want to take this for 0.25.0? I would imagine the converse RDD[String] => GenomicRDD could be valuable as well.

@heuermh heuermh added this to the 1.0.0 milestone Jan 14, 2019
@heuermh heuermh removed this from the 1.0.0 milestone May 9, 2022
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

2 participants