top of page
Install Sparkflows on GNU/Linux
- 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 the steps below for
installing Sparkflows on Linux
Using Sparkflows TGZ
Extract tarball : tar xvf fire-3.X.X.tgz
Change Directory : cd fire-3.X.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