Registry / database / hudi-common

hudi-common

JSON →
library1.1.1javamavenunverified

Common module for Apache Hudi, providing core data structures for stream processing on big data.

<dependency> <groupId>org.apache.hudi</groupId> <artifactId>hudi-common</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · HUDI-COMMON
H
hudi-common
databasejavav1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HoodieRecord
org.apache.hudi.common.model.HoodieRecord

Creating a Hudi record.

import org.apache.hudi.common.model.HoodieRecord; public class Example { public void createRecord() { HoodieRecord record = new HoodieRecord(); System.out.println(record.getRecordKey()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hudi-common — mvn dependency:get hudi-common · libregistry