- 
                Notifications
    You must be signed in to change notification settings 
- Fork 56
Building Apache Ignite
ATTENTION!!! This package uses Log4j. Please see details here, for the updates on security vulnerabilities.
General Notes:
- When following the steps below please use a standard permission user unless otherwise specified.
- A directory /<source_root>/will be referred to in these instructions, this is a temporary writable directory anywhere you'd like to place it.
Apache Ignite binaries are available and can be downloaded from here. Following are the dependencies to be installed.
Note: Apache Ignite(v2.11.0) was verified at the time of creation of these instructions
- 
RHEL(7.8, 7.9, 8.2, 8.4) - With OpenJDK 11
 sudo yum install -y java-11-openjdk-devel 
- 
SLES(12 SP5, 15 SP2, 15 SP3) - With OpenJDK 11
 sudo zypper install -y java-11-openjdk-devel 
- 
Ubuntu(18.04, 20.04, 21.04) - With OpenJDK 11
 sudo apt-get update sudo apt-get install -y openjdk-11-jdk 
Note: At the time of creation of these build instructions Apache Ignite was verified with Semeru and Temurin runtime version (build jdk-11.0.12+7) .
To start an Ignite node, unzip binary to $SOURCE_ROOT and follow the steps given below.
export SOURCE_ROOT=/<source_root>/
export IGNITE_HOME=$SOURCE_ROOT/<apache_ignite_binary_folder>
cd $SOURCE_ROOT/<apache_ignite_binary_folder>
bin/ignite.sh  The information provided in this article is accurate at the time of writing, but on-going development in the open-source projects involved may make the information incorrect or obsolete. Please open issue or contact us on IBM Z Community if you have any questions or feedback.