public final class ScriptRecordWriter
extends <any>
Modifier and Type | Field and Description |
---|---|
protected static String |
SCRIPT_ENGINE |
protected static String |
SCRIPT_FILE |
Constructor and Description |
---|
ScriptRecordWriter(DataOutputStream out,
TaskAttemptContext context) |
Modifier and Type | Method and Description |
---|---|
void |
close(TaskAttemptContext context) |
void |
write(NullWritable key,
VertexWritable vertex) |
protected static final String SCRIPT_FILE
protected static final String SCRIPT_ENGINE
public ScriptRecordWriter(DataOutputStream out, TaskAttemptContext context) throws IOException
IOException
public void write(NullWritable key, VertexWritable vertex) throws IOException
IOException
public void close(TaskAttemptContext context) throws IOException
IOException
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.