Github user spmallette commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/106#issuecomment-147834516
+1 - standard test suite is happy and did a manual test (the message i was
looking for is present):
```text
gremlin> graph = GraphFactory.open('conf/hadoop/hadoop-gryo.properties')
==>hadoopgraph[gryoinputformat->gryooutputformat]
gremlin> g = graph.traversal(computer(SparkGraphComputer))
==>graphtraversalsource[hadoopgraph[gryoinputformat->gryooutputformat],
sparkgraphcomputer]
gremlin> g.V().count()
...
WARN
org.apache.tinkerpop.gremlin.spark.process.computer.SparkGraphComputer -
/home/graphie/titan09/titan/lib/hadoop-gremlin-3.0.1-SNAPSHOT.jar does not
reference a valid directory -- proceeding regardless
==>6
```
---
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.
---