Devlive 开源社区 本次搜索耗时 0.896 秒,为您找到 165 个相关结果.
  • Attach-Detach

    3245 2024-05-25 《Apache JDO 3.2.1》
    Detach All On Commit Copy On Attach Serialization of Detachable classes JDO provides an interface to the persistence of objects. JDO 1.0 didn’t provide a way of taking an objec...
  • Fetch Plan/Groups

    3196 2024-05-25 《Apache JDO 3.2.1》
    Default Fetch Group Named Fetch Groups Dynamic Fetch Groups Fetch Depth Fetch Size When an object is retrieved from the datastore by JDO typically not all fields are retrieve...
  • Proxy

    3177 2024-06-22 《Apache Accumulo 2.x》
    Prerequisites Running the Proxy Server Proxy Client Examples Ruby Python Java The Accumulo Proxy allows the interaction with Accumulo with languages other than Java. A prox...
  • Scan Executors

    3170 2024-06-22 《Apache Accumulo 2.x》
    Configuring and using Scan Executors Configuring and using Scan Prioritizers. Providing hints from the client side. Accumulo scans operate by repeatedly fetching batches of dat...
  • SQL DML

    3156 2024-06-30 《Apache Hudi 0.15.0》
    Spark SQL Insert Into Insert Overwrite Update Merge Into Delete From Data Skipping and Indexing Flink SQL Insert Into Update Delete From Setting Writer/Reader Configs F...
  • 1. Deploy Kyuubi engines on Yarn

    Deploy Kyuubi engines on Yarn Requirements Configurations Environment Spark Properties Master Queue Sizing Tuning Others Kerberos Deploy Kyuubi engines on Yarn ...
  • Development Tools

    3131 2024-06-22 《Apache Accumulo 2.x》
    MiniAccumuloCluster Iterator Test Harness Framework Use Normal Test Outline Limitations Accumulo has several tools that can help developers test their code. MiniAccumuloClu...
  • Metrics

    3125 2024-07-01 《Apache Hudi 0.15.0》
    MetricsReporter JmxMetricsReporter Configurations Demo MetricsGraphiteReporter Configurations Demo DatadogMetricsReporter Configurations Demo PrometheusMetricsReporter AW...
  • Configuration

    3105 2025-03-14 《Redisson 3.45.0》
    Using Redisson API Programmatic configuration is performed by the Config object instance. For example: Config config = new Config (); config . setTransportMode ( Transpo...
  • Batch Writes

    3102 2024-06-30 《Apache Hudi 0.15.0》
    Spark DataSource API The hudi-spark module offers the DataSource API to write a Spark DataFrame into a Hudi table. There are a number of options available: HoodieWriteConfig :...