This might be helpful:
http://stackoverflow.com/questions/23995040/write-to-multiple-outputs-by-key-spark-one-spark-job

On Tue Jan 27 2015 at 07:45:18 Sharon Rapoport <sha...@plaid.com> wrote:

> Hi,
>
> I have an rdd of [k,v] pairs. I want to save each [v] to a file named [k].
> I got them by combining many [k,v] by [k]. I could then save to file by
> partitions, but that still doesn't allow me to choose the name, and leaves
> me stuck with foo/part-0000...
>
> Any tips?
>
> Thanks,
> Sharon
>

Reply via email to