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

Columns should be able to be resized dynamically by the user and there should be an indication of which column is being used to sort the rows and in which...

The following code extracted from a test case while correct causes an exception to occur if the maxValueExpansionThreshold is set to 1, There should be a check in the code...

A process is need to manage the creation for future shards. It needs to function with the following configuration: - name of table for sharding - number of shards -...

The IngestJob is dumping the map/reduce job counters multiple times in the logs. The org.apache.hadoop.mapreduce.job will dump the counters so there is no need for Datawave code to dump the...

A specialty iterator is needed which handles null/not null checks against non-event fields to allow their usage in queries. The iterator would need to return at most one key per...

This issue seems to surface when event.query.max.results is greater than 500K, and I believe we've narrowed this down to DedupingIterator's BloomFilter, which is currently defaulted to 500K expected insertions. As...

We made fixes for #622 to address critical issues. We need unit tests on these classes.

The filter:includeText function is not truly evaluation-only, and as such, does not truly belong in EvaluationPhaseFilterFunctions. Move it to QueryFunctions. Done per a request from @ivakegg

Create the function f:matchRegex, which will act as the equivalent of filter:includeRegex that is able to be applied efficiently to an index-only field. Resolves #1296

Add a section to query_help.html detailing how to use the #excerpts function.