Drew Farris

Results 6 issues of Drew Farris

The current implementation of `TermFrequencyQueryTransformer` populates `Event` `Metadata` objects incorrectly. It stores the shard id in the `Metadata` data type field. This fixes that. It has been tested with the...

Instead of removing all tar.gz files in the quickstart service directory for datawave, just remove those that start with the name datawave. This will allow us to avoid downloading wildfly...

tl; dr; I ended up cloning [email protected]:emsixteeen/IterativeReduce.git and building locally. I was unable to find a repo that contains 'com.cloudera:iterativereduce:jar:0.1-SNAPSHOT' Checked out rev a83a762fce6 and ran `maven clean install`, build...

Spotted a warning that could lead to a case fall-through. Oops.

In #2085 we implemented the ability to retrieve similar SSDeep hashes for a query hash using an ngram index. For this issue, extend that capability so that we can retrieve...