Hi all,
Is there a way to access the WorkerContext from the VertexInputFormat class (along the lines of getWorkerContext() from the BasicComputation class)? My goal is to access JVM-level in memory data structures from the VertexInputFormat. If we cannot access the WorkerContext, is there a workaround?
