Re: Spark on Mobile platforms

2016-04-07 Thread Luciano Resende
Take a look at Apache Quarks, it is more towards what you are looking for and has the ability to integrate with Spark. http://quarks.apache.org/ On Thu, Apr 7, 2016 at 4:50 AM, sakilQUB wrote: > Hi all, > > I have been trying to find if Spark can be run on a mobile

Re: Spark on Mobile platforms

2016-04-07 Thread Michael Slavitch
You should consider mobile agents that feed data into a spark datacenter via spark streaming. > On Apr 7, 2016, at 8:28 AM, Ashic Mahtab wrote: > > Spark may not be the right tool for this. Working on just the mobile device, > you won't be scaling out stuff, and as such most

RE: Spark on Mobile platforms

2016-04-07 Thread Ashic Mahtab
Spark may not be the right tool for this. Working on just the mobile device, you won't be scaling out stuff, and as such most of the benefits of Spark would be nullified. Moreover, it'd likely run slower than things that are meant to work in a single process. Spark is also quite large, which is