File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The documentation is available in [docs/2.4.5-1.0.1](./docs/2.4.5-1.0.1) folder.
10
10
11
11
| KUDO Spark version | Apache Spark version | Operator version | Minimum KUDO Version | Status |
12
12
| ------------------ | -------------------- | ----------------------- | -------------------- | ------ |
13
- | latest | 3.0.0 (Hadoop 2.9.2) | v1beta2-1.2.0 | 0.15.0 | GA |
13
+ | latest | 3.0.0 (Hadoop 2.9.2) | v1beta2-1.2.0 | 0.15.0 | RC |
14
14
| ** 2.4.5-1.0.1** | ** 2.4.5 (Hadoop 2.9.2)** | ** v1beta2-1.1.1** | ** 0.13.0** | GA |
15
15
| 2.4.5-1.0.0 | 2.4.5 (Hadoop 2.9.2) | v1beta2-1.1.0 | 0.10.1 | GA |
16
16
| 2.4.4-0.2.0 | 2.4.4 (Hadoop 2.9.2) | v1beta2-1.0.1 | 0.10.1 | beta |
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Full list of metrics configuration parameters and defaults is available in KUDO
28
28
29
29
##### Running Spark Application with metrics enabled
30
30
1 ) Composing your Spark Application yaml:
31
- - use the following Spark image which includes the ` JMXPrometheus ` exporter jar: ` mesosphere/spark:spark-2.4.5 -hadoop-2.9-k8s `
31
+ - use the following Spark image which includes the ` JMXPrometheus ` exporter jar: ` mesosphere/spark:spark-3.0.0 -hadoop-2.9-k8s-rc3 `
32
32
- enable Driver and Executors metrics reporting by adding the following configuration into ` SparkApplication ` ` spec ` section:
33
33
``` yaml
34
34
monitoring :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
spec :
6
6
type : Scala
7
7
mode : cluster
8
- image : mesosphere/spark:spark-2.4.5 -hadoop-2.9-k8s
8
+ image : mesosphere/spark:spark-3.0.0 -hadoop-2.9-k8s-rc3
9
9
imagePullPolicy : Always
10
10
mainClass : MockTaskRunner
11
11
mainApplicationFile : " https://infinity-artifacts.s3.amazonaws.com/scale-tests/dcos-spark-scala-tests-assembly-2.4.0-20190325.jar"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
spec :
7
7
type : Scala
8
8
mode : cluster
9
- image : " mesosphere/spark:spark-2.4.5 -hadoop-2.9-k8s"
9
+ image : " mesosphere/spark:spark-3.0.0 -hadoop-2.9-k8s-rc3 "
10
10
imagePullPolicy : Always
11
11
mainClass : org.apache.spark.examples.SparkPi
12
12
mainApplicationFile : " local:///opt/spark/examples/jars/spark-examples_2.11-2.4.5.jar"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ metadata:
37
37
spec :
38
38
type : Scala
39
39
mode : cluster
40
- image : " mesosphere/spark:spark-2.4.5 -hadoop-2.9-k8s"
40
+ image : " mesosphere/spark:spark-3.0.0 -hadoop-2.9-k8s-rc3 "
41
41
imagePullPolicy : Always
42
42
mainClass : MockTaskRunner
43
43
mainApplicationFile : " https://infinity-artifacts.s3.amazonaws.com/scale-tests/dcos-spark-scala-tests-assembly-2.4.0-20190325.jar"
@@ -152,7 +152,7 @@ metadata:
152
152
namespace : <namespace>
153
153
spec :
154
154
...
155
- image : " mesosphere/spark:spark-2.4.5 -hadoop-2.9-k8s"
155
+ image : " mesosphere/spark:spark-3.0.0 -hadoop-2.9-k8s-rc3 "
156
156
sparkConf :
157
157
" spark.ssl.enabled " : " true" ,
158
158
" spark.ssl.keyStore " : " /tmp/spark/ssl/keystore.jks" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metadata:
18
18
spec :
19
19
type : Scala
20
20
mode : cluster
21
- image : " mesosphere/spark:spark-2.4.5 -hadoop-2.9-k8s"
21
+ image : " mesosphere/spark:spark-3.0.0 -hadoop-2.9-k8s-rc3 "
22
22
imagePullPolicy : Always
23
23
mainClass : org.apache.spark.examples.SparkPi
24
24
mainApplicationFile : " local:///opt/spark/examples/jars/spark-examples_2.11-2.4.5.jar"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ parameters:
34
34
35
35
- name : operatorVersion
36
36
description : " Operator Docker image version (tag)"
37
- default : 3.0.0-1.1.0-rc1
37
+ default : 3.0.0-1.1.0-rc3
38
38
displayName : " Operator Docker image version (tag)"
39
39
40
40
- name : imagePullPolicy
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
spec :
7
7
type : Scala
8
8
mode : cluster
9
- image : " mesosphere/spark:spark-3.0.0-hadoop-2.9-k8s-rc1 "
9
+ image : " mesosphere/spark:spark-3.0.0-hadoop-2.9-k8s-rc3 "
10
10
imagePullPolicy : Always
11
11
mainClass : org.apache.spark.examples.SparkPi
12
12
mainApplicationFile : " local:///opt/spark/examples/jars/spark-examples_2.12-3.0.0.jar"
You can’t perform that action at this time.
0 commit comments