top of page

Install Sparkflows on Windows

- JDK 17 installed ( View Instructions )
- Add Java to your PATH ( View Instructions )

- Download Winutils and Set Path ( View Instructions )
- 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 Windows

Option 1

Option 2

Using Windows Installer

Execute the downloaded file sparkflows-installer.exe by double clicking on it​

Using Sparkflows TGZ

Extract tarball : Extract using winrar, winzip etc.
Change Directory: cd <fire install_dir>
Create H2 DB :  .\create-h2-db.bat
Start Fire Server : .\run-fire-server.bat 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