Additional metrics changes (#4459)

* Completes removal of static MetricsUtils class (this completes changes started in #4384)
* Adds metric initialization to ServiceContext
  - provides consistent use of tags and service metrics initialization so  service name and ip address are applied as common tags.
* Provide a metrics SPI to enable metric provider extensions by users
  - Adds the MeterRegistryFactory to ..core.spi.metrics and deprecates
  .core.metrics.MeterRegistryFactory
  - Modified the GENERAL_MICROMETER_FACTORY to be a list of class names. This allows multiple providers to be used. For example, logging and statsd.
  - Provides a sample metrics implementation using a LoggingProvider
* Provides general method that can be used to pass parameters using standard properties, with `general.custom.metrics.opts prefix`  to allow for user runtime customization
* Removes prop store metrics
48 files changed
tree: 03346d10acfd628b6405483fe41151e695fd9638
  1. .github/
  2. assemble/
  3. core/
  4. hadoop-mapreduce/
  5. iterator-test-harness/
  6. minicluster/
  7. server/
  8. shell/
  9. src/
  10. start/
  11. test/
  12. .asf.yaml
  13. .gitattributes
  14. .gitignore
  15. DEPENDENCIES
  16. LICENSE
  17. NOTICE
  18. pom.xml
  19. README.md
  20. TESTING.md
README.md

Apache Accumulo


Build Status Maven Central Javadoc Apache License

Apache Accumulo is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval. With Apache Accumulo, users can store and manage large data sets across a cluster. Accumulo uses Apache Hadoop's HDFS to store its data and Apache Zookeeper for consensus.

Download the latest version of Apache Accumulo on the project website.

Getting Started

More resources can be found on the project website.

Building

Accumulo uses Maven to compile, test, and package its source. The following command will build the binary tar.gz from source. Add -DskipTests to build without waiting for the tests to run.

mvn package

This command produces assemble/target/accumulo-<version>-bin.tar.gz

Contributing

Contributions are welcome to all Apache Accumulo repositories.

If you want to contribute, read our guide on our website.

Export Control


This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See https://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

Apache Accumulo uses the built-in java cryptography libraries in its RFile encryption implementation. See oracle's export-regulations doc for more details for on Java‘s cryptography features. Apache Accumulo also uses the bouncycastle library for some cryptographic technology as well. See the BouncyCastle site for more details on bouncycastle’s cryptography features.