Devlive 开源社区 本次搜索耗时 1.686 秒,为您找到 1178 个相关结果.
  • Ambari 存储库

    Ambari 2.7.5 存储库 使用适合您的操作系统系列的链接 下载包含用于设置 Ambari 的软件的存储库文件 。 Ambari 2.7.5 存储库 OS Format URL RedHat 7 ...
  • Flink Actions

    1991 2024-06-29 《Apache Iceberg 1.5.2》
    Rewrite files action. Rewrite files action. Iceberg provides API to rewrite small files into large files by submitting Flink batch jobs. The behavior of this Flink action is the...
  • 链接

    1989 2024-05-26 《Markdown 中文版》
    Markdown 链接 添加标题 自动链接(Urls 和 邮件地址链接) 格式化链接 参考样式链接 格式化链接的第一部分 格式化链接的第二部分 格式化链接示例 最佳实践 Markdown 链接 要创建链接,请将链接文本放在方括号中(例如[Duck Duck Go]),然后立即在其后加上括号中的URL(例如(https://duckduc...
  • Installing MySQL

    About This Task Before You Begin Steps About This Task You can install MySQL 5.5 or later. Before You Begin On the Ambari host, install the JDBC driver for MySQL, and then...
  • Kafka-HDFS Ingestion

    1985 2025-03-18 《Apache Gobblin 0.17.0》
    Getting Started Standalone MapReduce Job Constructs Source and Extractor Writer and Publisher Job Config Properties Metrics and Events Task Level Metrics Task Level Events ...
  • Gobblin Metrics Architecture

    1971 2025-03-26 《Apache Gobblin 0.17.0》
    Metric Context Metrics Events Event Submitter Reporters RecursiveScheduleMetricReporter EventReporter Metric Context Metric contexts are organized hierarchically in a tr...
  • Product Interoperability

    Ambari 2.7.4 supports only HDP-3.1.4 and HDF-3.2.0 The Support Matrix tool provides information about: Operating Systems Databases Browsers JDK Use the following URL to det...
  • Microsoft Fabric

    Querying from Microsoft Fabric This guide offers a short tutorial on how to query Apache Iceberg and Apache Hudi tables in Microsoft Fabric utilizing the translation capabilities...
  • 图像

    1950 2024-05-26 《Markdown 中文版》
    Markdown 图片 图片链接 格式引用图片 指定图片大小 Markdown 图片 要添加图像,请添加一个感叹号(!),然后在括号中添加替代文本,并在括号中添加图像资源的路径或URL。您可以选择在括号中的URL之后添加标题。 ![ alt 属性文本](图片地址 "可选标题" ) 开头一个感叹号 ! 接着一个方括号,里面放上图片...
  • 第三章:线程的基本操作

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