You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datasketches.apache.org by leerho <le...@gmail.com> on 2021/10/02 02:41:55 UTC

[ANNOUNCE] DataSketches Java 3.0.0 Released!

Hello All,
    -  This is the core Java component of the DataSketches library that
includes all the sketch algorithms in production-ready packages. These
sketches can be called directly from this component or used in conjunction
with the adaptor components such as Hadoop Pig, Hadoop Hive, or the
aggregator adaptors built into Apache Druid.

    - The big news is this version of the core Java library is compatible
with JDK 8 through JDK 13.
    - Download Site:
        https://datasketches.apache.org/docs/Community/Downloads.html
    - Release Documentation
        https://github.com/apache/datasketches-java/releases
    - Build & Test documentation
        https://github.com/apache/datasketches-java/blob/master/README.md
    - Website
        https://datasketches.apache.org

Thank you to the PMC members and community for taking the time to review
this release!

Lee