From 4a47b3e1103170eacf2fb910864c6db22a9a37e6 Mon Sep 17 00:00:00 2001 From: manubatham20 Date: Thu, 8 Oct 2020 07:52:00 -0500 Subject: [PATCH] [DOC][MINOR] pySpark usage - removed repeated keyword causing confusion ### What changes were proposed in this pull request? While explaining pySpark usage, use of repeated synonymous words were causing confusion. Removed "instead of a JAR" word, to keep it more readable. ### Why are the changes needed? To keep the docs more readable and easy to understand. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No code changes, minor documentation change only. No tests added. Closes #29956 from manubatham20/patch-1. Authored-by: manubatham20 Signed-off-by: Sean Owen --- docs/submitting-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md index b27cf36b86..7a0f17f5ad 100644 --- a/docs/submitting-applications.md +++ b/docs/submitting-applications.md @@ -76,7 +76,7 @@ locally on your laptop), it is common to use `cluster` mode to minimize network the drivers and the executors. Currently, the standalone mode does not support cluster mode for Python applications. -For Python applications, simply pass a `.py` file in the place of `` instead of a JAR, +For Python applications, simply pass a `.py` file in the place of ``, and add Python `.zip`, `.egg` or `.py` files to the search path with `--py-files`. There are a few options available that are specific to the