Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/801
sorry - the process for adding new data to the sink is different. i didn't
realize that the self-edge graph i'd already added wasn't sufficient for what
you needed or i would have provided instructions. you actually needed to do
this:
1. modify this to include your data:
https://github.com/apache/tinkerpop/blob/master/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerFactory.java#L147
2. then do `cd tinkergraph-gremlin` and `mvn clean install -Dio` which
will generate and update all the relevant files.
If you want I can go through that process for you when I merge it so that
you don't need to fuss with this PR anymore. Not a big deal - I'm more
concerned about the general content of the PR. Please let me know if you just
want me to handle it that way.
---