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

    4256 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

    4237 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 ...
  • Glossary

    4237 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 ...
  • Sampling

    4206 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...
  • Configuration Files

    4011 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

    3631 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

    3412 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

    3350 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

    3301 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...
  • ZooKeeper

    3299 2024-06-22 《Apache Accumulo 2.x》
    ZooKeeper ACLs ACL errors during upgrade ZooKeeper ACLs Accumulo requires full access to nodes in ZooKeeper under the /accumulo path. The ACLs can be examined using the ZooKee...