- 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
推薦閱讀
- Oracle從入門到精通(第3版)
- DevOps:軟件架構(gòu)師行動(dòng)指南
- 匯編語言程序設(shè)計(jì)(第2版)
- Learning Firefox OS Application Development
- Big Data Analytics
- Learning OpenStack Networking(Neutron)
- BeagleBone Robotic Projects(Second Edition)
- Python青少年趣味編程
- Xamarin Blueprints
- ASP.NET Web API Security Essentials
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)及考試指南
- Learning Shiny
- Spring Web Services 2 Cookbook
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- Python Django Web從入門到項(xiàng)目實(shí)戰(zhàn)(視頻版)