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: examples/spark/README.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -38,23 +38,25 @@ Following this example, you will create a functional [Apache
38
38
Spark](http://spark.apache.org/) cluster using Kubernetes and
39
39
[Docker](http://docker.io).
40
40
41
-
You will setup a Spark master service and a set of
42
-
Spark workers using Spark's [standalone mode](http://spark.apache.org/docs/latest/spark-standalone.html).
41
+
You will setup a Spark master service and a set of Spark workers using Spark's [standalone mode](http://spark.apache.org/docs/latest/spark-standalone.html).
43
42
44
43
For the impatient expert, jump straight to the [tl;dr](#tldr)
45
44
section.
46
45
47
46
### Sources
48
47
49
-
The Docker images are heavily based on https://github.com/mattf/docker-spark
48
+
The Docker images are heavily based on https://github.com/mattf/docker-spark.
49
+
And are curated in https://github.com/kubernetes/application-images/tree/master/spark
50
50
51
51
## Step Zero: Prerequisites
52
52
53
-
This example assumes you have a Kubernetes cluster installed and
54
-
running, and that you have installed the ```kubectl``` command line
55
-
tool somewhere in your path. Please see the [getting
56
-
started](../../docs/getting-started-guides/) for installation
57
-
instructions for your platform.
53
+
This example assumes
54
+
55
+
- You have a Kubernetes cluster installed and running.
56
+
- That you have installed the ```kubectl``` command line tool somewhere in your path.
57
+
- That a spark-master service which spins up will be automatically discoverable by your kube DNS impl, as 'spark-master'
58
+
59
+
For details, you can look at the Dockerfiles in the Sources section.
58
60
59
61
## Step One: Start your Master service
60
62
@@ -191,7 +193,7 @@ Zeppelin needs the Master service to be running.
0 commit comments