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

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...

linked

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...

dependencies

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...

enhancement

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...