You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,14 @@ You can find the latest Spark documentation, including a programming
9
9
guide, on the project webpage at <http://spark.apache.org/documentation.html>.
10
10
This README file only contains basic setup instructions.
11
11
12
-
13
12
## Building Spark
14
13
15
14
Spark is built on Scala 2.10. To build Spark and its example programs, run:
16
15
17
16
./sbt/sbt assembly
18
17
18
+
(You do not need to do this if you downloaded a pre-built package.)
19
+
19
20
## Interactive Scala Shell
20
21
21
22
The easiest way to start using Spark is through the Scala shell:
@@ -41,9 +42,9 @@ And run the following command, which should also return 1000:
41
42
Spark also comes with several sample programs in the `examples` directory.
42
43
To run one of them, use `./bin/run-example <class> [params]`. For example:
0 commit comments