I'm running Elasticsearch 1.0 as a service on an Ubuntu 13.10 laptop,
strictly locally. To install the Index Termlist Plugin, I followed the
instructions at https://github.com/jprante/elasticsearch-index-termlist. I
issued the command
which resulted in elasticsearch-index-termlist-1.3.0.0.jar being installed under plugins/index-termlist. I restarted the node by issuing
curl -XPOST 'localhost:9200/_shutdown'
and then, as I recall, issuing
sudo /etc/init.d/elasticsearch start
Subsequently through shutting down and booting the laptop, I've restarted the node several times. However, the Index Termlist Plugin isn't showing up under plugins when I issue
curl -XGET 'localhost:9200/_nodes'
I expect I've neglected a necessary step in the installation, and would appreciate advice on how to complete it.
I use a versioning scheme where you can immediately see if a plugin is
compatible with an ES version or not. The first three numbers denote the ES
version under which the plugin was developed. The last number is the plugin
version number on this ES version.
I'm running Elasticsearch 1.0 as a service on an Ubuntu 13.10 laptop,
strictly locally. To install the Index Termlist Plugin, I followed the
instructions at https://github.com/jprante/elasticsearch-index-termlist.
I issued the command
which resulted in elasticsearch-index-termlist-1.3.0.0.jar being installed under plugins/index-termlist. I restarted the node by issuing
curl -XPOST 'localhost:9200/_shutdown'
and then, as I recall, issuing
sudo /etc/init.d/elasticsearch start
Subsequently through shutting down and booting the laptop, I've restarted the node several times. However, the Index Termlist Plugin isn't showing up under plugins when I issue
curl -XGET 'localhost:9200/_nodes'
I expect I've neglected a necessary step in the installation, and would appreciate advice on how to complete it.
I upgraded to ES 1.3.0. The termlist plugin now works. Thanks!
On Wednesday, November 5, 2014 7:46:16 AM UTC-8, Jörg Prante wrote:
You can not run a plugin for ES 1.3 on ES 1.0
I use a versioning scheme where you can immediately see if a plugin is
compatible with an ES version or not. The first three numbers denote the ES
version under which the plugin was developed. The last number is the plugin
version number on this ES version.
Please use ES 1.3.x for termlist plugin 1.3.0.0
Jörg
On Tue, Nov 4, 2014 at 9:36 PM, Pitaga <ach...@blarg.net <javascript:>>
wrote:
I'm running Elasticsearch 1.0 as a service on an Ubuntu 13.10 laptop,
strictly locally. To install the Index Termlist Plugin, I followed the
instructions at https://github.com/jprante/elasticsearch-index-termlist.
I issued the command
which resulted in elasticsearch-index-termlist-1.3.0.0.jar being installed under plugins/index-termlist. I restarted the node by issuing
curl -XPOST 'localhost:9200/_shutdown'
and then, as I recall, issuing
sudo /etc/init.d/elasticsearch start
Subsequently through shutting down and booting the laptop, I've restarted the node several times. However, the Index Termlist Plugin isn't showing up under plugins when I issue
curl -XGET 'localhost:9200/_nodes'
I expect I've neglected a necessary step in the installation, and would appreciate advice on how to complete it.
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.