MiniAccumuloCluster Iterator Test Harness Framework Use Normal Test Outline Limitations Accumulo has several tools that can help developers test their code. MiniAccumuloClu...
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 ...
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...
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 ...
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...
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...
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...
Configuration Root user Creating users Authenticating users Changing user passwords Removing users Accumulo has authentication to verify the identity of users. Configurati...
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...