Install or Setup Apache Ignite in Windows Step by Step Tutorial

In this tutorial, we will go over step by step to install Apache Ignite in standalone windows system. We’ll cover the Linux installation in the subsequent blog. If you have any question/clarification regarding this blog post, feel free to use the comment box below.

As part of this tutorial, I will install Apache ignite in my personal Windows 10 laptop. Followings are used as part of this activity:

  1. To start with, I already have Oracle JAVA installed (1.8.0_144) in my laptop. I am not showing how to install JAVA as part of this blog. Do let me know if you need any help here.  As per ignite official pre-requisite, Oracle JDK7 onward is acceptable.
  2. Next, it’s time to download Apache Ignite. In order to do that, navigate to https://ignite.apache.org/download.cgi#binaries url and download the latest binary release. While writing this blog few weeks back, the latest released version was apache-ignite-fabric-2.0.0-bin.zip. Click on the binary release link and download the zip file. In my case, I have downloaded it in local “F:\” drive.
  3. Extract the zip file in the suitable location of your choice. In my case, the extracted files are in “F:\apache-ignite-fabric-2.0.0-bin”.
  4. Next, we’ll set up environment variable IGNITE_HOME in the user variable section from Advanced System Settings. 
  5. Next, we will start a single node ignite server. Open a command prompt and change your directory to %IGNITE_HOME%/bin.
  6. Now issue the following command –

    Notice the .xml file after the ignite.bat; this configuration file is part of the standard ignite downloaded file.We’ll talk more about this file in detail, as we progress in the series.
  7. You will observe something similar to following in your terminal and our first single node ignite server is started. Notice the number of servers (=1) in the last line.
  8. Next, we’ll open another command window and run start another server node by issuing the same command as in step 6. We’ll see similar logs in this window as well; however, interestingly, you will observe first command window log is also updated as it has auto-detected the new node. You will notice the server count has increased to 2.  Check the following screenshot –
  9. With this, we have setup a multi-node ignite cluster in a single system.
  10. Hope this tutorial helps and check out the next ones in the apache ignite series.

142

11 Responses

  1. Rahul Choudhary
    January 27, 2018
    • Sadruddin Md
      February 9, 2018
  2. Sadruddin Md
    January 27, 2018
  3. saikumari
    January 31, 2018
    • Sadruddin Md
      February 2, 2018
  4. ismail
    October 15, 2018
  5. Sadruddin Md
    October 15, 2018
  6. Gaurav Agnihori
    July 8, 2019
    • Sadruddin Md
      July 16, 2019
  7. jai
    September 30, 2020

Write a response

This site uses Akismet to reduce spam. Learn how your comment data is processed.