Devlive 开源社区 本次搜索耗时 0.589 秒,为您找到 1079 个相关结果.
  • Data Replication

    2849 2024-05-25 《Apache JDO 3.2.1》
    There are times when you need to replicate data between datastores. In many cases datastores themselves provide a means of doing this, however if you want to avoid using datastore...
  • Client Properties (2.x)

    2842 2024-06-22 《Apache Accumulo 2.x》
    Below are properties set in accumulo-client.properties that configure Accumulo clients . All properties have been part of the API since 2.0.0 (unless otherwise specified): Pr...
  • 启动 Ambari 服务器

    下一步 更多信息 在 Ambari Server 主机上运行以下命令: ambari - server start 要检查 Ambari Server 进程: ambari - server status 停止 Ambari 服务器: ambari - server stop 如果您计划将现有数据库实例...
  • 报警配置

    新增报警配置 E-mail(邮件) DingTalk(钉钉) Wechat(企微) Lark(飞书) 测试报警配置 修改报警配置 使用报警配置 删除报警配置 目前 StreamPark 中支持配置多种报警方式,主要有以下几种: E-mail :邮件通知 DingTalk :钉钉自定义群机器人 Wechat :企业微信自定义群机器人 ...
  • ZooKeeper

    2837 2024-06-22 《Apache Accumulo 2.x》
    ZooKeeper ACLs ACL errors during upgrade ZooKeeper ACLs Accumulo requires full access to nodes in ZooKeeper under the /accumulo path. The ACLs can be examined using the ZooKee...
  • TPC-H

    2836 2024-07-05 《Apache Kyuubi 1.9.1》
    TPC-H Integration Dependencies Configurations TPC-H Operations The TPC-H is a decision support benchmark. It consists of a suite of business oriented ad-hoc queries and concur...
  • 3. Kyuubi Project Improvement Proposals (KPIP)

    Kyuubi Project Improvement Proposals (KPIP) What is a KPIP? Who? KPIP Process Proposing a KPIP KPIP Document Template Discussing a KPIP Implementing a KPIP Kyuubi ...
  • Reading Tables

    2828 2024-07-01 《Apache Hudi 0.15.0》
    Does deleted records appear in Hudi’s incremental query results? How do I pass hudi configurations to my beeline Hive queries? Does Hudi guarantee consistent reads? How to think ...
  • Job Env Config

    Common Parameter job.name jars job.mode checkpoint.interval parallelism job.retry.times shade.identifier Flink Engine Parameter Spark Engine Parameter This document desc...
  • 任务组管理

    任务组管理 任务组配置 新建任务组 查看任务组队列 任务组的使用 任务组的实现逻辑 获取任务组资源: 释放与唤醒: 任务组流程图 任务组管理 任务组主要用于控制任务实例并发,旨在控制其他资源的压力(也可以控制 Hadoop 集群压力,不过集群会有队列管控)。您可在新建任务定义时,可配置对应的任务组,并配置任务在任务组内运行的优先级。用户...