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
+8-8
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The Charmed Spark rock images come with some built-in tooling embedded:
24
24
25
25
Rocks will be named as `<version>-<series>_<risk>`.
26
26
27
-
`<version>` is the software version; `<series>` is the Ubuntu LTS series that rocks supports; and the <risk> is the type of release, if it is edge, candidate or stable. Example versioning will be 3.4-22.04_stable which means Charmed Spark is a version 3.4.x of the software, supporting the 22.04 Ubuntu release and currently a 'stable' version of the software. See versioning details [here](https://snapcraft.io/docs/channels).
27
+
`<version>` is the software version; `<series>` is the Ubuntu LTS series that rocks supports; and the <risk> is the type of release, if it is edge, candidate or stable. Example versioning will be 3.5-22.04_stable which means Charmed Spark is a version 3.5.x of the software, supporting the 22.04 Ubuntu release and currently a 'stable' version of the software. See versioning details [here](https://snapcraft.io/docs/channels).
28
28
29
29
Channel can also be represented by combining `<version>_<risk>`
30
30
@@ -65,15 +65,15 @@ Charmed Spark rock with Spark Rapids support is available at https://github.com/
65
65
The image can be used straight away when running Spark on Kubernetes by setting the appropriate configuration property:
The `spark8t` CLI tooling interacts with the K8s API to create, manage and delete K8s resources representing the Spark service account.
74
74
Make sure that the kube config file is correctly loaded into the container, e.g.
75
75
```shell
76
-
docker run --name chamed-spark -v /path/to/kube/config:/var/lib/spark/.kube/config ghcr.io/canonical/charmed-spark:3.4-22.04_edge
76
+
docker run --name chamed-spark -v /path/to/kube/config:/var/lib/spark/.kube/config ghcr.io/canonical/charmed-spark:3.5-22.04_edge
77
77
```
78
78
79
79
Note that this will start the image and a long-living service, allowing you to exec commands:
@@ -83,7 +83,7 @@ docker exec charmed-spark spark-client.service-account-registry list
83
83
84
84
If you prefer to run one-shot commands, without having the Charmed Spark image running, use `\; exec` prefix, e.g.
85
85
```shell
86
-
docker run -v ... ghcr.io/canonical/charmed-spark:3.4-22.04_edge \;exec spark-client.service-account-registry list
86
+
docker run -v ... ghcr.io/canonical/charmed-spark:3.5-22.04_edge \;exec spark-client.service-account-registry list
87
87
```
88
88
89
89
For more information about spark-client API and `spark8t` tooling, please refer to [here](https://discourse.charmhub.io/t/spark-client-snap-how-to-manage-spark-accounts/8959).
@@ -95,7 +95,7 @@ Charmed Spark rock Image is delivered with Pebble already included in order to m
95
95
#### Starting History Server
96
96
97
97
```shell
98
-
docker run ghcr.io/canonical/charmed-spark:3.4-22.04_edge \; start history-server
98
+
docker run ghcr.io/canonical/charmed-spark:3.5-22.04_edge \; start history-server
99
99
```
100
100
101
101
### Running Jupyter Lab
@@ -110,7 +110,7 @@ To start a JupyterLab server using the `charmed-spark-jupyter` image, use
@@ -123,7 +123,7 @@ JupyterLab server to act as a Spark driver and request resources on the K8s clus
123
123
124
124
## Developers and Contributing
125
125
126
-
Please see the [CONTRIBUTING.md](https://github.com/canonical/charmed-spark-rock/blob/3.4-22.04/edge/CONTRIBUTING.md) for guidelines and for developer guidance.
126
+
Please see the [CONTRIBUTING.md](https://github.com/canonical/charmed-spark-rock/blob/3.5-22.04/edge/CONTRIBUTING.md) for guidelines and for developer guidance.
127
127
128
128
## Bugs and feature request
129
129
@@ -135,7 +135,7 @@ If you find a bug in this rock or want to request a specific feature, here are t
135
135
136
136
## Licence statement
137
137
138
-
Charmed Spark is free software, distributed under the [Apache Software License, version 2.0](https://github.com/canonical/charmed-spark-rock/blob/3.4-22.04/edge/LICENSE).
138
+
Charmed Spark is free software, distributed under the [Apache Software License, version 2.0](https://github.com/canonical/charmed-spark-rock/blob/3.5-22.04/edge/LICENSE).
0 commit comments