top of page
AdobeStock_1008056389.jpeg

SET UP SPARKFLOWS

Download Sparklows on MacOS

Installation Prerequisites

Make sure your system meets the following requirements before installing Sparkflows.

Finder_Icon_macOS_Big_Sur.png

JDK 17 installed 

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)

Installation

Use one of the options below for installing Sparkflows on Mac.

Option 1

Using Sparkflows DMG Installer

  • Execute the downloaded file sparkflows-installer.dmg by double clicking on it.

  • Then drag the sparkflows-installer application into the Applications folder.

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

Download DMG installer
Option 2

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

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

Download TGZ
Option 3

Using Sparkflows Installer

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

java -jar sparkflows-installer-1.0.jar

Download Installer

Login Details

Use the information below to access your Sparkflows application after completing the installation.

AdobeStock_1499505904.png

Application URL

Open the following URL in your web browser.

http://<machine_ip>:8080

Default Login Credentials

Use the default accounts below to log in to Sparkflows.

Administrator

Username  : admin     |        Password    : admin

bottom of page