datawave
datawave copied to clipboard
DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.
original regex for number types
Update SessionOptions to fully implement ScannerBase instead of extending ScannerOptions. This is done to avoid using ScannerOptions since it is not from Accumulo's public API. Part of work for #2443
Accumulo used to support relative files paths that were resolved to fully qualified paths using the properties instance.dfs.uri and instance.dfs.dir. In the accumulo 2.1.0 upgrade all relative paths in the...
run a dedicated rabbitmq for the query results
These draft changes build on #2568 with the following differences. * Compute bulkv2 load plans using new unreleased APIs in accumulo PR 4898 * The table splits are loaded at...
Refactor the method ContentFunctionsDescriptor.fieldsAndTerms() to reduce the cognitive complexity as measured by SolarLint from 97 to within the target of 15. Fixes #2456