Skip to content

Commit 07884e9

Browse files
fixed build script + fixed readme badges
1 parent a2535e4 commit 07884e9

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -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

build/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
volumes:
1313
- shared-workspace:/opt/workspace
1414
spark-master:
15-
image: spark-master:3.0.0
15+
image: spark-master:3.0.0-hadoop-2.7
1616
container_name: spark-master
1717
ports:
1818
- 8080:8080

0 commit comments

Comments
 (0)