Github user okram commented on a diff in the pull request:
https://github.com/apache/incubator-tinkerpop/pull/314#discussion_r64039957
--- 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 --
The problem with having direct URLs in here is that we have to remember to
update them with every release. I would remove this if there is no automated
way of doing this in our release process.
---
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.
---