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
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.2.X.tgz
Change Directory: cd fire-3.2.X
Create H2 DB : ./create-h2-db.sh
Start Fire Server: ./run-fire-server.sh start
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