J'ai oublié la plupart de mes français.

You can download a Spark binary or build from source.
This is how I build from source:

Download and install sbt:

http://www.scala-sbt.org/
I installed in C:\sbt
Check C:\sbt\conf\sbtconfig.txt, use these options:

-Xmx512M

-XX:MaxPermSize=256m

-XX:ReservedCodeCacheSize=128m

Download and install git:

http://git-scm.com/downloads
Make sure git is in your PATH

Download and untar Spark into some directory, e.g. C:\spark-0.91

cd C:\spark-0.9.1
C:\bin\sbt assembly
<do something else, this take some time>

Enjoy!

bin\spark-shell.cmd

This assumes you have Java installed, I have Java 7
You can install Scala 2.10.x for Scala development.
I have Python 2.7.6? For pySpark
I use ScalaIDE Eclipse plugin.

Let me know how it works out.




-----
Madhu
https://www.linkedin.com/in/msiddalingaiah
--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/instalation-de-spark-tp5689p5724.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to