I followed the article here to start a multi node cluster using docker compose.
i also installed mapper-size plugin for each node, manually using command -
Hi,
you'll have to install the plugins every time after you do a docker-compose down as they're not saved in the docker image.
You can either save the docker image once you've installed the plugins so you don't need to do it every time, or modify the docker-compose by adding the install plugin on each Elasticsearch node similar to this.
Hi @gjahagir,
You need to later run the docker-entrypoint as with the install command you're overwriting the default action from the container when it starts.
In mi case, I run it after the plugin install command. I think some of the environment variables are lost when running from the command and had to add them with the -E option.
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.