Devlive 开源社区 本次搜索耗时 0.494 秒,为您找到 1264 个相关结果.
  • CDC Ingestion

    4945 2024-06-26 《Apache Amoro 0.6.1》
    Ingest into one table Iceberg format Mixed-Iceberg format Ingest Into multiple tables Iceberg format Mixed-Iceberg format CDC stands for Change Data Capture, which is a broa...
  • 告警自愈模块

    概述 架构 项目地址 安装启动 初始化 sql 启动 server 启动agentd Ibex 是告警自愈功能依赖的模块,提供一个批量执行命令的通道,可以做到在告警的时候自动去目标机器执行脚本,如果大家没有此需求,无需阅读本节内容。 概述 所谓的告警自愈,典型手段是在告警触发时自动回调某个 webhook 地址,在这个 webhook 里...
  • Deploy Kyuubi engines on YARN

    4935 2024-07-05 《Apache Kyuubi 1.9.1》
    Deploy Kyuubi Spark Engine on YARN Requirements Configurations Environment Spark Properties Master Queue Sizing Tuning Others Kerberos Deploy Kyuubi Flink Engine on YARN...
  • Function

    4929 2024-06-02 《Ramda 0.28.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • 1. Access Kyuubi with Hive JDBC and ODBC Drivers

    Access Kyuubi with Hive JDBC and ODBC Drivers Instructions Install Hive JDBC JDBC URL Example Unsupported Hive Features Access Kyuubi with Hive JDBC and ODBC Drivers...
  • checkpoint-storage

    Checkpoint Storage Introduction Checkpoint Storage Checkpoint Storage Configuration OSS S3 HDFS LocalFile Enable cache Checkpoint Storage Introduction Checkpoint is a f...
  • 本地参数

    本地参数 作用域 在任务定义页面配置的参数,默认作用域仅限该任务,如果配置了参数传递 则可将该参数作用到下游任务中。 使用方式 本地参数配置方式如下:在任务定义页面,点击“自定义参数”右边的加号,填写对应的变量名称和对应的值,保存即可。 如果要在单个任务中使用参数,请参阅通过自定义参数使用 如果要在任务中使用配置参数并在下游任务中使用它们: 如果...
  • Intro to schema feature

    Why we need schema SchemaOptions table schema_first comment Columns What type supported at now How to declare type supported PrimaryKey ConstraintKeys What constraintType s...
  • StarRocks

    Support These Engines Key Features Description Sink Options save_mode_create_template table [string] schema_save_mode[Enum] data_save_mode[Enum] custom_sql[String] Data Ty...
  • Webapi 接口

    以个人身份模仿WEB操作 第三方系统调用夜莺 n9e-webapi 模块提供了两类接口,一个是 /api/n9e 打头的,给前端调用,另一类是 /v1/n9e 打头的,给第三方系统调用。如果想以个人身份模仿WEB操作,也是调用 /api/n9e 相关接口。 以个人身份模仿WEB操作 这种方式,页面上 JavaScript 可以调用的所有接口,...