Devlive 开源社区 本次搜索耗时 0.395 秒,为您找到 1316 个相关结果.
  • Translations & Localization

    4221 2024-06-03 《Docusaurus 1.14.7》
    Docusaurus Translation Configurations Translating Your Existing Docs Enabling Translations on Pages Gathering Strings to Translate Custom Translation Strings How Strings Get T...
  • 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 ...
  • Java API

    4205 2024-06-29 《Apache Iceberg 1.5.2》
    Tables Table metadata Scanning File level Transactions Types Primitives Nested types Expressions Expression binding Expression example Modules Tables The main purpose...
  • PyPI

    4168 2024-05-24 《Apache Superset 4.0.1》
    OS Dependencies ​ Python Virtual Environment ​ Installing and Initializing Superset ​ This page describes how to install Superset using the apache-superset package publis...
  • Hadoop Resource Integration

    Using Apache Hadoop resource in Flink on Kubernetes 1. Apache HDFS 1.1 Add the shaded jar 1.2. add core-site.xml and hdfs-site.xml 2. Apache Hive 2.1. Add Hive-related jars 2...
  • Apache JDO

    4100 2024-05-25 《Apache JDO 3.2.1》
    Welcome to Apache JDO, a project of the Apache DB project . Our goal is a thriving community of users and developers of object persistence technology. Java Data Objects (JDO) is a...
  • How to read this book

    4089 2024-05-06 《R Markdown Cookbook》
    References It is recommended that readers have a basic understanding of R Markdown. Chapter 2 of R Markdown: The Definitive Guide [@rmarkdown2018] provides an overview of the ba...
  • Java

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

    4075 2024-06-29 《Apache Iceberg 1.5.2》
    Preparation when using Flink SQL Client Flink’s Python API Adding catalogs. Catalog Configuration Hive catalog Creating a table Writing Branch Writes Reading Type conversi...
  • 名词解释

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