File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ run_user: _daemon_
24
24
environment :
25
25
SPARK_HOME : /opt/spark
26
26
SPARK_CONFS : /etc/spark8t/conf
27
- JAVA_HOME : /usr/lib/jvm/java-11 -openjdk-amd64
27
+ JAVA_HOME : /usr/lib/jvm/java-17 -openjdk-amd64
28
28
PYTHONPATH : /opt/spark/python:/opt/spark8t/python/dist:/usr/lib/python3.10/site-packages
29
29
PATH : /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/spark:/opt/spark/bin:/opt/spark/python/bin:/opt/spark-client/python/bin
30
30
HOME : /var/lib/spark
@@ -57,8 +57,8 @@ services:
57
57
parts :
58
58
spark :
59
59
plugin : dump
60
- source : https://github.com/canonical/central-uploader/releases/download/spark-3.4.2-ubuntu1 /spark-3.4.2-ubuntu1-20231214143421 -bin-k8s.tgz
61
- source-checksum : sha512/a111897557921c4dd61daa67fb6979e0a231d4c5f56a0007f26663cb69ab42a12beb83e46edd8961baa7e7b62f031801c1b82e2e612afa1c6ebf8fc208e45ffd
60
+ source : https://github.com/canonical/central-uploader/releases/download/spark-3.4.2-ubuntu2 /spark-3.4.2-ubuntu2-20240317184716 -bin-k8s.tgz
61
+ source-checksum : sha512/eaaeff7d29dc6cb626b0423af522c93fceae74f17687f370761a4735a0576253364a6ea090ca2eb441195e76948e2b6055f300b38e5e82b3b6508b2b8848ce86
62
62
overlay-script : |
63
63
sed -i 's/http:\/\/deb.\(.*\)/https:\/\/deb.\1/g' /etc/apt/sources.list
64
64
apt-get update
@@ -227,7 +227,7 @@ parts:
227
227
- krb5-user
228
228
- libnss3
229
229
- procps
230
- - openjdk-11 -jre-headless
230
+ - openjdk-17 -jre-headless
231
231
232
232
override-prime : |
233
233
# Please refer to https://discourse.ubuntu.com/t/unifying-user-identity-across-snaps-and-rocks/36469
You can’t perform that action at this time.
0 commit comments