File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ For its Scala API, Spark {{site.SPARK_VERSION}} depends on Scala {{site.SCALA_BI
2323
2424# Running the Examples and Shell
2525
26- Spark comes with several sample programs. Scala and Java examples are in the ` examples ` directory, and Python examples are in the ` python/examples ` .
26+ Spark comes with several sample programs. Scala and Java examples are in the ` examples ` directory, and Python examples are in ` python/examples ` .
2727To run one of the Java or Scala sample programs, use ` ./bin/run-example <class> <params> ` in the top-level Spark directory
2828(the ` bin/run-example ` script sets up the appropriate paths and launches that program).
2929For example, try ` ./bin/run-example org.apache.spark.examples.SparkPi local ` .
You can’t perform that action at this time.
0 commit comments