Skip to content

Commit 6fe7a56

Browse files
authored
Update README.md
1 parent 11c1a21 commit 6fe7a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jupyter serverextension enable --py sparkmonitor
5353

5454
# set up ipython profile and add our kernel extension to it
5555
ipython profile create --ipython-dir=.ipython
56-
echo "c.InteractiveShellApp.extensions.append('sparkmonitor.kernelextension')" >> .ipython/profile_default/ipython_kernel_config.py
56+
echo "c.InteractiveShellApp.extensions.append('sparkmonitor.kernelextension')" >> .ipython/profile_default/ipython_config.py
5757

5858
# run jupyter lab
5959
IPYTHONDIR=.ipython jupyter lab --watch
@@ -74,7 +74,7 @@ sc.parallelize(range(0,100)).count()
7474
sc.parallelize(range(0,100)).count()
7575
```
7676

77-
If you already have your own spark configuration, you will need to set `spark.extraListeners` to `sparkmonitor.listener.JupyterSparkMonitorListener` and `spark.driver.extraClassPath` to the path to the sparkmonitor python package 'path/to/package/sparkmonitor/listener.jar'
77+
If you already have your own spark configuration, you will need to set `spark.extraListeners` to `sparkmonitor.listener.JupyterSparkMonitorListener` and `spark.driver.extraClassPath` to the path to the sparkmonitor python package `path/to/package/sparkmonitor/listener.jar`
7878
```python
7979
from pyspark.sql import SparkSession
8080
spark = SparkSession.builder\

0 commit comments

Comments
 (0)