datawave
datawave copied to clipboard
DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.
In issue #1558, we now appropriately push down terms for which the regex normalization cannot be applied to the index. This has caused some issues when we have a regex...
Merge NonShardedSplitsFile and ShardedTableMapFile. Use TableSplitsCache instead of reaching out to Accumulo in every reducer. Splits File generation now takes configured Partitioner needs into account. - If the table's partitioner...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...
GeoType fields only generate a single query range, which could potentially cover much larger areas than expected. The effect is that the query will spend a tremendous amount of time...
update zookeeper to keep pace with accumulo
We are using UniversalSet to give the appearance of all data types being allowed within the ShardQueryConfiguration (and other places). Instead of using UniversalSet, we should update our logic throughout...