Thank you. For a project as big as Facebook or Snapschat, would you recommend using Spark or Phoenix for things such as message retrieval/insert, user search, user feeds retrieval/insert, etc. and what are the pros and cons?
Regard, Cheyenne On Sun, Sep 11, 2016 at 8:31 AM, John Leach <[email protected]> wrote: > 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? > >
