elasticsearch-6.3.0をインストールし実行したのですが以下の
エラーで実行することができませんでした。
bin/elasticsearch
mktemp: cannot make temp dir /tmp/elasticsearch: File exists
実行環境は
CentOS release 5.8 (Final)
tarファイルを展開して実行しました
elasticsearch-6.3.0をインストールし実行したのですが以下の
エラーで実行することができませんでした。
mktemp: cannot make temp dir /tmp/elasticsearch: File exists
実行環境は
CentOS release 5.8 (Final)
tarファイルを展開して実行しました
エラー自体は/tmp/elasticsearchディレクトリが既にあるため、
mktempするときにディレクトリが重複していて作成できないエラーなのかなと思います。
ただ、Elasticsearchの6.3はCentOS(RHEL)6系からしかサポートされていないので、
まずはCentOS7に切り替えられた方が良いかと思います。
ありがとうございます!
CentOS6/7系で行なってみます。
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.