t616178
t616178
Currently there is a lot of repetition in our test classes for the creation and use of schemas - this should be refactored to encourage reuse.
Specifically, provide a description of the test coverage for the different combinations of parameters, settings and loading mechanisms that can be used with a Gaffer graph.
Currently, there are some gaps in the integration test framework around testing combinations of data loading and retrieval mechanisms. This gap should be closed by extending the existing integration test...
Provide an implementation of the PageRank algorithm using GraphFrames to demonstrate use of the GraphFrames API as a Gaffer operation.
HDFS counters can be retrieved from the current context in two ways: context.getCounter(String, String) context.getCounter(Enum) Currently, we are using hardcoded Strings throughout the project to get Counter instances. Would it...