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 274 datawave issues
Sort by recently updated
recently updated
newest added

Currently EdgeQuery only accepts Jexl queries. We want to add the ability to perform LUCENE queries as well with the query.syntax parameter (See ShardQueryLogic).

Added HitTermType and changed hit list code to use it instead of Content for hit terms. The motivation for this was as follows: - I saw that the document after...

https://github.com/NationalSecurityAgency/datawave/issues/1665

Had to update Wildfly as well in order to update jackson, so the version of jackson is the same used by wildfly (2.12.3) . Wildfly ships with its own version...

Bumps hadoop-common from 3.0.0-cdh6.2.0 to 3.3.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-common&package-manager=maven&previous-version=3.0.0-cdh6.2.0&new-version=3.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Fixes https://github.com/NationalSecurityAgency/datawave/issues/1643 - queries should no longer duplicate subtrees when delayed terms exist - document range query plans now have delayed terms propagated correctly - fix rare case that would...

Integration Tested

This is a second cut of https://github.com/NationalSecurityAgency/datawave/pull/1273 after the changes to refactor the parallel index expansion. Change summary - instead of building out nodes in-place, children are built first and...

Integration Tested