GitHub user aray opened a pull request:

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

    [SPARK-20769][Doc] Incorrect documentation for using Jupyter notebook

    ## What changes were proposed in this pull request?
    
    SPARK-13973 incorrectly removed the required 
PYSPARK_DRIVER_PYTHON_OPTS="notebook" from documentation to use pyspark with 
Jupyter notebook. This patch corrects the documentation error.
    
    ## How was this patch tested?
    
    Tested invocation locally with 
    ```bash
    PYSPARK_DRIVER_PYTHON=jupyter PYSPARK_DRIVER_PYTHON_OPTS=notebook 
./bin/pyspark
    ```


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

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

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

    https://github.com/apache/spark/pull/18001.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 #18001
    
----
commit 0598fafc7bcfe20afbcb95e7924769d600858547
Author: Andrew Ray <[email protected]>
Date:   2017-05-16T14:56:23Z

    [SPARK-20769][Doc] Incorrect documentation for using Jupyter notebook
    
    SPARK-13973 incorrectly removed the required 
PYSPARK_DRIVER_PYTHON_OPTS="notebook" from documentation to use pyspark with 
Jupyter notebook. This patch corrects the documentation error.
    
    Tested manualy

----


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