- Apache Ignite Quick Start Guide
- Sujoy Acharya
- 188字
- 2021-06-10 18:52:29
Installing Apache Ignite
Apache Ignite requires a Java 8 or higher runtime environment. You can download the source or binary version of Apache Ignite from https://ignite.apache.org/ to start working with the Apache Ignite grid.
There is no magic in installation; as of June 2018, the latest version is 2.5.o. Download the apache-ignite-fabric-2.5.0-bin.zip binary and extract the content and do the following:
- Browse to the installation directory and open the bin folder:
- Run the ignite.bat file in a Windows operating system or the ignite.sh file in macOS/Linux:
- Run Apache Ignite as a Windows service using NSSM.exe. Download NSSM.exe
- Copy NSSM.exe into the bin folder
- Open a command prompt and run the following commands, replacing {IGNIT_INSTALL_DIR} with the original Ignite installation directory path:
nssm install ignite-poc {IGNIT_INSTALL_DIR}\bin\ignite.bat
nssm set ignite-poc AppDirectory {IGNIT_INSTALL_DIR}
nssm set ignite-poc AppStdout {IGNIT_INSTALL_DIR}\logs\sysout.log
nssm set ignite-poc AppStderr {IGNIT_INSTALL_DIR}\logs\syserr.log
nssm set ignite-poc AppStdoutCreationDisposition 2
nssm set ignite-poc AppStderrCreationDisposition 2
nssm set ignite-poc AppStopMethodSkip 6
- Open the Windows services.msc file and notice that a new service, ignite-poc, was created
Congratulations! You have successfully launched an ignite node and installed Ignite as a Windows service.
推薦閱讀
- 21小時學(xué)通AutoCAD
- 輕松學(xué)C#
- Photoshop CS4經(jīng)典380例
- 計(jì)算機(jī)應(yīng)用復(fù)習(xí)與練習(xí)
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- 大數(shù)據(jù)平臺異常檢測分析系統(tǒng)的若干關(guān)鍵技術(shù)研究
- Apache Spark Deep Learning Cookbook
- Windows 7寶典
- 基于32位ColdFire構(gòu)建嵌入式系統(tǒng)
- 人工智能:語言智能處理
- JRuby語言實(shí)戰(zhàn)技術(shù)
- WPF專業(yè)編程指南
- Raspberry Pi 3 Projects for Java Programmers
- Microsoft Power BI Complete Reference
- Apache Spark Machine Learning Blueprints