tree: cc474bef28ad4765846cbb8e6cdf6b5f566d4525 [path history] [tgz]
  1. src/
  2. hfile_format.md
  3. pom.xml
  4. README.md
hudi-io/README.md

hudi-io Module

This module contains classes that are I/O related, including common abstraction and APIs, readers and writers, etc.

HFile Reader

We implement our own HFile reader (org.apache.hudi.io.hfile.HFileReaderImpl) that functionally works on reading HBase HFiles in the Hudi metadata tables, based on the format described below.

HFile Format

Refer to HFile Format documentation.