Skip to content

Instantly share code, notes, and snippets.

@stardigits
Last active May 20, 2022 05:15
Show Gist options
  • Save stardigits/4969058403ac56c3cf297d4e6cbf238f to your computer and use it in GitHub Desktop.
Save stardigits/4969058403ac56c3cf297d4e6cbf238f to your computer and use it in GitHub Desktop.
How to install Python & Spark in Windows 10

How to install Python & Spark in Windows 10

Notes

  • 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

Version used which verified

  • Windows: 10
  • Java JDK & JRE: 1.8
  • Spark: 3.0.3
  • Python (Winpython): 3.10.4

1. Download All The Installation Files which correct version

  • Java JDK & JRE: 1.8
  • Spark: 3.0.3
  • Python (Winpython): 3.10.4

URLs

https://cdmana.com/2022/120/202204300133158355.html https://www.learntospark.com/2020/08/setup-hbase-in-windows.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment