Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strange thinks happend if I override elasticsearch version #283

Closed
hd-deman opened this issue Jan 20, 2015 · 1 comment
Closed

strange thinks happend if I override elasticsearch version #283

hd-deman opened this issue Jan 20, 2015 · 1 comment

Comments

@hd-deman
Copy link

vagrant@dev-debian-77:~$ ls -l /usr/local/bin/elasticsearch
lrwxrwxrwx 1 root staff 48 Jan 20 08:32 /usr/local/bin/elasticsearch -> /usr/local/elasticsearch-1.3.4/bin/elasticsearch
vagrant@dev-debian-77:~$ /usr/local/bin/elasticsearch -v
You must set the ES_CLASSPATH var
vagrant@dev-debian-77:~$ /usr/local/elasticsearch-1.3.4/bin/elasticsearch -v
Version: 1.3.4, Build: a70f3cc/2014-09-30T09:07:17Z, JVM: 1.7.0_65

i can't check version of ES /usr/local/bin/elasticsearch -v witch symlined to /usr/local/elasticsearch-1.3.4/bin/elasticsearch, but can check /usr/local/elasticsearch-1.3.4/bin/elasticsearch itself.

possibly related to #100

I override default[:elasticsearch][:version] = '1.3.4' attribute only.

@martinb3
Copy link
Contributor

martinb3 commented Jul 7, 2015

Hello! We've re-written the cookbook using libraries that expose resources and providers, so you shouldn't see this problem on the newer version; it should also be much easier to run different versions. Hope this helps!

@martinb3 martinb3 closed this as completed Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants