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 device platform
> (Android preferably) to analyse mobile log data for some performance
> analysis. So, basically the idea is to collect and process the mobile log
> data within the mobile device using the Spark framework to allow real-time
> log data analysis, without offloading the data to remote server/cloud.
>
> Does anybody have any idea about whether running Spark on a mobile platform
> is supported by the existing Spark framework or is there any other option
> for this?
>
> Many thanks.
> Sakil
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-on-Mobile-platforms-tp26699.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>


-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


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 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 
> another drawback in terms of mobile apps.
> 
> Perhaps check out Tensorflow, which may be better suited for this particular 
> requirement.
> 
> -Ashic.
> 
> > Date: Thu, 7 Apr 2016 04:50:18 -0700
> > From: sbarbhuiy...@qub.ac.uk 
> > To: user@spark.apache.org 
> > Subject: Spark on Mobile platforms
> > 
> > Hi all,
> > 
> > I have been trying to find if Spark can be run on a mobile device platform
> > (Android preferably) to analyse mobile log data for some performance
> > analysis. So, basically the idea is to collect and process the mobile log
> > data within the mobile device using the Spark framework to allow real-time
> > log data analysis, without offloading the data to remote server/cloud.
> > 
> > Does anybody have any idea about whether running Spark on a mobile platform
> > is supported by the existing Spark framework or is there any other option
> > for this?
> > 
> > Many thanks.
> > Sakil
> > 
> > 
> > 
> > --
> > View this message in context: 
> > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-on-Mobile-platforms-tp26699.html
> > Sent from the Apache Spark User List mailing list archive at Nabble.com.
> > 
> > -
> > To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> > For additional commands, e-mail: user-h...@spark.apache.org
> > 



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 another drawback 
in terms of mobile apps.
Perhaps check out Tensorflow, which may be better suited for this particular 
requirement.
-Ashic.

> Date: Thu, 7 Apr 2016 04:50:18 -0700
> From: sbarbhuiy...@qub.ac.uk
> To: user@spark.apache.org
> Subject: Spark on Mobile platforms
> 
> Hi all,
> 
> I have been trying to find if Spark can be run on a mobile device platform
> (Android preferably) to analyse mobile log data for some performance
> analysis. So, basically the idea is to collect and process the mobile log
> data within the mobile device using the Spark framework to allow real-time
> log data analysis, without offloading the data to remote server/cloud.
> 
> Does anybody have any idea about whether running Spark on a mobile platform
> is supported by the existing Spark framework or is there any other option
> for this?
> 
> Many thanks.
> Sakil
> 
> 
> 
> --
> View this message in context: 
> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-on-Mobile-platforms-tp26699.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>