You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
5
5
## Starting up
6
6
7
+
First connect to the docker daemon
8
+
9
+
```
10
+
export DOCKER_HOST=:3375
11
+
```
12
+
7
13
This repository contains a set of scripts and configuration files to run a [Apache Spark](https://spark.apache.org/) standalone cluster from [Docker](https://www.docker.io/) container.
8
14
9
15
To start master, workers or shell (on the same docker host), you can invoke the following commands:
0 commit comments