Search Results for: String instruments
fields": [ {"name": "vertexid", "type": "long"}, {"name": "edgevalue", "type": "float"} ] } } } ] } and this other schema shows what a schema for an edge should look like. { "type": "record", "name": "gedge", "namespace": "org.apache.giraph.gora.generated", "fields" : [ {"name": "edgeid", "type": "string
"}, {"name": "edgeweight", "type": "float"}, {"name": "vertexinid", "type": "string"}, {"name": "vertexoutid", "type": "string"}, {"name": "label", "type": "string"} ] } now we are ready to generate our data beans. to do this, we need to use gora-core.jar which comes with giraph. the gora-compiler works...
https://giraph.apache.org/gora.html