We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4ddcc commit 00505f9Copy full SHA for 00505f9
docs/programming-guide.md
@@ -1366,6 +1366,11 @@ The [application submission guide](submitting-applications.html) describes how t
1366
In short, once you package your application into a JAR (for Java/Scala) or a set of `.py` or `.zip` files (for Python),
1367
the `bin/spark-submit` script lets you submit it to any supported cluster manager.
1368
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
1374
# Unit Testing
1375
1376
Spark is friendly to unit testing with any popular unit test framework.
0 commit comments