jupyterlab-sparkmonitor icon indicating copy to clipboard operation
jupyterlab-sparkmonitor copied to clipboard

JupyterLab extension that enables monitoring launched Apache Spark jobs from within a notebook

Results 12 jupyterlab-sparkmonitor issues
Sort by recently updated
recently updated
newest added

This extension won't install on Jupyter 3.3.2

Hi, when using the monitor using spark-3.2.0 the monitor fails to load/start properly. here is the error message: 21/11/15 11:55:45 ERROR Utils: uncaught error in thread spark-listener-group-shared, stopping SparkContext java.lang.NoSuchMethodError:...

I'm trying to build a custom image using the jupyter docker stacks. ```Dockerfile # Using jupyter/pyspark-notebook:spark-3.1.2 FROM jupyter/pyspark-notebook@sha256:22908e014eacdbb86d4cda87d4c215d0b2354d88f29a5fbc510d7c642da10851 USER root RUN pip install jupyterlab-sparkmonitor RUN mkdir /home/ipython \ && ipython...

Bumps [pip](https://github.com/pypa/pip) from 19.2 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies
python

I am getting the following error for version 4.1.0 (jupyterlab 3.1.9, pyspark 3.1.2): ``` --------------------------------------------------------------------------- NameError Traceback (most recent call last) /tmp/ipykernel_139706/319767949.py in 2 3 # start the spark context...

Hi, The app works fine with plain python3 kernel but doesn't work with user kernels (pyspark) spawned by JupyterHub, is the app only for plain python3 kernel or can this...

Hi, I am using spark magic(https://github.com/jupyter-incubator/sparkmagic) which provides me with kernels to run my commands on remote clusters. Is there a way to integrate this spark monitor to it?

I'm trying to start a PySpark job on an AWS EMR instance with all other configuration parameters set to default. I've also installed the jupyterlab-sparkmonitor extension. Note: The spark cluster...

The plugin seems to behave as expected getting port from the environment ( * ). But when using the socket ( ** ) it gets an error ` Broken pipe...

Bumps [setuptools](https://github.com/pypa/setuptools) from 39.0.1 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies
python