How to build SPARK on Windows - Apache Spark Documentation
From Apache Spark Documentation Jump to: navigation , search or Jump to our website Sigmoid Analytics It's great to play around with SPARK in local mode. Here is how you can build it for Windows. Get the latest source from http://spark-project.org/downloads/ .. Built Spark 1.1.0 on your Windows 7 laptop. Install Scala version 2.9.2 from scala-lang.org While installing scala, remember to install it at some path that does not contain any space, eg, C:\Program Files\scala will NOT work as it contains a space. So install it at some other path like C:\software\scala Set this PATH as windows env variable. It also requires sbt (simple build tool) and it comes bundled with Spark Code. Sometimes the following error may occur, when you try to build it, ########### Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. ########### Instead of correcting the error, You can download,Read full article from How to build SPARK on Windows - Apache Spark Documentation
No comments:
Post a Comment