Github user okram commented on the pull request:

    
https://github.com/apache/incubator-tinkerpop/pull/172#issuecomment-162709345
  
    I made it so that SparkGremlin works like Spark JobServer 
(https://github.com/spark-jobserver/spark-jobserver/). It ensures that RDDs are 
not garbage collected by maintaining a static `Spark` class that holds a 
`ConcurrentHashMap` of RDDs. Thus, Spark is like a "file system" in that RDDs 
can be `ls()`, `rm()`, etc. This was necessary to get "slow" `mvn clean 
install` to build correctly where RDDs are NOT GC'd by Spark context cleaner.


---
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.
---

Reply via email to