Devlive 开源社区 本次搜索耗时 0.765 秒,为您找到 197 个相关结果.
  • Writing Tables

    10255 2024-07-01 《Apache Hudi 0.15.0》
    What are some ways to write a Hudi table? How is a Hudi writer job deployed? Can I implement my own logic for how input records are merged with record on storage? How do I delet...
  • 单机部署 (Standalone)

    PostgreSQL (8.2.15+) or MySQL (5.7系列):两者任选其一即可 JDK (1.8+):必装,请安装好后在/etc/profile下配置 JAVA_HOME 及 PATH 变量 ZooKeeper (3.4.6+):必装 pstree or psmisc:Mac OS必装pstree,Fedora/Red/Hat/Ce...
  • 二进制方式

    组件安装 安装夜莺 部署集群 MySQL Redis 时序库 n9e-webapi n9e-server 首先我们来看下面的架构图,夜莺的服务端有两个模块:n9e-webapi 和 n9e-server,n9e-webapi 用于提供 API 给前端 JavaScript 使用,n9e-server 的职责是告警引擎和数据转发器。依赖的组件...
  • Concurrency Control

    9977 2024-06-28 《Apache Hudi 0.15.0》
    Deployment models with supported concurrency controls Model A: Single writer with inline table services Single Writer Guarantees Model B: Single writer with async table services ...
  • Architecture

    9845 2024-07-05 《Apache Kyuubi 1.9.1》
    Introduction Architecture Overview Unified Interface Runtime Resource Resiliency High Availability & Load Balance Authentication & Authorization Conclusions Introduction K...
  • Introduction

    9759 2024-06-24 《Apache Amoro 0.6.1》
    Architecture Supported table formats Supported engines Iceberg format Paimon format Mixed format User cases Self-managed streaming Lakehouse Stream-and-batch-fused data pipe...
  • Redis Connector

    Redis Write Dependency Writing Redis the Regular Way 1.Access to source 2. Write to redis Apache StreamPark™ Writes to Redis 1. Configure policy and connection information 2. ...
  • 项目配置

    为什么需要配置 flink option property 基础参数 Memory参数 配置总内存 Table app sql 总结 配置在StreamPark 中是非常重要的概念,先说说为什么需要配置 为什么需要配置 开发DataStream 程序,大体流程都可以抽象为以下4步 StreamExecutionEnvironm...
  • GitHub 趋势日报 (2025年05月04日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 C++ C Rust Go Java Lua TypeScript PHP Vim Script Swift Dart Ruby MDX PowerShell Kotlin Python HTML Markdown JavaScript Jupyter Not...
  • Design & Concepts

    9393 2024-07-01 《Apache Hudi 0.15.0》
    How does Hudi ensure atomicity? Does Hudi extend the Hive table layout? What concurrency control approaches does Hudi adopt? Hudi’s commits are based on transaction start time i...