Apache Ignite™ Downloads
* To get LGPL dependencies (e.g. Hibernate L2 Cache), see Building The Binaries.
Source Releases
If you encounter a problem with the selected mirror, please select another mirror. If all mirrors are failing, there are backup mirrors (at the end of the mirrors list) that should be available.
Binary Releases
Binary downloads are provided for the convenience of our users and are not official Apache Ignite releases. In order to verify the release, we recommend that you download the official source distribution and verify the signatures of the downloaded files before opening them.
For more information about Apache release policy see What is a Release?
Docker and Cloud Images
Name | Docs | Date | URL |
---|---|---|---|
Docker Image | guide | 2017-10-31 | docker repository |
Amazon Image | guide | 2017-10-31 | us-west:ami-9cdbb3fc, us-east:ami-ce82caa4, eu-central:ami-191b0775 |
Google Compute Image | guide | 2017-10-31 | ignite-google-image.tar.gz |
Download from Maven
Ignite requires only one ignite-core mandatory dependency. Usually you will also need to add ignite-spring for spring-based XML configuration, and ignite-indexing for SQL querying.
Most often your Ignite pom file will look like this (replace ${ignite-version} with actual Ignite version). The latest version is 2.3.0.
<dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-core</artifactId> <version>${ignite.version}</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-spring</artifactId> <version>${ignite.version}</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-indexing</artifactId> <version>${ignite.version}</version> </dependency>
See Maven Setup for a full list of Maven dependencies.
Download from NuGet
Ignite.NET is also distributed through NuGet. There are multiple packages: nuget.org/packages?q="Apache Ignite"
See Getting Started for more info.
Building the Binaries
NOTE: JDK version should be 1.7.0-* or >= 1.8.0-u40.# Unpack the source package $ unzip -q apache-ignite-2.3.0-src.zip $ cd apache-ignite-2.3.0-src # Build In-Memory Data Fabric release (without LGPL dependencies) $ mvn clean package -DskipTests # Build In-Memory Data Fabric release (with LGPL dependencies) $ mvn clean package -DskipTests -Prelease,lgpl # Build In-Memory Hadoop Accelerator release # (optionally specify version of hadoop to use) $ mvn clean package -DskipTests -Dignite.edition=hadoop [-Dhadoop.version=X.X.X]
GIT Repository
$ git clone https://git-wip-us.apache.org/repos/asf/ignite
3rd Party Binaries
This is a list of 3rd party binary packages based on Apache Ignite. The Apache Ignite project does not endorse or maintain any 3rd party binary packages.
GridGain Professional Edition is a binary build of Apache Ignite created by GridGain, which includes optional LGPL dependencies, such as Hibernate L2 cache integration and Geospatial Indexing, as well as bug fixes and features which may be included into the future official Apache Ignite releases.
GridGain also provides his own GridGain Maven Repository containing Apache Ignite LGPL artifacts such as ignite-hibernate. Please note that artifacts located at GridGain Maven Repository provided for convenience and are NOT official Apache Ignite artifacts.
If you would like to provide your own edition of Apache Ignite here, please send email to Ignite dev list.