linux安装elasticsearch
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
看拉勾上招人很多都写了elasticsearch,我就把原来的xunsearch改成elasticsearch了...
先安装java 地址如下
https://blog.csdn.net/rc_ll/article/details/78149381
然后下在elasticsearch,解压
安装方式同下方地址
https://my.oschina.net/topeagle/blog/591451?fromerr=mzOr2qzZ
虽然是照着上面地址安装的,但是我的略有不同 我把elasticsearch的目录放到别处了 就在root/soft下面
然后就蛋疼的跳出了下面的问题
首先是
Exception in thread "main" java.lang.RuntimeException: don't run elasticsearch as root. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:93) at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:144) at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:285) at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:35) Refer to the log for complete error details.
意思就是不能用root账户安装
然后我照着文章创建了用户 还是不行 报如下错误
Error: Could not find or load main class org.elasticsearch.tools.JavaVersionChecker
Elasticsearch requires at least Java 8 but your Java version from /usr/java/jdk1.8.0_171/bin/java does not meet this requirement
这可就蛋疼了
然后我就想着还是照着文档原封不动的执行吧
把elasticsearch目录移到 /opt/下面
然后就好了...
后来想了一下 因为我是把elasticsearch目录放在了/root/soft下 可不就没有权限吗
大概就是这么个意思 如果出现这个错误
Error: Could not find or load main class org.elasticsearch.tools.JavaVersionChecker
把elasticsearch目录换到不属于root目录的其他目录就行了
说的有点乱....
写了个开机自启动的脚本
vim elsearch_start.sh
#!/bin/sh
runuser -l elsearch -c '/opt/elasticsearch/bin/elasticsearch -d'
将它添加到/etc/rc.local的最后一行
/data/shelldir/elasticsearch_start.sh
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)