Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run Databricks (Spark) Locally Using Docker Image

I want to run databaricks/spark container locally. I've found an image below: https://github.com/databricks/containers

I've pulled it and run it. Docker ran successfully but I cannot figure out how to start cluster or launch UI or Notebook.

I've used standard image as it should have python notebooks: https://github.com/databricks/containers/tree/master/ubuntu/standard

enter image description here

like image 344
BI Dude Avatar asked Apr 11 '26 17:04

BI Dude


1 Answers

First off, Databricks is more than Spark. Do you want to run Databricks or Spark ?

Databricks cannot be run on local docker containers. What you can do is to create a customer docker image with databricks code and then run it in cloud.

However, you may want to run jupyter pyspark-notebook in docker

like image 88
Sumit S Avatar answered Apr 13 '26 05:04

Sumit S



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!