Those pages include
instructions for running locally: "Note that all of the sample programs take a <master>
parameter specifying the cluster URL
to connect to. This can be a URL
for a distributed cluster,
or local to run locally with one thread, or local[N]
to run locally with N threads. You should start by using
local for testing."Pass "local[N]" as the master and it'll run locally with N threads. Alternatively, set up a standalone "cluster" as you normally would, just run the master and 1 slave locally. -Ewen
|
- Running Spark on a single machine goi cto
- Re: Running Spark on a single machine Nick Pentreath
- Re: Running Spark on a single machine goi cto
- Re: Running Spark on a single machine Ewen Cheslack-Postava