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

    Maintenance Maintenance operations require the Table instance. Please refer Java API quickstart page to refer how to load an existing table. Recommended Maintenance Expire...
  • Configuration

    Configuration Table properties Iceberg tables support table properties to configure table behavior, like the default split size for readers. Read properties Property Defaul...
  • DDL

    Spark DDL To use Iceberg in Spark, first configure Spark catalogs . Iceberg uses Apache Spark’s DataSourceV2 API for data source and catalog implementations. CREATE TABLE Spark...
  • Java Quickstart

    Java API Quickstart Create a table Tables are created using either a Catalog or an implementation of the Tables interface. Using a Hive catalog The Hive catalog connects to...
  • Java Custom Catalog

    Custom Catalog It’s possible to read an iceberg table either from an hdfs path or from a hive table. It’s also possible to use a custom metastore in place of hive. The steps to do...
  • API Models

    272 2025-03-14 《Redisson 3.45.0》
    Synchronous and Asynchronous API Redisson instances are fully thread-safe. Synchronous and Asynchronous API could be reached via RedissonClient interface. Most Redisson objects...
  • Distributed counters

    271 2025-03-14 《Redisson 3.45.0》
    Id generator Redis or Valkey based Java Id generator RIdGenerator generates unique numbers but not monotonically increased. At first request, batch of id numbers is allocated and...
  • Utility First CSS 的优势与挑战

    什么是 Utility First CSS? Utility First CSS 是一种使用原子类(atomic classes)来构建用户界面的方法。不同于传统的语义化 CSS 类名,它使用大量的功能性类名来直接描述样式。例如: <!-- 传统方式 --> <button class = "btn-primary" > 按钮 </b...
  • Reliability

    Reliability Iceberg was designed to solve correctness problems that affect Hive tables running in S3. Hive tables track data files using both a central metastore for partitions a...
  • Commands mapping

    250 2025-03-15 《Redisson 3.45.0》
    Redis or Valkey command Sync / Async APIRedisson.create(config) Reactive APIredisson.reactive() RxJava3 APIredisson.rxJava() AUTH Config.setPassword() - - APPEND ...