Skip to content

Commit 00505f9

Browse files
author
Marcelo Vanzin
committed
Add blurb about new API in the programming guide.
1 parent 5f4ddcc commit 00505f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/programming-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,6 +1366,11 @@ The [application submission guide](submitting-applications.html) describes how t
13661366
In short, once you package your application into a JAR (for Java/Scala) or a set of `.py` or `.zip` files (for Python),
13671367
the `bin/spark-submit` script lets you submit it to any supported cluster manager.
13681368

1369+
# Launching Spark jobs from Java / Scala
1370+
1371+
The [org.apache.spark.launcher](api/java/index.html?org/apache/spark/launcher/package-summary.html)
1372+
package provides classes for launching Spark jobs as child processes using a simple Java API.
1373+
13691374
# Unit Testing
13701375

13711376
Spark is friendly to unit testing with any popular unit test framework.

0 commit comments

Comments
 (0)