[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 <manubatham2006@gmail.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
This commit is contained in:
manubatham20 2020-10-08 07:52:00 -05:00 committed by Sean Owen
parent 5effa8ea26
commit 4a47b3e110

View file

@ -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 `<application-jar>` instead of a JAR,
For Python applications, simply pass a `.py` file in the place of `<application-jar>`,
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