Devlive 开源社区 本次搜索耗时 0.671 秒,为您找到 144 个相关结果.
  • Table Design

    3453 2024-06-21 《Apache Accumulo 2.x》
    Basic Table RowID Design Lexicoders Indexing Entity-Attribute and Graph Tables Document-Partitioned Indexing Basic Table Since Accumulo tables are sorted by row ID, each ta...
  • PersistenceManagerFactory

    3424 2024-05-25 《Apache JDO 3.2.1》
    Standard JDO Properties Any JDO-enabled application will require (at least) one PersistenceManagerFactory. Typically applications create one per datastore being utilised. A Persi...
  • 3. Trouble Shooting

    3407 2024-07-05 《Apache Kyuubi 1.9.1》
    Common Issues java.lang.UnsupportedClassVersionError .. Unsupported major.minor version 52.0 org.apache.spark.SparkException: When running with master ‘yarn’ either HADOOP_CONF_DI...
  • 8. Distributed locks and synchronizers

    3266 2024-06-19 《Redisson 3.31.0》
    8.1. Lock 8.2. Fair Lock 8.3. MultiLock 8.4. RedLock 8.5. ReadWriteLock 8.6. Semaphore 8.7. PermitExpirableSemaphore 8.8. CountDownLatch 8.9. Spin Lock 8.10. Fenced Lock ...
  • Managing Optimizers

    3178 2024-06-26 《Apache Amoro 0.6.1》
    Optimizer container Local container Flink container External container Optimizer group Add optimizer group Edit optimizer group Remove optimizer group Optimizer Scale-out a...
  • Erasure Coding

    3109 2024-06-22 《Apache Accumulo 2.x》
    Important Warning EC and Threads HDFS ec Command Configuring EC for a New Instance Configuring EC for an Existing Instance Defining Custom EC Policies With the release of ve...
  • Table Services

    3102 2024-07-01 《Apache Hudi 0.15.0》
    What does the Hudi cleaner do? How do I run compaction for a MOR table? What options do I have for asynchronous/offline compactions on MOR table? How to disable all table servic...
  • Kudu

    3101 2024-07-05 《Apache Kyuubi 1.9.1》
    What is Apache Kudu Why Kyuubi on Kudu Kudu Integration with Apache Spark Kudu Integration with Kyuubi Install Kudu Spark Dependency Start Kyuubi Start Beeline Or Other Client...
  • Summary Statistics

    3082 2024-06-22 《Apache Accumulo 2.x》
    Overview Inaccuracies Configuring Permissions Bulk import Examples Overview Accumulo has the ability to generate summary statistics about data in a table using user defined...
  • Functions

    3019 2024-06-07 《Underscore.js 1.13.6》
    bind bindAll partial memoize delay defer throttle debounce once after before wrap negate compose restArguments bind _.bind(function, object, *arguments) source ...