Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18722#discussion_r129209256
--- Diff: docs/quick-start.md ---
@@ -421,16 +421,15 @@ $ YOUR_SPARK_HOME/bin/spark-submit \
Lines with a: 46, Lines with b: 23
{% endhighlight %}
-If you have PySpark pip installed into your enviroment (e.g. `pip instal
pyspark` you can run your application with the regular Python interpeter or use
the provided spark-submit as you prefer.
+If you have PySpark pip installed into your enviroment (e.g., `pip instal
pyspark` you can run your application with the regular Python Interpreter or
use the provided 'spark-submit' as you prefer.
{% highlight bash %}
-# Use spark-submit to run your application
+# Use the Python Interpreter to run your application
$ python SimpleApp.py
...
Lines with a: 46, Lines with b: 23
{% endhighlight %}
-
--- End diff --
Let's revert removing a newline here. Sounds unrelated.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]