GitHub user Tarrasch opened a pull request:

    https://github.com/apache/spark/pull/9647

    [MINOR][DOCS] quick-start: Escape shell commands

    When using the (very popular) zsh shell, running commands like `echo 
local[4]` will result in an error as the brackets will be interpreted by the 
shell. This patch escapes those in single quotes for the quick start tutorial.
    
    This patch also removes the unnecessary quoting of the `--class` parameter 
as it is not needed and cluttery.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Tarrasch/spark patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9647.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9647
    
----
commit f73f49caf09766e564128ef8be0f0f59be1c8009
Author: Arash Rouhani <[email protected]>
Date:   2015-11-12T03:11:04Z

    [MINOR][DOCS] quick-start: Escape shell commands
    
    When using the (very popular) zsh shell, running commands like `echo 
local[4]` will result in an error as the brackets will be interpreted by the 
shell. This patch escapes those in single quotes for the quick start tutorial.
    
    This patch also removes the unnecessary quoting of the `--class` parameter 
as it is not needed and cluttery.

----


---
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]

Reply via email to