public void checkOutput(HiveOutputDescription outputDesc,
HiveTableSchema schema, HiveWritableRecord emptyRecord) { }
@Override
public void initialize() {
HiveTableSchema schema = getTableSchema();
ImmutableClassesGiraphConfiguration conf = getConf();
vertexIdWriter = HiveJythonUtils.newValueWriter(schema,
VERTEX_ID_COLUMN, conf, GraphType.VERTEX_ID,
GiraphHiveConstants.VERTEX_ID_WRITER_JYTHON_NAME);