Spark has a robust execution model with the following features that are not
part of phoenix
* Scalable
* fault tolerance with lineage (Handles large intermediate results)
* memory management for tasks
* Resource Management (Fair Scheduling)
* Additional SQL Features (Windowing ,etc.)
* Machine Learning Libraries
Regards,
John
> On Sep 11, 2016, at 2:45 AM, Cheyenne Forbes
> <[email protected]> wrote:
>
> I realized there is a spark plugin for phoenix, any use cases? why would I
> use spark with phoenix instead of phoenix by itself?