n3101

Results 7 issues of n3101

Gaffer authenticates to Accumulo using stored username & password. There is now a requirement to offer a choice of authentication either using Kerberos or the existing username/password. (https://github.com/gchq/Gaffer/issues/2348 previously enquired...

headliner

This was originally tacked onto another issue, but should be handled separately: "I think it is worth thinking about how parameters that are not int, str, or bool are actually...

From a non-github user: "If I execute RemoveGraph, then by default the underlying Accumulo table will remain. If I then execute AddGraph using the existing table name then happy days,...

bug
accumulo-store

There is a small set of Java Spark operations available in Gaffer, which do not appear to be used and perhaps are unusable. Spark is a prominent big data technology,...

tech-debt
spark

**Describe the new feature you'd like** Add the spark-library to the classpath for the rest jar in core Gaffer. **Why do you want this feature?** This will enable gafferpy to...

enhancement
spark

**Describe the new feature you'd like** Add the ability to identify specific data vertices, or categories of vertices, and delete them from a persisting backing store. **Why do you want...

enhancement

We want to compare sets (or keys of a map) with a collection in the predicate and return true/false based on the type of overlap. 1. Seen In/Has Intersection? Data...

feature