|
Whatever you want to do, if you really
have to do it that way, don't use Spark. And the answer to your
question is : Spark automatically "interleaves" stages that can be
interleaved.
Now, I do not believe that you really want to do that. You probably should just do a filter + map or a flatmap. But explain what you're trying to achieve so we can recommend you with a better way. Guillaume
--
|
- Interleaving stages David Thomas
- Re: Interleaving stages Mark Hamstra
- Re: Interleaving stages David Thomas
- Re: Interleaving stages Guillaume Pitel
- Re: Interleaving stages Prashant Sharma
- Re: Interleaving stages David Thomas
- Re: Interleaving stages Evan R. Sparks

