Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/incubator-tinkerpop/pull/314#discussion_r65378682
--- 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 --
Now we have. Links can be updated to point to `current` and then this PR
could be merged right after
https://github.com/apache/incubator-tinkerpop/pull/324.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---