Skip to content
Snippets Groups Projects
  • Andrew Ray's avatar
    ba35c6bd
    [SPARK-20769][DOC] Incorrect documentation for using Jupyter notebook · ba35c6bd
    Andrew Ray authored
    
    ## 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
    ```
    
    Author: Andrew Ray <ray.andrew@gmail.com>
    
    Closes #18001 from aray/patch-1.
    
    (cherry picked from commit 19954176)
    Signed-off-by: default avatarSean Owen <sowen@cloudera.com>
    ba35c6bd
    History
    [SPARK-20769][DOC] Incorrect documentation for using Jupyter notebook
    Andrew Ray authored
    
    ## 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
    ```
    
    Author: Andrew Ray <ray.andrew@gmail.com>
    
    Closes #18001 from aray/patch-1.
    
    (cherry picked from commit 19954176)
    Signed-off-by: default avatarSean Owen <sowen@cloudera.com>