Skip to content

Instantly share code, notes, and snippets.

@greenqy
Created September 22, 2015 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenqy/b14dc50ed3e092cd7cf4 to your computer and use it in GitHub Desktop.
Save greenqy/b14dc50ed3e092cd7cf4 to your computer and use it in GitHub Desktop.
install-elastic-search.md

elastic search 安装指南

下载

下载 elastic search

解压:

$ tar -xvf elasticsearch-1.7.2.tar.gz

安装:

$ mv elasticsearch-1.7.2.tar.gz /hadoop/elasticsearch

配置

使用默认配置即可

启动

$ bin/elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment