Skip to content

Commit 53b0924

Browse files
committed
updated image path for Kubernetes Spark topic
1 parent fdff5a4 commit 53b0924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/early_access/kubernetes-spark-job.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ InsightEdge provides a Docker image designed to be used in a container runtime e
2828
The following Spark configuration property `spark.kubernetes.container.image` is required when submitting Spark jobs for an InsightEdge application. Note how this configuration is applied to the examples in the Spark submit:
2929

3030
```
31-
--conf spark.kubernetes.container.image=gigaspaces/insightedge-enterprise:dev-latest
31+
--conf spark.kubernetes.container.image=gigaspaces/insightedge-enterprise:14.0-m11
3232
```
3333

3434
## Getting the Kubernetes Master URL
@@ -94,7 +94,7 @@ Run the following InsightEdge submit script for the SparkPi example. This exampl
9494
--name spark-pi \
9595
--class org.apache.spark.examples.SparkPi \
9696
--conf spark.kubernetes.authenticate.driver.serviceAccountName=spark \
97-
--conf spark.kubernetes.container.image=gigaspaces/insightedge-enterprise:dev-latest \
97+
--conf spark.kubernetes.container.image=gigaspaces/insightedge-enterprise:14.0-m11 \
9898
local:///opt/gigaspaces/insightedge/spark/examples/jars/spark-examples_2.11-2.3.1.jar
9999

100100
```
@@ -123,7 +123,7 @@ Run the following InsightEdge submit script for the SaveRDD example, which gener
123123
--name i9e-saveRdd \
124124
--class org.insightedge.examples.basic.SaveRdd \
125125
--conf spark.kubernetes.authenticate.driver.serviceAccountName=spark \
126-
--conf spark.kubernetes.container.image=gigaspaces/insightedge-enterprise:dev-latest \
126+
--conf spark.kubernetes.container.image=gigaspaces/insightedge-enterprise:14.0-m11 \
127127
--conf spark.insightedge.space.lookup.locator=insightedge-space-insightedge-manager-hs \
128128
local:///opt/gigaspaces/insightedge/examples/jars/insightedge-examples.jar
129129

0 commit comments

Comments
 (0)