@@ -6,11 +6,18 @@ This project gives you an out-of-the-box **Apache Spark** cluster in standalone
6
6
<p align =" center " ><img src =" docs/image/cluster-architecture.png " ></p >
7
7
8
8
![ 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 )
10
10
![ spark-latest-version] ( https://img.shields.io/docker/v/andreper/spark-master/3.0.0-hadoop-2.7?color=yellow&label=spark-latest )
11
11
![ docker-version] ( https://img.shields.io/badge/docker-v1.13.0%2B-blue )
12
12
![ docker-compose-version] ( https://img.shields.io/badge/docker--compose-v3.0%2B-blue )
13
13
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
+
14
21
## Contents
15
22
16
23
- [ Quick Start] ( #quick-start )
@@ -109,9 +116,9 @@ We'd love some help. To contribute, please read [this file](CONTRIBUTING.md).
109
116
110
117
| Image | Latest Version Size | Pulls |
111
118
| ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
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 ) |
115
122
116
123
## <a name =" contributors " ></a >Contributors
117
124
0 commit comments