Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update index.md
Description added for SparkPi example
  • Loading branch information
animenon authored Nov 2, 2017
commit 173fd29f20eab1ca8384413548deb5aac509d629
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ launching applications). For example,

./bin/run-example SparkPi 10

The above example runs the Monte Carlo method to estimate the value of Pi. The arguement passed
(i.e. 10 in this case) is the number of partitions in the RDD.

You can also run Spark interactively through a modified version of the Scala shell. This is a
great way to learn the framework.

Expand Down