top of page

Install Sparkflows on Mac

- JDK 1.8 installed.
- Java and JAR have to be in the PATH
- 8+ GB of RAM on the machine. (16+ GB recommended)
- Python 3.7+ ( when running Python and Pyspark, otherwise not needed )

Use one of the options below
for installing Sparkflows on Mac 

Option 1

Option 2

Option 3

Using
Sparkflows Installer

Download Installer

Install and Start

Execute the downloaded file by running the commands below on the terminal :

java -jar sparkflows-installer-1.0.jar

Using
Sparkflows TGZ

Download Fire TGZ Spark 2.4.X

Extract tarball :  tar xvf fire-3.2.x.tgz
Change Directory : cd fire-3.1.0
Create H2 DB : ./create-h2-db.sh
Start Fire Server: ./run-fire-server.sh    start

Using
Installation kit

Download MacScript

You can use this Mac installation script to automatically download and install Sparkflows onto your Macbook

To login into Sparkflows application :

Open your web browser and navigate to URL :

http://<machine_ip>:8080

Login with :

admin/admin OR test/test

bottom of page