pyspark
PySpark on python3 and Debian
Install openjdk 8 To install openjdk 8 on debian 10, follow steps mentioned at https://linuxize.com/post/install-java-on-debian-10/pyspark does not works well with newer versions of Java, so stick with openjdk or oracle java 8. Install PySpark Next install pyspark using python pip, I prefer python3 so installation goes with pip3 PySpark brings along required hadoop components Basic […]