Apache Hudi的编译及安装

简介

  1. 产品架构
    Apache Hudi的编译及安装_第1张图片
    Apache Hudi的架构图
  2. 产品特点

Upserts, Deletes with fast, pluggable indexing. Incremental queries,
Record level change streams Transactions, Rollbacks, Concurrency
Control. SQL Read/Writes from Spark, Presto, Trino, Hive & more
Automatic file sizing, data clustering, compactions, cleaning.
Streaming ingestion, Built-in CDC sources & tools. Built-in metadata
tracking for scalable storage access. Backwards compatible schema
evolution and enforcement.

编译

  1. 下载代码
    方式一:git方式下载
git clone https://github.com/apache/hudi.git && cd hudi

你可能感兴趣的:(hadoop,数据湖,apache,maven,java,Apache,Hudi)