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

    1151 2025-03-11 《Apache Iceberg 1.8.1》
    Spark Configuration Catalogs Spark adds an API to plug in table catalogs that are used to load, create, and manage Iceberg tables. Spark catalogs are configured by setting Spark ...
  • Schedulers

    1139 2025-03-19 《Apache Gobblin 0.17.0》
    Introduction Quartz Azkaban Oozie Launching Gobblin in Local Mode Example Config Files Uploading Files to HDFS Adding Gobblin jar Dependencies Launching the Job Launching ...
  • State Management and Watermarks

    1134 2025-03-18 《Apache Gobblin 0.17.0》
    Managing Watermarks in a Job Basics Task Failures Multi-Dataset Jobs Gobblin State Deep Dive State class hierarchy How States are Used in a Gobblin Job This page has two p...
  • 第四节:自定义配置 - 调整Tailwind以匹配GitHub风格

    学习目标 GitHub设计系统分析 创建自定义配置文件 GitHub颜色系统实现 基础色彩应用示例 字体系统配置 字体应用示例 间距与布局系统 间距系统示例 阴影和圆角系统 阴影和圆角应用示例 实际案例:GitHub风格导航栏 插件扩展 统一项目配置示例 常见配置问题与解决方案 最佳实践建议 练习任务 总结 学习目标 ...
  • Tailwind CSS 响应式设计系统

    响应式设计基础 1. 断点系统 Tailwind CSS 默认提供五个断点: // tailwind.config.js 默认断点配置 module . exports = { theme : { screens : { 'sm' : '640px' , //...
  • Building Gobblin

    1081 2025-03-19 《Apache Gobblin 0.17.0》
    Overview Information Recorded Job Execution Information Task Execution Information Default Implementation Rest Query API Example Queries Job Execution History Server Over...
  • Retention

    1079 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Design Overview of Gobblin Config Management Library Retention Constructs DatasetCleaner DatasetFinder ManagedCleanableDatasetFinder ConfigurableCleanableDataset ...
  • Job Execution History Store

    1074 2025-03-18 《Apache Gobblin 0.17.0》
    Overview Information Recorded Job Execution Information Task Execution Information Default Implementation Rest Query API Example Queries Job Execution History Server Over...
  • Branching and Tagging

    1046 2025-03-10 《Apache Iceberg 1.8.1》
    Branching and Tagging Overview Iceberg table metadata maintains a snapshot log, which represents the changes applied to a table. Snapshots are fundamental in Iceberg as they are ...
  • Getting Started

    1045 2025-03-11 《Apache Iceberg 1.8.1》
    Getting Started The latest version of Iceberg is 1.8.1 . Spark is currently the most feature-rich compute engine for Iceberg operations. We recommend you to get started with Spar...