- Practical Real-time Data Processing and Analytics
- Shilpi Saxena Saurabh Gupta
- 46字
- 2021-07-08 10:23:14
Setting up Elasticsearch
Execute the following steps to set up Elasticsearch:
- Download the Elasticsearch setup file using the following command:
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-
5.2.2.tar.gz
- Extract elasticsearch-5.2.2.tar.gz using the following command:
tar -xzf elasticsearch-5.2.2.tar.gz
- Go to the elasticsearch-5.2.2 directory:
cd elasticsearch-5.2.2/
- Start Elasticsearch using the given command:
./bin/elasticsearch
推薦閱讀
- Advanced Machine Learning with Python
- MySQL 8從入門到精通(視頻教學版)
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- 云原生Spring實戰
- Python數據分析(第2版)
- 概率成形編碼調制技術理論及應用
- 快人一步:系統性能提高之道
- 軟件項目管理實用教程
- C++ Fundamentals
- C++編程兵書
- 后臺開發:核心技術與應用實踐
- Mastering Apache Storm
- Unity 2017 Game AI Programming(Third Edition)
- Visual C++開發寶典
- ArcPy and ArcGIS(Second Edition)