Search code examples
apache-sparkcluster-computingbigdatahadoop-yarnmesos

How to set up Spark cluster on Windows machines?


I am trying to set up a Spark cluster on Windows machines.
The way to go here is using the Standalone mode, right?
What are the concrete disadvantages of not using Mesos or YARN? And how much pain would it be to use either one of those? Does anyone have some experience here?


Solution

  • FYI, I got an answer in the user-group: https://groups.google.com/forum/#!topic/spark-users/SyBJhQXBqIs

    The standalone mode is indeed the way to go. Mesos does not work under Windows and YARN probably neither.