You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datasketches.apache.org by David Cromberge <da...@gmail.com> on 2022/06/08 13:31:19 UTC

[ANNOUNCE] Datasketches Java 3.3.0 released!

### Dropping support for direct and off-heap memory in Java 9 and Java 10
#401) ###

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.

1. Download Site:
- https://datasketches.apache.org/docs/Community/Downloads.html

2. Source repository:
- https://github.com/apache/datasketches-java/releases
<https://github.com/apache/datasketches-memory/releases>

3. Download, build and test documentation:
- https://github.com/apache/datasketches-java/blob/master/README.md
<https://github.com/apache/datasketches-memory/blob/master/README.md>

3. Website
- https://datasketches.apache.org

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

David