博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
(三)Installation
阅读量:4596 次
发布时间:2019-06-09

本文共 7590 字,大约阅读时间需要 25 分钟。

Elasticsearch requires at least Java 8. Specifically as of this writing, it is recommended that you use the Oracle JDK version 1.8.0_131. Java installation varies from platform to platform so we won’t go into those details here. Oracle’s recommended installation documentation can be found on . Suffice to say, before you install Elasticsearch, please check your Java version first by running (and then install/upgrade accordingly if needed):

Elasticsearch至少需要Java 8.具体到撰写本文时,建议您使用Oracle JDK版本1.8.0_131。 Java安装因平台而异,因此我们不会在此处详细介绍。可以在Oracle的网站上找到Oracle推荐的安装文档。可以说,在安装Elasticsearch之前,请先运行检查Java版本(然后根据需要进行相应的安装/升级):
java -versionecho $JAVA_HOME

Once we have Java set up, we can then download and run Elasticsearch. The binaries are available from  along with all the releases that have been made in the past. For each release, you have a choice among a zip or tar archive, a DEB or RPM package, or a Windows MSIinstallation package.

一旦我们设置了Java,我们就可以下载并运行Elasticsearch。这些二进制文件可以从www.elastic.co/downloads获得,以及过去发布的所有版本。对于每个版本,您可以选择zip或tar存档,DEB或RPM包或Windows MSI安装包。

Installation example with tar

使用tar的安装

For simplicity, let’s use the   file.
为简单起见,让我们使用tar文件。
 
Let’s download the Elasticsearch 6.2.4 tar as follows:
让我们下载Elasticsearch 6.2.4 tar如下:
curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.tar.gz
 
Then extract it as follows:
然后提取如下:
tar -xvf elasticsearch-6.2.4.tar.gz
 
It will then create a bunch of files and folders in your current directory. We then go into the bin directory as follows:
然后它会在当前目录中创建一堆文件和文件夹。然后我们进入bin目录,如下所示:
cd elasticsearch-6.2.4/bin
 
And now we are ready to start our node and single cluster:
现在我们准备启动我们的节点和单个集群:
./elasticsearch

Installation with Homebrew

使用Homebrewedit进行安装

On macOS, Elasticsearch can also be installed via  :
在macOS上,Elasticsearch也可以通过Homebrew安装:
brew install elasticsearch

If installation succeeds, Homebrew will finish by saying that you can start Elasticsearch by entering elasticsearch. Do that now. The expected response is described below, under 

如果安装成功,Homebrew将说完你可以通过输入elasticsearch来启动Elasticsearch。现在就这样做。在成功运行nodeedit下,下面描述了预期的响应

Installation example with MSI Windows Installer

For Windows users, we recommend using the . The package contains a graphical user interface (GUI) that guides you through the installation process.

对于Windows用户,我们建议使用MSI安装程序包。该软件包包含一个图形用户界面(GUI),可指导您完成安装过程
 
First, download the Elasticsearch 6.2.4 MSI from
首先,从https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.msi下载Elasticsearch 6.2.4 MSI
 
Then double-click the downloaded file to launch the GUI. Within the first screen, select the deployment directories:
然后双击下载的文件以启动GUI。在第一个屏幕中,选择部署目录:
 Then select whether to install as a service or start Elasticsearch manually as needed. To align with the tar example, choose not to install as a service:
然后选择是作为服务安装还是根据需要手动启动Elasticsearch。要与tar示例对齐,请选择不安装为服务:
 
 For configuration, simply leave the default values:
对于配置,只需保留默认值:
 
Again, to align with the tar example, uncheck all plugins to not install any plugins:
再次,要与tar示例对齐,请取消选中所有插件以不安装任何插件:
 
After clicking the install button, Elasticsearch will be installed:
单击安装按钮后,将安装Elasticsearch:
 

By default, Elasticsearch will be installed at %PROGRAMFILES%\Elastic\Elasticsearch. Navigate here and go into the bin directory as follows:

默认情况下,Elasticsearch将安装在%PROGRAMFILES%\ Elastic \ Elasticsearch中。在此处导航并进入bin目录,如下所示:

with Command Prompt:
使用命令提示符:
cd %PROGRAMFILES%\Elastic\Elasticsearch\bin
 with PowerShell:
cd $env:PROGRAMFILES\Elastic\Elasticsearch\bin

And now we are ready to start our node and single cluster:

现在我们准备启动我们的节点和单个集群:
.\elasticsearch.exe

Successfully running node

If everything goes well with installation, you should see a bunch of messages that look like below:

