p013570
p013570
@james010101101 is this still required? Have you done any work on it?
Depends on #1860.
See comment on pull request - https://github.com/gchq/Gaffer/pull/505/files
The changes have caused the "class" field to be missed off again - so we need a different fix.
An example of a current query: ```java new GetElements().input("vertex1").view(new View.Builder().edge("red").build()).build(); ``` If we added some extra methods it could easily look like this: ```java GetElements.input("vertex1").e("red") ``` Another more nested query:...
We should create a new module within the library module: graph-analytic-library. The PageRank operation should go in there. The PageRank operation should have a generic input type and a generic...
This issue is basically ready to be merged in, except for an issue with performance that needs to be investigated.
It does work, but you need to configure kryo serialisation. "spark.serializer": "org.apache.spark.serializer.KryoSerializer"
Steps 1. Write install scripts for yarn/accumulo/gaffer 1. Measure performance of adding data from hdfs (how many elements added per second?) 1. Write install scripts for Gaffer REST API 1....
@gaffer01 it would be great to get some statistics included before we do version 1.0.0