MCPcopy Index your code
hub / github.com/apache/datasketches-hive

github.com/apache/datasketches-hive @2.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.0.0 ↗ · + Follow
1,027 symbols 4,182 edges 183 files 99 documented · 10% updated 53d ago2.0.0 · 2024-07-01★ 51
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

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

DataSketches Java UDF/UDAF Adaptors for Apache Hive

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.


Hadoop Hive UDFs/UDAFs

See relevant sections under the different sketch types in Java Core Documentation.

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-hive-X.Y.Z-incubating.jar The compiled main class files.
  • datasketches-hive-X.Y.Z-incubating-tests.jar The compiled test class files.
  • datasketches-hive-X.Y.Z-incubating-sources.jar The main source files.
  • datasketches-hive-X.Y.Z-incubating-test-sources.jar The test source files
  • datasketches-hive-X.Y.Z-incubating-javadoc.jar The compressed Javadocs.

Dependencies

Run-time

This has the following top-level dependencies:

  • org.apache.datasketches : datasketches-java
  • org.apache.hive : hive-exec
  • org.apache.hadoop : hadoop-common
  • org.apache.hadoop : hadoop-mapreduce-client-core

Testing

See the pom.xml file for test dependencies.

Core symbols most depended-on inside this repo

update
called by 413
src/main/java/org/apache/datasketches/hive/theta/UnionState.java
getEvaluator
called by 268
src/main/java/org/apache/datasketches/hive/cpc/UnionSketchUDAF.java
wrapAsMemory
called by 205
src/main/java/org/apache/datasketches/hive/common/BytesWritableHelper.java
iterate
called by 162
src/main/java/org/apache/datasketches/hive/kll/UnionSketchUDAF.java
init
called by 125
src/main/java/org/apache/datasketches/hive/theta/UnionState.java
getNewAggregationBuffer
called by 121
src/main/java/org/apache/datasketches/hive/theta/UnionEvaluator.java
terminate
called by 101
src/main/java/org/apache/datasketches/hive/cpc/SketchEvaluator.java
merge
called by 82
src/main/java/org/apache/datasketches/hive/cpc/SketchEvaluator.java

Shape

Method 822
Class 205

Languages

Java100%

Modules by API surface

src/test/java/org/apache/datasketches/hive/tuple/DataToArrayOfDoublesSketchUDAFTest.java21 symbols
src/test/java/org/apache/datasketches/hive/tuple/DataToDoubleSummaryWithModeSketchUDAFTest.java19 symbols
src/test/java/org/apache/datasketches/hive/tuple/DataToDoubleSummarySketchUDAFTest.java19 symbols
src/test/java/org/apache/datasketches/hive/hll/DataToSketchUDAFTest.java19 symbols
src/test/java/org/apache/datasketches/hive/cpc/DataToSketchUDAFTest.java19 symbols
src/test/java/org/apache/datasketches/hive/theta/DataToSketchUDAFTest.java18 symbols
src/test/java/org/apache/datasketches/hive/tuple/UnionDoubleSummaryWithModeSketchUDAFTest.java17 symbols
src/test/java/org/apache/datasketches/hive/hll/UnionSketchUDAFTest.java17 symbols
src/test/java/org/apache/datasketches/hive/cpc/UnionSketchUDAFTest.java17 symbols
src/main/java/org/apache/datasketches/hive/theta/IntersectSketchUDAF.java17 symbols
src/test/java/org/apache/datasketches/hive/tuple/UnionArrayOfDoublesSketchUDAFTest.java15 symbols
src/test/java/org/apache/datasketches/hive/theta/UnionSketchUDAFTest.java15 symbols

For agents

$ claude mcp add datasketches-hive \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact