I have a set of binary files and I would like to create an RDD out of them and pipe them through an external process. So how do I create an RDD of such objects? For quick prototyping, can I do it without using HDFS?
- RDD of binary files David Thomas
- Re: RDD of binary files Nick Pentreath
