Skip to content

Commit

Permalink
Docs: Mention spark shell's default for MASTER
Browse files Browse the repository at this point in the history
  • Loading branch information
ash211 committed May 15, 2013
1 parent 203d7b7 commit afcad7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/scala-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ The master URL passed to Spark can be in one of the following formats:
</td></tr>
</table>

If no master URL is specified, the spark shell defaults to "local".

For running on YARN, Spark launches an instance of the standalone deploy cluster within YARN; see [running on YARN](running-on-yarn.html) for details.

### Deploying Code on a Cluster
Expand Down

0 comments on commit afcad7b

Please sign in to comment.