public final class ScriptInputFormat extends CommonFileInputFormat
ScriptOutputFormat
take an arbitrary script and use that script to either read or
write Vertex
objects, respectively. This can be considered the most general InputFormat/OutputFormat
possible in that Hadoop-Gremlin uses the user provided script for all reading/writing.Constructor and Description |
---|
ScriptInputFormat() |
Modifier and Type | Method and Description |
---|---|
<any> |
createRecordReader(InputSplit split,
TaskAttemptContext context) |
isSplitable, setGraphFilter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConf, setConf
storeGraphFilter
public <any> createRecordReader(InputSplit split, TaskAttemptContext context) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.