Github user spmallette commented on a diff in the pull request: https://github.com/apache/incubator-tinkerpop/pull/314#discussion_r64040220 --- Diff: hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/script/ScriptOutputFormat.java --- @@ -29,6 +29,12 @@ import java.io.IOException; /** + * {@link org.apache.tinkerpop.gremlin.hadoop.structure.io.script.ScriptInputFormat} + * and 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. + * @see <a href="http://tinkerpop.apache.org/docs/3.2.0-incubating/reference/#script-io-format">Script I/O Format Reference Documentation</a> --- End diff -- good point - i didn't think of that. right now we don't have automation for that.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---