elasticsearch-reindex icon indicating copy to clipboard operation
elasticsearch-reindex copied to clipboard

Installation failure

Open ghost opened this issue 11 years ago • 2 comments

When I try to install as per instructions, invoking reinstall.sh;

eric@raptor ~/elasticsearch-reindex (master) $ ./reinstall.sh -> Removing reindex ./reinstall.sh: line 3: mvn: command not found -> Installing reindex... Trying file:./target/elasticsearch-0.90.0.zip... Downloading .................................................................................................................................................................................DONE Installed reindex

  • Stopping ElasticSearch Server [2013-05-07 11:27:13,610][INFO ][node ] [Spot] {0.90.0}[22598]: stopping ... [2013-05-07 11:27:13,713][INFO ][node ] [Spot] {0.90.0}[22598]: stopped [2013-05-07 11:27:13,714][INFO ][node ] [Spot] {0.90.0}[22598]: closing ... [2013-05-07 11:27:13,730][INFO ][node ] [Spot] {0.90.0}[22598]: closed [ OK ]
  • Starting ElasticSearch Server [2013-05-07 11:27:15,203][INFO ][node ] [Baron Samedi] {0.90.0}[22833]: initializing ... [2013-05-07 11:27:15,210][INFO ][plugins ] [Baron Samedi] loaded [], sites [inquisitor, browser]

I note that the plugin doesn't appear in the loaded message as specified in the readme. Also when I cloned there was no target directory that I could see the reinstall script was looking for, so I created it and put the elasticsearch 0.90 zip in that directory, that appears to have made the script happy but does not appear to have actually installed the plugin as reported.

ghost avatar May 07 '13 04:05 ghost

you need maven for that to work. and 0.90.0 is currently not supported

karussell avatar May 07 '13 06:05 karussell

Doesn't work with 1.2.1 either

cdenneen avatar Aug 05 '14 15:08 cdenneen