forked from CDS/infrastruktur-dok
Update Cluster-PySpark-Howto.md
This commit is contained in:
parent
74ac3db1d5
commit
9811965de8
@ -56,8 +56,8 @@ Jetzt können wir eine Conda Environment anlegen und die entsprechenden Versione
|
|||||||
```
|
```
|
||||||
conda create -y -n spark
|
conda create -y -n spark
|
||||||
conda activate spark
|
conda activate spark
|
||||||
conda install -y python=3.11.4
|
conda install -y python=3.12.2
|
||||||
conda install -y -c conda-forge openjdk=17.0.8
|
conda install -y -c conda-forge openjdk=17.0.10
|
||||||
```
|
```
|
||||||
Danach mit den Befehlen (innerhalb der conda env)
|
Danach mit den Befehlen (innerhalb der conda env)
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user