Devlive 开源社区 本次搜索耗时 0.118 秒,为您找到 2342 个相关结果.
  • Design

    3962 2024-06-21 《Apache Accumulo 2.x》
    Background Data Model Architecture Components Tablet Server Garbage Collector Manager Tracer Monitor Compactor (experimental) Compaction Coordinator (experimental) Scan S...
  • Setup

    3961 2024-06-21 《Apache Accumulo 2.x》
    User Manual (2.x and 3.x) Master/Manager naming Setup for testing or development Setup for Production Configuring Accumulo Initialization Run Accumulo Run individual Accumulo...
  • SQL DDL

    3938 2024-06-30 《Apache Hudi 0.15.0》
    Spark SQL Create table Create non-partitioned table Create partitioned table Create table with record keys and ordering fields Create table from an external location Create Ta...
  • HTTP Connector

    http asynchronous write Write with Apache StreamPark™ http asynchronous write support type Configuration list of HTTP asynchronous write HTTP writes data asynchronously Other ...
  • Flink Quick Start

    3932 2024-06-28 《Apache Hudi 0.15.0》
    Setup Flink Support Matrix Download Flink and Start Flink cluster Start Flink SQL client Create Table Insert Data Query Data Update Data Delete Data Row-level Delete Batch...
  • 设置 Ambari 服务器

    更多信息 在启动 Ambari 服务器之前,您必须 设置 Ambari 服务器。安装程序将 Ambari 配置为与 Ambari 数据库通信、安装 JDK 并允许您自定义 Ambari 服务器守护程序将运行的用户帐户。这些设置可以通过命令行或在 Ambari 守护程序中设置。 ambari - server setup 命令管理设置过程。在 A...
  • 开发指南

    环境要求 clone源码 构建项目 打开项目 解压缩包 复制路径 启动后台服务 启动前端服务 演示调试代码 环境要求 要求 版本 是否必须 其他事项 操作系统 Linux 支持 Windows, 推荐使用 Mac/Linux. IDE Intellij IDEA 推荐使用 Intellij I...
  • Java

    JAVA 节点 综述 创建任务 任务参数 任务样例 注意事项 JAVA 节点 综述 该节点用于执行 java 类型的任务,支持使用单文件和jar包作为程序入口。 创建任务 点击项目管理 -> 项目名称 -> 工作流定义,点击”创建工作流”按钮,进入 DAG 编辑页面: 拖动工具栏的JAVA任务节点到画板中。 任务参数 默...
  • Nessie

    3903 2024-06-29 《Apache Iceberg 1.5.2》
    Enabling Nessie Catalog Spark SQL Extensions Nessie Catalog Nessie and Iceberg Loosely coupled transactions Experimentation Further use cases Example Future Improvements ...
  • 名词解释

    名词解释 模块介绍 在对 Apache DolphinScheduler 了解之前,我们先来认识一下调度系统常用的名词 名词解释 DAG: 全称 Directed Acyclic Graph,简称 DAG。工作流中的 Task 任务以有向无环图的形式组装起来,从入度为零的节点进行拓扑遍历,直到无后继节点为止。举例如下图: 流程定义 :通过拖...