Re: Beginner in Spark

2015-02-10 Thread Akhil Das
You may also go through these posts https://docs.sigmoidanalytics.com/index.php/Spark_Installation Thanks Best Regards On Fri, Feb 6, 2015 at 9:39 PM, King sami wrote: > Hi, > > I'm new in Spark, I'd like to install Spark with Scala. The aim is to > build a data processing system foor door even

Re: Beginner in Spark

2015-02-10 Thread prabeesh k
> > > From: King sami > > To: user@spark.apache.org > > Date: 02/06/2015 08:11 AM > > Subject: Beginner in Spark > > > > Hi, > > > > I'm new in Spark, I'd like to install Spark with Scala. The aim is > > to build a data processing sys

Re: Beginner in Spark

2015-02-10 Thread King sami
2015-02-06 17:28 GMT+00:00 King sami : > The purpose is to build a data processing system for door events. An event > will describe a door unlocking > with a badge system. This event will differentiate unlocking by somebody > from the inside and by somebody > from the outside. > > *Producing the e

Re: Beginner in Spark

2015-02-06 Thread Matei Zaharia
> David > > > King sami wrote on 02/06/2015 08:09:39 AM: > > > From: King sami > > To: user@spark.apache.org > > Date: 02/06/2015 08:11 AM > > Subject: Beginner in Spark > > > > Hi, > > > > I'm new in Spark, I'd like t

Re: Beginner in Spark

2015-02-06 Thread David Fallside
sami wrote on 02/06/2015 08:09:39 AM: > From: King sami > To: user@spark.apache.org > Date: 02/06/2015 08:11 AM > Subject: Beginner in Spark > > Hi, > > I'm new in Spark, I'd like to install Spark with Scala. The aim is > to build a data processing system fo

Beginner in Spark

2015-02-06 Thread King sami
Hi, I'm new in Spark, I'd like to install Spark with Scala. The aim is to build a data processing system foor door events. the first step is install spark, scala, hdfs and other required tools. the second is build the algorithm programm in Scala which can treat a file of my data logs (events). C