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

Added locking mechanism for easy reuse. Added lock to `load-job-cache.sh`

This PR represents the minimum number of changes required to eliminate the log4j 1.2.x dependency, as a first step toward full 2.x adoption for DW 3.x. That is, `log4j-1.2-api-2.x.jar` and...

The `JexlNodes` class offers the method ` children(T node, JexlNode... children)` for general purpose setting of children. Add a new method with signature `children(T node, Collection children)`

good first issue

On-demand tracing within DW has suffered from lack of use and has actually been broken for quite some time The purpose of this ticket is to evaluate OpenTelemetry-based tracing introduced...

The current websocket interface has the server close the websocket after the query results are sent to the client. By doing that, the websocket is not adding any functionality over...

The code is using a default LuceneToJexlQueryParser containing a default set of allowedFunctions in DatawaveSelectorExtractor. If the QueryLogicFactory.xml defined allowedFunctions has entries that are not in the default list, then...

Queries that contain lucene functions that are not configured in the LuceneToJexlQueryParser will cause an NPE in ContentQueryMetricsIngestHelper which is not caught locally enough to allow the query metric to...

QueryLogicFactory.xml allowedQueryFunctions is missing the following functions from JexlTreeBuilder.DEFAULT_ALLOWED_FUNCTIONS AtomValuesMatchFunction GroupBy NoExpansion Compare