top of page

Install Sparkflows on Mac

Installation Prerequisites

apple-logo-3364075-3364075_2.png

- JDK 17 installed (View Instructions)
- Add Java to your PATH
- 8+ GB of RAM on the machine (16+ GB recommended)
- Python 3.9+ ( when running Python and Pyspark, otherwise not needed )

Use one of the options below
for installing Sparkflows on Mac 

Option 1

Option 2

Login Details

Using
Sparkflows Installer

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

java -jar sparkflows-installer-1.0.jar

Using
Sparkflows TGZ

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

Login Details
To login into Sparkflows application:

Open your web browser and navigate to URL:

http://<machine_ip>:8080

Login with :

admin/admin OR analyst/analyst OR business/business

bottom of page