I need to install Apache Spark on a Windows machine. According to the documentation I should have sbt installed on my machine and also override its default options to use a maximum of 2G of RAM.
After trying a lot I decided to choose maven instead (I overrided the default options to use 512MB) and I could run mvn compile
that started to download some dependencies until it reached Zinc server. It said Zinc server didn`t run on port 8080 and maven failed the build.
Do I need to install the Zinc server locally and add it to Windows path? Can I compile my project without the server?