skip to Main Content

Apache Zeppelin 0.10.1 IPython not starting : jupyter-client is not installed – Ubuntu

I have setup Apache Zeppelin 0.10.0 following https://zeppelin.apache.org/docs/0.10.0/quickstart/install.html on Ubuntu 22.04.1 LTS. I have a running vanilla python interpreter setup. Python is from a conda virtual environment which was installed with: sudo /opt/conda/bin/conda create --prefix /opt/conda/envs/python3 python=3.9 The zeppelin.python property…

VIEW QUESTION

Notebooks are not executed in Spark on Docker

I am using Zeppelin 0.10.0 to run Spark jobs, I have installed it on Docker, and once I open Zeppelin to run Notebooks, I got the following error. org.apache.zeppelin.interpreter.InterpreterException: java.io.IOException: Fail to detect scala version, the reason is:Cannot run program…

VIEW QUESTION
Back To Top
Search