- As per date 18-May-2022, the only latest working Spark version is 3.0.3. There're available spark versions > 3.0.3, but those are found an error
- pyspark should be installed with the same version of spark
pip install pyspark==3.0.3
- Windows: 10
pip install pyspark==3.0.3| wget -O docker.gpg https://download.docker.com/linux/debian/gpg | |
| gpg --keyid-format 0xlong docker.gpg 2>/dev/null | |
| gpg --keyid-format 0xlong docker.gpg 2>/dev/null | grep -sq 0x8D81803C0EBFCD88 && sudo apt-key add docker.gpg | |
| # For MX 21: | |
| CODENAME=bullseye | |
| # For MX 19 : | |
| #CODENAME=buster | |
| # For MX 18 : | |
| #CODENAME=stretch | |
| echo "deb [arch=amd64] https://download.docker.com/linux/debian $CODENAME stable" | sudo tee /etc/apt/sources.list.d/docker.list |