Devlive 开源社区 本次搜索耗时 2.268 秒,为您找到 48 个相关结果.
  • Development Tools

    3741 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...
  • Tracing

    3735 2024-06-22 《Apache Accumulo 2.x》
    Configuring Tracing Instrumenting a Client Tracing from the Shell It can be difficult to determine why some operations are taking longer than expected. For example, you may be ...
  • Sampling

    3671 2024-06-22 《Apache Accumulo 2.x》
    Overview Configuring Scanning sample data Bulk import Overview Accumulo has the ability to generate and scan a per table set of sample data. This sample data is kept up to da...
  • Glossary

    3627 2024-06-21 《Apache Accumulo 2.x》
    authorizations a set of strings associated with a user or with a particular scan that will be used to determine which key/value pairs are visible to the user. cell a set ...
  • Configuration Files

    3507 2024-06-22 《Apache Accumulo 2.x》
    accumulo.properties accumulo-client.properties accumulo-env.sh Log configuration files log4j2-service.properties log4j2.properties cluster.yaml gc manager monitor tserver ...
  • Multi-Volume Installations

    3162 2024-06-22 《Apache Accumulo 2.x》
    This is an advanced configuration setting for very large clusters under a lot of write pressure. The HDFS NameNode holds all of the metadata about the files in HDFS. For fast per...
  • Caching

    2983 2024-06-22 《Apache Accumulo 2.x》
    Configuration Accumulo tablet servers have block caches that buffer data in memory to limit reads from disk. This caching has the following benefits: reduces latency when rea...
  • System Metadata Tables

    2910 2024-06-22 《Apache Accumulo 2.x》
    Accumulo tracks information about tables in metadata tables. The metadata for most tables is contained within the metadata table in the accumulo namespace, while metadata for that...
  • Authentication

    2888 2024-06-22 《Apache Accumulo 2.x》
    Configuration Root user Creating users Authenticating users Changing user passwords Removing users Accumulo has authentication to verify the identity of users. Configurati...
  • Performance

    2869 2024-06-22 《Apache Accumulo 2.x》
    Read performance Write performance Accumulo can be tuned to improve read and write performance. Read performance Enable caching on tables to reduce reads to disk. Enable b...