Devlive 开源社区 本次搜索耗时 1.747 秒,为您找到 906 个相关结果.
  • Features and Limitations

    Features and Limitations Features Apache XTable™ (Incubating) provides users with the ability to translate metadata from one table format to another. Apache XTable™ (Incubatin...
  • PostgreSQL 先决条件

    Amazon RDS PostgreSQL Server 中的 Ranger 数据库用户应在安装 Ranger 之前创建,并且应被授予必须具有 CREATEDB 角色的现有角色。 使用主用户账户,从主用户账户(在创建 RDS PostgreSQL 实例期间创建)登录 Amazon RDS PostgreSQL 服务器并执行以下命令: a. CREAT...
  • HTTP

    1298 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Note Constructs HttpOperation AsyncRequestBuilder HttpClient ResponseHandler Build an asynchronous writer AvroHttpWriterBuilder R2RestWriterBuilder Bui...
  • Documentation Architecture

    1290 2025-03-26 《Apache Gobblin 0.17.0》
    Documentation Overview GitHub Wiki Limitations MkDocs ReadTheDocs Additional Information Documentation Overview The documentation for Gobblin is based on ReadTheDocs and Mk...
  • Hive Distcp

    1289 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Configure Hive Distcp Job Source and target metastores Database and tables to copy Target path computation Conflicting table and partitions treatment Deregisterin...
  • Gobblin as a Library

    1288 2025-03-17 《Apache Gobblin 0.17.0》
    Using Gobblin as a Library Creating an Embedded Gobblin instance Configuring Embedded Gobblin Running Embedded Gobblin Extending Embedded Gobblin Using Gobblin as a Library ...
  • Gobblin Modules

    1285 2025-03-26 《Apache Gobblin 0.17.0》
    Introduction How it works gobblin-modules/ Gobblin flavor Current flavors and modules What’s next Introduction Gobblin-modules is a way to support customization of the gobb...
  • Flink DDL

    1283 2025-03-12 《Apache Iceberg 1.8.1》
    DDL commands CREATE Catalog Hive catalog This creates an Iceberg catalog named hive_catalog that can be configured using 'catalog-type'='hive' , which loads tables from Hive m...
  • Set Up Service User Accounts

    Each service requires a service user account. The Ambari Cluster Install wizard creates new and preserves any existing service user accounts, and uses these accounts when configur...
  • Tailwind CSS 按需加载策略

    在大型应用中,合理的按需加载策略可以显著提升应用性能。本节将详细介绍如何在使用 Tailwind CSS 的项目中实现高效的按需加载。 样式按需加载 基础配置 // tailwind.config.js module . exports = { // 配置 JIT 模式 mode : 'jit' , // ...