

You can download the latest stable version of Apache Spark from the official downloads page. bash_profile export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home" export PATH=$PATH$JAVA_HOME/bin Here is the snippet of code I added in my. bash_profile file in the user’s home directory). wget -no-cookies -no-check-certificate -header "Cookie: gpw_e24=http%3a%2F%2Foraclelicense=accept-securebackup-cookie " "" yum localinstall jdk-8u191-linux-圆4.tar.gzĪlso, if your java home path isn’t set up. So if you have any other version you may consider installing this version.įor installing JDK 1.8, either visit Oracle website accept the License agreement, download JDK according to your Linux or Mac distribution and install it or use below command to install it via terminal. You may want to skip this process and move to download Spark if you already have JDK in your machine, but remember this process works perfectly with JDK 1.8. So, we will first install JDK 1.8 before downloading Spark.


Download and Install Apache Spark on your Linux machine.Īs any Spark process runs on the JVM in your local machine. So let’s get started with the process step by step. Apache Spark on Jupyter Notebook running locallyīy following this article you will be able to run Apache Spark through Jupyter Notebook on your Local Linux machine.
