p013570

Results 16 issues of p013570

It is common for Gaffer Schemas to have quite a bit of boiler plate code, such as: - commonly used types - count - time/date - visibility - cardinality Entities...

blocked
feature

Being able to run arbitrary script from Java would be useful for data conversion and processing. It should not be enabled for public use, but as an enhanced/processing user it...

feature

Create an operation to update elements. This should probably be handled by Accumulo using a map reduce job.

enhancement
needs-elaboration

An OperationChain consisting of [GetElements, Limit(10)] has a generic output type of Iterable. This means the Proxy Store doesn't know to deserialise the objects into Elements.

bug
federated-store
proxy-store

If you create 2 graphs in the FederatedStore with different visibility property names ("visibility1" and "visibility2") then you cannot run a single operation over both graphs at the same time....

bug
federated-store

The GetShortestPath should take a start and end vertex (should it be an EntitySeed or just the vertex value?) It should be configured with a maximum number of hops. It...

needs-elaboration
spark
feature

For example: ```scala val addRdd = new ImportRDDOfElements.Builder() .input(elementsRdd) .option("outputPath", "output") .option("failurePath", "failure") .build() graph.execute(addRdd, user) ``` Exception is: ``` Exception in thread "main" java.io.NotSerializableException: uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity.ByteEntityAccumuloElementConverter Serialization stack: - object...

bug
spark

For example: ```json { "class": "GetElements", "input": "${input}", "view": { "edge1": { "preAggregationFilterFunctions": [{ "selection": "count", "predicate": { "class": "IsMoreThan", "value": "${threshold}" } }] } } } ``` This is...

enhancement
headliner

Objects like FreqMap should only be used with a small number of keys, otherwise we could end up hitting limits in accumulo/hbase for the size of the rows. In our...

enhancement
needs-elaboration

This would include running all the integration tests and checking things like AddElementsFromHdfs works.

enhancement
accumulo-store