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

    Support Apache RocketMQ Version Support These Engines Key Features Description Source Options start.mode.offsets Task Example Simple: Specified format consumption Simple: S...
  • 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...
  • InfluxDB

    Description Key features Options url sql [string] schema [config] fields [Config] database [string] username [string] password [string] split_column [string] upper_bound ...
  • 4.14 Create an animation from multiple R plots

    3791 2024-05-23 《R Markdown Cookbook》
    References When you generate a series of plots in a code chunk, you can combine them into an animation. It is easy to do so if the output format is HTML—you only need to install ...
  • Debian 9

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following: Steps Log in to your host as root . Download ...
  • Integrations

    3787 2024-07-01 《Apache Hudi 0.15.0》
    Does AWS GLUE support Hudi ? How to override Hudi jars in EMR? Does AWS GLUE support Hudi ? AWS Glue jobs can write, read and update Glue Data Catalog for hudi tables. In order...
  • Telegram

    Telegram Telegram 如果您需要使用 Telegram 进行告警,请在告警实例管理模块创建告警实例,选择 Telegram 插件。 Telegram 的配置样例如下: 参数配置: WebHook: 使用 Telegram 的机器人,发送消息的 WebHook。 botToken 创建 Telegram 的机器人,...
  • 启动 Ambari 服务器

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

    Table 4.1. Ambari Repository URLs To access the Ambari 2.7.4.0 binaries, you must first have the required authentication credentials (username and password ). Authentication c...
  • 第三章:线程的基本操作

    学习目标 1. 线程启动(start)、休眠(sleep)、中断(interrupt) 1.1 线程启动(start) 1.2 线程休眠(sleep) 1.3 线程中断(interrupt) 2. 线程Join操作及其应用场景 2.1 Join操作的典型应用场景 3. 线程优先级的设置与影响 4. 守护线程(Daemon Thread)的应用...