@@ -6,11 +6,18 @@ This project gives you an out-of-the-box **Apache Spark** cluster in standalone
66<p align =" center " ><img src =" docs/image/cluster-architecture.png " ></p >
77
88![ build] ( https://github.com/andre-marcos-perez/spark-standalone-cluster-on-docker/workflows/build/badge.svg?branch=master )
9- ![ jupyterlab-latest-version] ( https://img.shields.io/docker/v/andreper/jupyterlab/2.1.4-spark-3.0.0?color=brightgreen &label=jupyterlab-latest )
9+ ![ jupyterlab-latest-version] ( https://img.shields.io/docker/v/andreper/jupyterlab/2.1.4-spark-3.0.0?color=yellow &label=jupyterlab-latest )
1010![ spark-latest-version] ( https://img.shields.io/docker/v/andreper/spark-master/3.0.0-hadoop-2.7?color=yellow&label=spark-latest )
1111![ docker-version] ( https://img.shields.io/badge/docker-v1.13.0%2B-blue )
1212![ docker-compose-version] ( https://img.shields.io/badge/docker--compose-v3.0%2B-blue )
1313
14+ ## TL;DR
15+
16+ ``` bash
17+ curl -LO https://raw.githubusercontent.com/andre-marcos-perez/spark-standalone-cluster-on-docker/master/docker-compose.yml
18+ docker-compose up
19+ ```
20+
1421## Contents
1522
1623- [ Quick Start] ( #quick-start )
@@ -109,9 +116,9 @@ We'd love some help. To contribute, please read [this file](CONTRIBUTING.md).
109116
110117| Image | Latest Version Size | Pulls |
111118| ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
112- | ** [ JupyterLab] ( https://hub.docker.com/r/andreper/jupyterlab ) ** | ![ docker-size] ( https://img.shields.io/docker/image-size/andreper/jupyterlab/latest-spark-latest ) | ![ docker-pull] ( https://img.shields.io/docker/pulls/andreper/jupyterlab ) |
113- | ** [ Spark Master] ( https://hub.docker.com/r/andreper/spark-master ) ** | ![ docker-size] ( https://img.shields.io/docker/image-size/andreper/spark-master/latest-hadoop-latest ) | ![ docker-pull] ( https://img.shields.io/docker/pulls/andreper/spark-master ) |
114- | ** [ Spark Worker] ( https://hub.docker.com/r/andreper/spark-worker ) ** | ![ docker-size] ( https://img.shields.io/docker/image-size/andreper/spark-worker/latest-hadoop-latest ) | ![ docker-pull] ( https://img.shields.io/docker/pulls/andreper/spark-worker ) |
119+ | ** [ JupyterLab] ( https://hub.docker.com/r/andreper/jupyterlab ) ** | ![ docker-size] ( https://img.shields.io/docker/image-size/andreper/jupyterlab/latest ) | ![ docker-pull] ( https://img.shields.io/docker/pulls/andreper/jupyterlab ) |
120+ | ** [ Spark Master] ( https://hub.docker.com/r/andreper/spark-master ) ** | ![ docker-size] ( https://img.shields.io/docker/image-size/andreper/spark-master/latest ) | ![ docker-pull] ( https://img.shields.io/docker/pulls/andreper/spark-master ) |
121+ | ** [ Spark Worker] ( https://hub.docker.com/r/andreper/spark-worker ) ** | ![ docker-size] ( https://img.shields.io/docker/image-size/andreper/spark-worker/latest ) | ![ docker-pull] ( https://img.shields.io/docker/pulls/andreper/spark-worker ) |
115122
116123## <a name =" contributors " ></a >Contributors
117124
0 commit comments