This repository contains a powershell script to install Apache Spark on Windows 10 automatically. The goal is to create an environment on a personal computer for developing and testing routines for processing large-scale data using Spark. However, spark will use only the number of cores of your pc, so you will not have the distributed computing capabilities presented in cloud systems like Microsoft Azure, AWS, etc...
I don't recommend using it for a production environment.
- Scala
- Java SDK 1.8
- Maven
- Miniconda3
- Hadoop Winutils 2.7.1
- Apache Spark with Hadoop 2.7
- The environment variables on the User-level required to execute Spark and Pyspark.
- Download the script "spark-install.ps1".
- Open Powershell x86
- cd to the root folder where you downloaded the script.
- Execute the following command:
powershell -executionpolicy bypass -File .\spark-install.ps1
- Follow the instructions.
- Open a CMD shell and execute:
> spark-shell