sparkmonitor icon indicating copy to clipboard operation
sparkmonitor copied to clipboard

An extension for Jupyter Lab & Jupyter Notebook to monitor Apache Spark (pyspark) from notebooks

Results 22 sparkmonitor issues
Sort by recently updated
recently updated
newest added

I am trying to use sparkmonitor for monitoring my spark job which i am running on jupyterlab and spark on kubernetes kernel.It works fine when i am using python3 kernel....

when click `Restart the kernel, then re-run the whole notebook` ,just throw this error. ``` Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner...

it work fine with spark session simple demo ![1](https://user-images.githubusercontent.com/3156608/196580945-3de2d95a-eea3-4348-bb43-33c65cbf30d8.jpg) but if I test the hive query in jupyter lab with sparkmonitor extention enabled. the ```python from pyspark.sql import SparkSession app_name="pyspark-hive-demo"...

the old monitor's feature ![image](https://user-images.githubusercontent.com/26429138/184879264-546eb9c6-9419-45bc-9f2a-bcd55c02ac6a.png) the new: ![image](https://user-images.githubusercontent.com/26429138/184879357-e197d39f-e2cc-49a5-a75c-7514c5fc3a8f.png) So where is the feature which is in old ver but not in the new one.

Hi, Noticed the following issue when restarting the kernel from a classic Jupyter Notebook using JEG to launch remote spark kernels in kubernetes. The sparkmonitor doesn't show up, and in...

## Summary of Issue _Note - Related container log error:_ `ERROR JupyterSparkMonitorListener: Exception sending socket message: ` Hello! We are running a Jupyterhub service that spawns Kubernetes pods for single...

Tested with Azure HDInsight Cluster 4.1.4.8 / PySpark 2.4.6

Hi there! I installed the sparkmonitor extension into a dockerimage that is based on jupyterhub: ``` FROM jupyterhub/k8s-singleuser-sample:1.2.0 RUN pip install pyspark==3.2.0 RUN pip install delta-spark==1.1.0 USER root RUN apt...

In the task timeline tab of the Spark monitor, when a task fails and the user clicks on the task bar to see information about the task, it is not...

priority:medium
type:bug
Spark

Hi, Noticed the following issue when restarting the kernel from a classic Jupyter Notebook using JEG to launch remote spark kernels in kubernetes. The sparkmonitor doesn't show up, and in...