Github user dkuppitz commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/173#issuecomment-163058755
* `mvn clean install`: worked
* manual tests using the new `spark` object: failed
```
daniel@cube
/projects/apache/test/incubator-tinkerpop/gremlin-console/target/apache-gremlin-console-3.1.1-SNAPSHOT-standalone
(TINKERPOP-1023) $
HADOOP_GREMLIN_LIBS=`pwd`/ext/hadoop-gremlin/lib:`pwd`/ext/spark-gremlin/lib
bin/gremlin.sh
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
WARN org.apache.hadoop.util.NativeCodeLoader - Unable to load
native-hadoop library for your platform... using builtin-java classes where
applicable
INFO org.apache.tinkerpop.gremlin.hadoop.structure.HadoopGraph -
HADOOP_GREMLIN_LIBS is set to:
/projects/apache/test/incubator-tinkerpop/gremlin-console/target/apache-gremlin-console-3.1.1-SNAPSHOT-standalone/ext/hadoop-gremlin/lib:/projects/apache/test/incubator-tinkerpop/gremlin-console/target/apache-gremlin-console-3.1.1-SNAPSHOT-standalone/ext/spark-gremlin/lib
plugin activated: tinkerpop.hadoop
plugin activated: tinkerpop.spark
plugin activated: tinkerpop.tinkergraph
gremlin> spark
No such property: spark for class: groovysh_evaluate
Display stack trace? [yN] N
gremlin> spark.create("local[4]")
No such property: spark for class: groovysh_evaluate
Display stack trace? [yN] N
gremlin>
```
What am I missing here?
---
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.
---