0

Can somebody tell me how I can persist namedObjects on a SparkServer Context? I know there is a possibility for this but I haven't found the solution yet.

Thanks a lot in advance!

Jan Janiszewski
  • 432
  • 3
  • 14

1 Answers1

0

This is only recently merged. See https://github.com/spark-jobserver/spark-jobserver/pull/350

noorul
  • 1,283
  • 1
  • 8
  • 18
  • Thanks a lot. I saw this one but it seems that the version with NamedObjectSupport is still not released. At least for me, `NamedObjectSupport is not a member of package spark.jobserver` yet. – Jan Janiszewski Feb 01 '16 at 13:04