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

support for elasticsearch 1.0.0? #22

Open
nkcoder opened this issue Feb 17, 2014 · 6 comments
Open

support for elasticsearch 1.0.0? #22

nkcoder opened this issue Feb 17, 2014 · 6 comments

Comments

@nkcoder
Copy link

nkcoder commented Feb 17, 2014

The current version supports elasticsearch 0.90.2, will it work for the latest version 1.0.0?
Thanks.

@mowings
Copy link

mowings commented Feb 21, 2014

Doesn't seem to work with 1.0.0. Logs show this error:

ExecutionError[org.elasticsearch.common.util.concurrent.ExecutionError:   org.elasticsearch.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: org/elasticsearch/ElasticSearchException]
ExecutionError[org.elasticsearch.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: org/elasticsearch/ElasticSearchException]
    ExecutionError[java.lang.NoClassDefFoundError: org/elasticsearch/ElasticSearchException]
        NoClassDefFoundError[org/elasticsearch/ElasticSearchException]
            ClassNotFoundException[org.elasticsearch.ElasticSearchException]

@geekpete
Copy link

How about compatibility with 1.0.1 as well?

@mycrEEpy
Copy link

mycrEEpy commented Mar 4, 2014

@mowings We are experiencing the same error with 1.0.1

@diranged
Copy link

Is this issue still going on? I'm going to boot up and test an ES 1.0.1+ZK-plugin farm as well -- but its pretty important for this to work. Can we get the ES folks involved to help out here?

@mowings
Copy link

mowings commented Mar 12, 2014

Yeah -- the current release will not work with elasticsearch 1.0 (not sure it even works with 90.7. In part this is due to classname changes in elasticsearch, but I suspect other issues as well. I'm not sure the plugin is really being actively developed anymore; for our part, we're going in another direction anyway, I think.

@imotov
Copy link
Contributor

imotov commented Mar 14, 2014

If somebody wants to give it a try, a 1.0.1 and 0.90.12 -compatible builds are available at https://github.com/imotov/elasticsearch-zookeeper

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

6 participants