Devlive 开源社区 本次搜索耗时 1.371 秒,为您找到 386 个相关结果.
  • Configure Kyuubi to use LDAP Authentication

    2359 2024-07-05 《Apache Kyuubi 1.9.1》
    Enable LDAP Authentication Kyuubi can be configured to enable frontend LDAP authentication for clients, such as the BeeLine, or the JDBC and ODBC drivers. At present, only simple...
  • 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...
  • Phoenix

    Description Key features Options driver [string] url [string] common options Example Changelog 2.2.0-beta 2022-09-26 Phoenix sink connector Description Write Phoenix...
  • Configuration

    2247 2025-03-10 《Apache Iceberg 1.8.1》
    Configuration Table properties Iceberg tables support table properties to configure table behavior, like the default split size for readers. Read properties Property Defaul...
  • Kyuubi v.s. HiveServer2

    2242 2024-07-05 《Apache Kyuubi 1.9.1》
    Introduction Hive on Spark Differences Between Kyuubi and HiveServer2 Performance References Introduction HiveServer2 is a service that enables clients to execute Hive QL qu...
  • Debugging Kyuubi

    2117 2024-07-05 《Apache Kyuubi 1.9.1》
    Debugging Server Debugging Engine Flink Engine Trino Engine Hive Engine Debugging Apps Spark Engine Flink Engine You can use the Java Debug Wire Protocol to debug Kyuubi ...
  • Observability

    2103 2025-03-15 《Redisson 3.45.0》
    Metrics This feature is available only in Redisson PRO Monitoring systems integration Redisson provides integration the most popular monitoring systems through Micrometer fram...
  • Overview

    2024 2025-03-12 《Redisson 3.45.0》
    Redisson is the Java Client and Real-Time Data Platform for Redis or Valkey . Providing the most convenient and easiest way to work with Redis or Valkey. Redisson objects provide ...
  • Java API

    2007 2025-03-12 《Apache Iceberg 1.8.1》
    Iceberg Java API Tables The main purpose of the Iceberg API is to manage table metadata, like schema, partition spec, metadata, and data files that store table data. Table metad...
  • Tailwind CSS 构建流程优化

    在大型项目中,构建流程的优化对于提高开发效率和产品性能至关重要。本节将详细介绍如何优化 Tailwind CSS 项目的构建流程。 开发环境优化 Webpack 配置优化 // webpack.dev.js const path = require ( 'path' ); module . exports = { mod...