com.yahoo.datasketches:sketches-core

Core sketch algorithms used alone and by other repositories in the DataSketches library.

License

License

Categories

Categories

Data
GroupId

GroupId

com.yahoo.datasketches
ArtifactId

ArtifactId

sketches-core
Last Version

Last Version

0.13.4
Release Date

Release Date

Type

Type

jar
Description

Description

com.yahoo.datasketches:sketches-core
Core sketch algorithms used alone and by other repositories in the DataSketches library.
Project URL

Project URL

https://datasketches.github.io/
Source Code Management

Source Code Management

https://github.com/DataSketches/sketches-core

Download sketches-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-core/ -->
<dependency>
    <groupId>com.yahoo.datasketches</groupId>
    <artifactId>sketches-core</artifactId>
    <version>0.13.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-core/
implementation 'com.yahoo.datasketches:sketches-core:0.13.4'
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-core/
implementation ("com.yahoo.datasketches:sketches-core:0.13.4")
'com.yahoo.datasketches:sketches-core:jar:0.13.4'
<dependency org="com.yahoo.datasketches" name="sketches-core" rev="0.13.4">
  <artifact name="sketches-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.datasketches', module='sketches-core', version='0.13.4')
)
libraryDependencies += "com.yahoo.datasketches" % "sketches-core" % "0.13.4"
[com.yahoo.datasketches/sketches-core "0.13.4"]

Dependencies

compile (1)

Group / Artifact Type Version
com.yahoo.datasketches : memory jar 0.12.2

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.14.3
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.

Build Status Maven Central Language grade: Java Total alerts Coverage Status

=================

DataSketches Core Java Library Component

This is the core Java component of the DataSketches library. It contains all of the sketching algorithms and can be accessed directly from user applications.

This component is also a dependency of other components of the library that create adaptors for target systems, such as Hadoop Pig and Hadoop Hive.

Note that we have a parallel core component for C++ and Python implementations of the same sketch algorithms, incubator-datasketches-cpp.

Please visit the main DataSketches website for more information.

If you are interested in making contributions to this site please see our Community page for how to contact us.


Build Instructions

NOTE: This component accesses resource files for testing. As a result, the directory elements of the full absolute path of the target installation directory must qualify as Java identifiers. In other words, the directory elements must not have any space characters (or non-Java identifier characters) in any of the path elements. This is required by the Oracle Java Specification in order to ensure location-independent access to resources: See Oracle Location-Independent Access to Resources

JDK8 is required to compile

This DataSketches component is pure Java and you must compile using JDK 8.

Recommended Build Tool

This DataSketches component is structured as a Maven project and Maven is the recommended Build Tool.

There are two types of tests: normal unit tests and tests run by the strict profile.

To run normal unit tests:

$ mvn clean test

To run the strict profile tests:

$ mvn clean test -P strict

To install jars built from the downloaded source:

$ mvn clean install -DskipTests=true

This will create the following jars:

  • datasketches-java-X.Y.Z-incubating.jar The compiled main class files.
  • datasketches-java-X.Y.Z-incubating-tests.jar The compiled test class files.
  • datasketches-java-X.Y.Z-incubating-sources.jar The main source files.
  • datasketches-java-X.Y.Z-incubating-test-sources.jar The test source files
  • datasketches-java-X.Y.Z-incubating-javadoc.jar The compressed Javadocs.

Dependencies

Run-time

There is one run-time dependency:

  • org.apache.datasketches : datasketches-memory

Testing

See the pom.xml file for test dependencies.


Disclaimer: Apache DataSketches is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

com.yahoo.datasketches

DataSketches

NOTE: This library is being moved to ASF: https://datasketches.apache.org

Versions

Version
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.0
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0