Devlive 开源社区 本次搜索耗时 0.660 秒,为您找到 472 个相关结果.
  • 4. Getting Started With Hive JDBC

    Getting Started With Hive JDBC How to install JDBC driver Use JDBC driver with kerberos Getting Started With Hive JDBC How to install JDBC driver Kyuubi JDBC driver is...
  • Ubuntu 18

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following Steps Before installing Ambari, you must upda...
  • File Sizing

    5760 2024-06-30 《Apache Hudi 0.15.0》
    Auto-sizing during writes File sizing for Copy-On-Write (COW) and Merge-On-Read (MOR) tables More details about file sizing for Merge-On-Read(MOR) tables Configs Auto-Sizing Wi...
  • Telegraf

    Telegraf 是 InfluxData 公司开源的一款采集器,内置非常多的采集插件,不过 Telegraf 是面向 InfluxDB 生态的,采集的监控数据推给 InfluxDB 非常合适,推给 Prometheus、Victoriametrics、Thanos 这些时序库,可能会带来问题。主要是两点: 有些数据是 string 类型的,Prome...
  • Using Logstore

    5697 2024-06-26 《Apache Amoro 0.6.1》
    Real-Time data in LogStore Overview Prerequisites for using LogStore Double write LogStore and FileStore Due to the limitations of traditional offline data warehouse architect...
  • Clickhouse

    Support Those Engines Key Features Description Supported DataSource Info Data Type Mapping Source Options How to Create a Clickhouse Data Synchronization Jobs Tips Clickh...
  • 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 Before installing Ambari, you must upda...
  • Preparing to Set Up a Local Repository

    Steps Next Steps More Information Before setting up your local repository, you must have met certain requirements. Selected an existing server, in or accessible to the cluste...
  • Elasticsearch

    Description Key features Options hosts [array] username [string] password [string] index [string] source [array] array_column [array] query [json] scroll_time [String] sc...
  • 第三章:线程的基本操作

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