Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0-incubating
-
None
Description
It would be good if from the Gremlin Console we could do things like this:
gremlin> spark.getRDDs()
gremlin> spark.removeRDD("graphRDD")
gremlin> spark.getMaster()
gremlin> spark.isPersisted()
With the ability to have persisted context's, its confusing as to what is persisted and what is not. With a spark like we have with hdfs it will make it more clear.