Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 912 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 912 Bytes

Apache Spark Docker Setup

This repository contains the necessary files to set up an Apache Spark cluster using Docker and Docker Compose.

Prerequisites

  • Docker
  • Docker Compose

Setup

  1. Clone this repository:

    git clone https://github.com/isangwanrahul/spark-docker-setup.git
    cd spark-docker-setup
  2. Create the notebooks directory:

    mkdir notebooks
  3. Start the Spark cluster:

    docker-compose up

Services

Stopping the Cluster

To stop the Spark cluster, run:

docker-compose down