Tag: setting up

Install and configure Spark
By: Date: July 27, 2017 Categories: Apache Spark Tags: , , , , , , , , , ,

Download and configure on Mac/Windows Download the version of Spark that you want to work on from here Copy the downloaded tgz file to a folder where you want it to reside. Either double click the package or run tar -xvzf /path/to/yourfile.tgz command which will extract the spark package. Navigate to bin folder and start ./spark-shell…

Read More →