如果一切顺利安装,你应该看到一堆如下所示的消息:
[2016-09-16T14:17:51,251][INFO ][o.e.n.Node               ] [] initializing ...[2016-09-16T14:17:51,329][INFO ][o.e.e.NodeEnvironment    ] [6-bjhwl] using [1] data paths, mounts [[/ (/dev/sda1)]], net usable_space [317.7gb], net total_space [453.6gb], spins? [no], types [ext4][2016-09-16T14:17:51,330][INFO ][o.e.e.NodeEnvironment    ] [6-bjhwl] heap size [1.9gb], compressed ordinary object pointers [true][2016-09-16T14:17:51,333][INFO ][o.e.n.Node               ] [6-bjhwl] node name [6-bjhwl] derived from node ID; set [node.name] to override[2016-09-16T14:17:51,334][INFO ][o.e.n.Node               ] [6-bjhwl] version[6.2.4], pid[21261], build[f5daa16/2016-09-16T09:12:24.346Z], OS[Linux/4.4.0-36-generic/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_60/25.60-b23][2016-09-16T14:17:51,967][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [aggs-matrix-stats][2016-09-16T14:17:51,967][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [ingest-common][2016-09-16T14:17:51,967][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [lang-expression][2016-09-16T14:17:51,967][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [lang-mustache][2016-09-16T14:17:51,967][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [lang-painless][2016-09-16T14:17:51,967][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [percolator][2016-09-16T14:17:51,968][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [reindex][2016-09-16T14:17:51,968][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [transport-netty3][2016-09-16T14:17:51,968][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded module [transport-netty4][2016-09-16T14:17:51,968][INFO ][o.e.p.PluginsService     ] [6-bjhwl] loaded plugin [mapper-murmur3][2016-09-16T14:17:53,521][INFO ][o.e.n.Node               ] [6-bjhwl] initialized[2016-09-16T14:17:53,521][INFO ][o.e.n.Node               ] [6-bjhwl] starting ...[2016-09-16T14:17:53,671][INFO ][o.e.t.TransportService   ] [6-bjhwl] publish_address {
192.168.8.112:9300}, bound_addresses {
{
192.168.8.112:9300}[2016-09-16T14:17:53,676][WARN ][o.e.b.BootstrapCheck ] [6-bjhwl] max virtual memory areas vm.max_map_count [65530] likely too low, increase to at least [262144][2016-09-16T14:17:56,731][INFO ][o.e.h.HttpServer ] [6-bjhwl] publish_address {
192.168.8.112:9200}, bound_addresses {[::1]:9200}, {
192.168.8.112:9200}[2016-09-16T14:17:56,732][INFO ][o.e.g.GatewayService ] [6-bjhwl] recovered [0] indices into cluster_state[2016-09-16T14:17:56,748][INFO ][o.e.n.Node ] [6-bjhwl] started

Without going too much into detail, we can see that our node named "6-bjhwl" (which will be a different set of characters in your case) has started and elected itself as a master in a single cluster. Don’t worry yet at the moment what master means. The main thing that is important here is that we have started one node within one cluster.

在不详细讨论的情况下,我们可以看到名为“6-bjhwl”的节点(在您的情况下将是一组不同的字符)已经启动并选择自己作为单个集群中的主节点。现在不要担心主节点意味着什么。这里最重要的是我们在一个集群中启动了一个节点。
 
As mentioned previously, we can override either the cluster or node name. This can be done from the command line when starting Elasticsearch as follows:
如前所述,我们可以覆盖集群或节点名称。这可以在启动Elasticsearch时从命令行完成,如下所示:
./elasticsearch -Ecluster.name=my_cluster_name -Enode.name=my_node_name
Also note the line marked http with information about the HTTP address (
192.168.8.112) and port (
9200) that our node is reachable from. By default, Elasticsearch uses port 
9200 to provide access to its REST API. This port is configurable if necessary.
另请注意标有http的行,其中包含有关我们的节点可以访问的HTTP地址(192.168.8.112)和端口(9200)的信息。默认情况下,Elasticsearch使用端口9200来提供对其REST API的访问。如有必要,可以配置此端口。
 

转载于:https://www.cnblogs.com/shuaiandjun/p/10271158.html

你可能感兴趣的文章
Memcache 统计分析!
查看>>
(Python第四天)字符串
查看>>
个人介绍
查看>>
使用python动态特性时,让pycharm自动补全
查看>>
关于R软件的安装
查看>>
MySQL数据库免安装版配置
查看>>
你必知必会的SQL面试题
查看>>
html5 Canvas绘制时钟以及绘制运动的圆
查看>>
Unity3D热更新之LuaFramework篇[05]--Lua脚本调用c#以及如何在Lua中使用Dotween
查看>>
JavaScript空判断
查看>>
洛谷 P1439 【模板】最长公共子序列(DP,LIS?)
查看>>
python timeit
查看>>
Wireless Network 并查集
查看>>
51nod 1019 逆序数
查看>>
Java_Set用法总结
查看>>
Codeforces Round #160 (Div. 2) D. Maxim and Restaurant(DP)
查看>>
Exchange Port
查看>>
oracle 01578
查看>>
在source中查看代码
查看>>
pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple
查看>>