Coder Social home page Coder Social logo

Comments (5)

mfelsche avatar mfelsche commented on June 22, 2024

Te reason for this issue is still the same as it was reported for crate 0.28.X: http://stackoverflow.com/questions/22321309/crate-0-28-0-1-and-elasticsearch-cloud-aws-plugin-compatibility

Elasticsearch makes extensive use of shading (see http://maven.apache.org/plugins/maven-shade-plugin/ and https://github.com/elasticsearch/elasticsearch/blob/v1.3.0/pom.xml#L665) That is, bundling dependencies under another namespace (org.elasticsearch.common) in their own jar. The elasticsearch-cloud-aws plugin has been programmed against the elasticsearch jar. We developed crate against the elasticsearch sources as we had to dig a little deeper and we needed to get rid of the shaded dependencies. Long story short, (vanilla) elasticsearch plugins programmed against the elasticsearch jar won't work with crate due to the shading.

The referenced org.elasticsearch.common.collect.Lists comes from googles guava.
One would have to fork the plugin and refactor all the dependencies to org.elasticsearch.common to point to their original sources.

It is a pitty, and I'm really sorry for that, but we currently don't have the time to dig into all the possibly useful elasticsearch plugins to make them usable with crate. But, naturally, we would appreciate any engagement.

from crate.

jeffnappi avatar jeffnappi commented on June 22, 2024

I understand. Thank you for the explanation. Our use-case is primarily for availability zone awareness. And we've been able to accomplish that by simply using the AWS api in our startup scripts.

from crate.

mfelsche avatar mfelsche commented on June 22, 2024

Oh, good to hear that you found a workaround! :)
We will keep this issue in mind. Meanwhile, I will close this issue.
Thanks! :)

from crate.

pires avatar pires commented on June 22, 2024

@mfelsche has this changed since then? Really looking forward to add Kubernetes discovery support.

from crate.

mfelsche avatar mfelsche commented on June 22, 2024

Unfortunately i have to say: not yet!
But we still a solution for this on our backlog.
So stay tuned! :)

from crate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.