Skip to content

Building Apache Ignite

aborkar-ibm edited this page Oct 17, 2019 · 32 revisions

Building Apache Ignite

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.

1. Install Java (RHEL(7.5, 7.6, 7.7, 8.0), SLES(12 SP4, 15, 15 SP1), Ubuntu(16.04, 18.04, 19.04))

  • Download and install AdoptOpenJDK 8 from here
    Note: At the time of creation of these build instructions Apache Ignite was verified with AdoptOpenJDK version (build 1.8.0_222-b10) .

2. Start a node

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  

References:

Clone this wiki locally