datawave icon indicating copy to clipboard operation
datawave copied to clipboard

DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.

Results 381 datawave issues
Sort by recently updated
recently updated
newest added

This optimization makes queries against geo fields behave somewhat similarly to geowave queries. Multiple, tight ranges will be generated which should greatly improve query performance. Running a query like this:...

…date to determine whether a whindex should be used. This depends on the following change in the metadata-utils repo: https://github.com/NationalSecurityAgency/datawave-metadata-utils/pull/12

Ticket Details: "The EvaluationPhaseFilterFunctions class has methods for single fielded isNull and isNotNull functions. When a multi-fielded isNull or isNotNull is in a query it is evaluated using the single...

The current implementation of `TermFrequencyQueryTransformer` populates `Event` `Metadata` objects incorrectly. It stores the shard id in the `Metadata` data type field. This fixes that. It has been tested with the...

Addresses https://github.com/NationalSecurityAgency/datawave/issues/1696

Integration Tested

Grouping became a function as of mysql 8: https://dev.mysql.com/blog-archive/mysql-8-0-grouping-function We need to escape the field "grouping" in CachedRunningQuery with backtick and that should make it compatible with mysql 8.

Instead of removing all tar.gz files in the quickstart service directory for datawave, just remove those that start with the name datawave. This will allow us to avoid downloading wildfly...