Elasticsearch for Apache Hadoop 6.0.0-alpha2 released | Elastic
âI am excited to announce the release of Elasticsearch for Apache Hadoop (aka ES-Hadoop) 6.0.0-alpha2[1] built against Elasticsearch 6.0.0-alpha2.
IMPORTANT: This is an alpha release and is intended for testing purposes only. Crazy things might happen when running this code and indices created with this version will certainly not be compatible with Elasticsearch 6.0.0 GA. For the sake of your own sanity, we do not advise using this version in production.
Whatâs new?
Alpha Support for Spark Structured Streaming
Spark 2.0 saw the alpha release of Structured Streaming[2], a new streaming framework that combines the query planning facilities from Spark SQL with the potential for exactly once processing of stream messages. Now, with ES-Hadoop 6.0.0-alpha2, we are proud to present our own Elasticsearch structured streaming sink for Apache Spark, complete with all features youâve come to love from the connector, as well as backed by an internal HDFS-based commit log to help ensure correct message delivery. All of this is detailed further in our documentation[3]. Please remember though: Both Structured Streaming in Spark and this sink in ES-Hadoop are alpha features! There could still be bugs lurking out there. We advise against rolling this out to production without careful consideration.
Squashing Bugs
Parsing errors from index auto-creation, backwards compatibility errors with scroll idâs, missing support for timestamps in params and much more. Take a look at all of the items that have been spruced up[4] in this release!
Feedback
Now you might be wondering, âWhy would I want to try an Alpha Release? Arenât these things normally riddled with bugs?â Well, yeah, sometimes. Thats why we need the help from all of you awesome early adopters!
So, please, DO try this at home! You can download[5] ES-Hadoop 6.0.0-alpha2, try it out, find out how it breaks, and let us know what you did on Twitter[6], GitHub[7], or in the forum[8]. A crisp high five is waiting for all who participate! Not a huge fan of high fives? Thereâs always the Elasticsearch Pioneer Program[9] instead!
References
- ^ 6.0.0-alpha2 (www.elastic.co)
- ^ Structured Streaming (spark.apache.org)
- ^ documentation (www.elastic.co)
- ^ all of the items that have been spruced up (www.elastic.co)
- ^ download (www.elastic.co)
- ^ Twitter (twitter.com)
- ^ GitHub (github.com)
- ^ forum (discuss.elastic.co)
- ^ Elasticsearch Pioneer Program (www.elastic.co)
Comments